Search found 8 matches

by geniephics
Wed Nov 12, 2008 16:25
Forum: Modifications / Integrations / Customisations
Topic: Query about laggy
Replies: 3
Views: 3120

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...
by geniephics
Wed Nov 12, 2008 04:26
Forum: Help
Topic: TaharezLook Statictext with vertical scroll
Replies: 6
Views: 6103

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.
by geniephics
Mon Nov 10, 2008 14:32
Forum: Help
Topic: Insert image in listbox?
Replies: 2
Views: 2458

Insert image in listbox?

Hi,

Is it possible to insert image into listbox item instead of text?
by geniephics
Mon Nov 10, 2008 14:23
Forum: Help
Topic: Change font color
Replies: 2
Views: 1859

ok. noted. i've actually set the color in the window.

thanks CE. you're the man! :P
by geniephics
Mon Nov 10, 2008 14:22
Forum: Help
Topic: TaharezLook Statictext with vertical scroll
Replies: 6
Views: 6103

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...
by geniephics
Mon Nov 10, 2008 11:44
Forum: Help
Topic: Change font color
Replies: 2
Views: 1859

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...
by geniephics
Sat Nov 08, 2008 14:56
Forum: Modifications / Integrations / Customisations
Topic: round frame window? for circle mini map
Replies: 1
Views: 2649

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?
by geniephics
Wed Nov 05, 2008 08:40
Forum: Offtopic Discussion
Topic: unable to hide window
Replies: 1
Views: 3181

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?

Go to advanced search