Search found 12 matches
- Fri Aug 01, 2008 11:51
- Forum: Offtopic Discussion
- Topic: OpenGL non-Nvidia cards problem
- Replies: 3
- Views: 4267
- Thu Jul 31, 2008 16:40
- Forum: Offtopic Discussion
- Topic: OpenGL non-Nvidia cards problem
- Replies: 3
- Views: 4267
OpenGL non-Nvidia cards problem
WARNING: Links are for adults only! Im having problems with CEGUI buttons in OpenGL on non-Nvidia cards, I've tested on 15 Nvidia cards and everything fine. But on ATI and Intel buttons graphics is displaced, looks like I've set wrong imageset file. Buttons are on the right places, but with wrong gr...
- Thu Jan 17, 2008 23:33
- Forum: Offtopic Discussion
- Topic: Font colour
- Replies: 8
- Views: 8655
Font colour
Hi! Thanks a lot, for fast response on my previous posts. The question for today is: How to set font color in external .font file? Is there something like DefaultColour="0xFFFFFFFF" ? Or at least in game code EDIT: Ok Soved It, declaring Property Name="TextColours" Value="tl...
- Thu Jan 17, 2008 18:02
- Forum: Offtopic Discussion
- Topic: How to Redraw mouse cursor
- Replies: 2
- Views: 4638
- Thu Jan 17, 2008 14:45
- Forum: Offtopic Discussion
- Topic: How to Redraw mouse cursor
- Replies: 2
- Views: 4638
How to Redraw mouse cursor
Hi! I'm using TaharezLook scheme, and all I need is to redraw mouse cursor. I've changed TaharezLook.tga and TaharezLook.imageset, but I cant see my cursor, I've draw over my cursor with color picked with eyedropper tool from actual cursor - nothing changed. Then I've paint over actual cursor with t...
- Thu Jan 10, 2008 08:51
- Forum: Offtopic Discussion
- Topic: mouse over window
- Replies: 2
- Views: 3911
- Wed Jan 09, 2008 21:31
- Forum: Offtopic Discussion
- Topic: mouse over window
- Replies: 2
- Views: 3911
mouse over window
Is there any fast method to get is there mouse cursor under window?
- Fri Nov 16, 2007 15:38
- Forum: Unofficial CEGUI-Related Tools
- Topic: [CELayoutEditor] How to set image to StaticImage
- Replies: 2
- Views: 5007
- Fri Nov 16, 2007 13:26
- Forum: Unofficial CEGUI-Related Tools
- Topic: [CELayoutEditor] How to set image to StaticImage
- Replies: 2
- Views: 5007
[CELayoutEditor] How to set image to StaticImage
Hi! The topic name is quiet self-explaining, I'm using CELayoutEditor 0.5. I've created TaharezLook/StaticImage window, but whether I'm setting in its "Image" value to, there is still no such property as <Property Name="Image" Value=... in my output ".layout". But if I ...
- Fri Oct 26, 2007 10:08
- Forum: Unofficial CEGUI-Related Tools
- Topic: [CELayoutEditor] Scrolable text problem
- Replies: 2
- Views: 14112
[CELayoutEditor] Scrolable text problem
Hi! I'm using LayoutEditor 0.5.0 and I'm experiencing problems with adding StaticText into ScrolablePane. I've created window and placed static text. Than I've added ScrolablePane, and placed static text inside this pane. Reading .layout output file I've noticed that there is static text, there is S...
- Wed Oct 10, 2007 21:08
- Forum: Offtopic Discussion
- Topic: Image Buttons
- Replies: 2
- Views: 4204
Reply
I’ve solve it. Was reading TaharezLookSkin.scheme for ImageButton and figured that it IS PushButton but with different graphical representation. So I’ve checked my Layout angain and noticed that my button was declared as GameGui\btnNewGame and in the game I was trying to reach GameGUI\btnNewGame. So...
- Wed Oct 10, 2007 20:31
- Forum: Offtopic Discussion
- Topic: Image Buttons
- Replies: 2
- Views: 4204
Image Buttons
I've read "Create ImageButtons" article http://www.cegui.org.uk/wiki/index.php/Create_ImageButtons but I cannot access source files because of invalid link. So my question is: How to subscribe event to ImageButton? this is part of my GUI.layout <Window Type="DefaultGUISheet" Name...