
Search found 7 matches
- Wed Jul 28, 2010 20:48
- Forum: Help
- Topic: [SOLVED] Custom Event sending...
- Replies: 2
- Views: 2492
Re: [SOLVED] Custom Event sending...
Thanks, this worked perfectly. 

- Wed Jul 28, 2010 15:04
- Forum: Help
- Topic: [SOLVED] Custom Event sending...
- Replies: 2
- Views: 2492
[SOLVED] Custom Event sending...
Hi, is it possible to send custom events to a CEGUI event handler? Currently, all of my event handlers are in lua. My newest widget is a clock widget. So, I want to update the clock based on a timer. The timer would then call an event handler so I could move the dial on the clock. Would this be poss...
- Thu Jun 24, 2010 12:02
- Forum: Help
- Topic: Text Size in layout
- Replies: 2
- Views: 2364
Re: Text Size in layout
I was looking at examples and I think that I could use a StaticText Widget for the text portion of the button.
This way I could position the text. It this how it's typically done?
This way I could position the text. It this how it's typically done?
- Wed Jun 23, 2010 15:47
- Forum: Help
- Topic: Text Size in layout
- Replies: 2
- Views: 2364
Text Size in layout
Hi, I am was wondering if it was possible to specify the "Text" size and possibly it's position within a Push Button Widget in a ".layout" file? Is this possible? I know that I can change this via the C++ API but I was wondering if this is possible via the xml files. Thanks soo m...
- Thu Jun 10, 2010 14:15
- Forum: CEGUI Library Development Discussion
- Topic: Falagard Visual Skin / Scheme Editor
- Replies: 65
- Views: 76922
Re: Falagard Visual Skin / Scheme Editor
Looks cool.
Also, I would have no problem paying for an editor.
It would come in really handy.
Also, I would have no problem paying for an editor.
It would come in really handy.

- Thu May 20, 2010 20:31
- Forum: Help
- Topic: Button with transparent region
- Replies: 2
- Views: 1944
Re: Button with transparent region
Thanks.
That works perfectlyl.
--Handy
That works perfectlyl.

--Handy
- Wed May 19, 2010 21:48
- Forum: Help
- Topic: Button with transparent region
- Replies: 2
- Views: 1944
Button with transparent region
Hi, I am a beginner, however I love your code base. :D Currently I can make "normal " buttons that are more or less solid throughout. However, I am trying to make a button that only where only the edges are visible and the entire button interior is transparent. Is their some way to define ...