Search found 8 matches
- Wed Nov 12, 2008 16:25
- Forum: Modifications / Integrations / Customisations
- Topic: Query about laggy
- Replies: 3
- Views: 1903
Query about laggy
Hi, Currently my HUD is using a whole screen transparent windows and then attach all the menu into the transparent windows. for example: -------------------------- | OO | | OO | | | | | | | | OO | -------------------------- My whole screen is a transparent window. then the 'O' is my menu. My questio...
- Wed Nov 12, 2008 04:26
- Forum: Help
- Topic: TaharezLook Statictext with vertical scroll
- Replies: 6
- Views: 4441
CrazyEddie wrote:Hi,
The scrollbar use is disabled by default, to enable to scrollbar do something like:Code: Select all
albumContent->setProperty( "VertScrollbar", "True" );
HTH
CE.
Thanks Eddie. I got it working now.
- Mon Nov 10, 2008 14:32
- Forum: Help
- Topic: Insert image in listbox?
- Replies: 2
- Views: 1593
Insert image in listbox?
Hi,
Is it possible to insert image into listbox item instead of text?
Is it possible to insert image into listbox item instead of text?
- Mon Nov 10, 2008 14:23
- Forum: Help
- Topic: Change font color
- Replies: 2
- Views: 1184
- Mon Nov 10, 2008 14:22
- Forum: Help
- Topic: TaharezLook Statictext with vertical scroll
- Replies: 6
- Views: 4441
TaharezLook Statictext with vertical scroll
Hi, I'm using TaharezLook scheme. I trying to create a statictext with vertical scroll. However, the scroll doesn't appear. How do i actually create the scroll? CEGUI::Window* albumContent = wMgr.createWindow("SavannahGUI/AlbumStaticText", "AlbumContent"); albumContent->s...
- Mon Nov 10, 2008 11:44
- Forum: Help
- Topic: Change font color
- Replies: 2
- Views: 1184
Change font color
<?xml version="1.0" ?> <Font Name="Arial_12_Bold" Filename="Arial_Bold.ttf" Type="FreeType" Size="12" NativeHorzRes="1024" NativeVertRes="768" AutoScaled="false" AntiAlias="true" NormalColorText ="FF00000...
- Sat Nov 08, 2008 14:56
- Forum: Modifications / Integrations / Customisations
- Topic: round frame window? for circle mini map
- Replies: 1
- Views: 1752
round frame window? for circle mini map
hi guys,
i need to create a circle minimap. but the window is in square shape.. is it possible to create a round shape window?
or izzit possible like create a round.png with a round shape and border is transparent. then mask it to the minimap window? like flash masking?
i need to create a circle minimap. but the window is in square shape.. is it possible to create a round shape window?
or izzit possible like create a round.png with a round shape and border is transparent. then mask it to the minimap window? like flash masking?
- Wed Nov 05, 2008 08:40
- Forum: Offtopic Discussion
- Topic: unable to hide window
- Replies: 1
- Views: 1885
unable to hide window
hi,
i'm new to CEGUI.
i've create the window in createscene(). then i'm trying to hide the window if press 'H'. i hide the window in framelistener. i compile the code there's nth wrong. but when execute the program, it keep hang. why is this so?
i'm new to CEGUI.
i've create the window in createscene(). then i'm trying to hide the window if press 'H'. i hide the window in framelistener. i compile the code there's nth wrong. but when execute the program, it keep hang. why is this so?