http://www.cegui.org.uk/docs/current/fal_man.html
RTFM!
Cheers
radical-dev
Search found 24 matches
- Tue Oct 11, 2011 06:52
- Forum: Help
- Topic: Texture map button?
- Replies: 4
- Views: 4622
- Thu Sep 08, 2011 08:14
- Forum: Help
- Topic: Very newb problem (Irrlicht and C::B)
- Replies: 3
- Views: 3301
Re: Very newb problem (Irrlicht and C::B)
Hi Herpderp!
Which version of irrlicht & cegui you're using? Have u build the irrlichtrenderer against your version of irrlicht?
And: have you tried to bootstrap it: CEGUI::IrrlichtRenderer::bootstrapSystem(*IrrlichtDevice); ?
Greetings
radical-dev
Which version of irrlicht & cegui you're using? Have u build the irrlichtrenderer against your version of irrlicht?
And: have you tried to bootstrap it: CEGUI::IrrlichtRenderer::bootstrapSystem(*IrrlichtDevice); ?
Greetings
radical-dev
- Wed Aug 24, 2011 08:26
- Forum: Help
- Topic: 2 questions about progress bar
- Replies: 4
- Views: 4106
Re: 2 questions about progress bar
As Jamarr said: System::InjectTimePulse is the funtion needed. Call it in every approach on your loop with the time elapsed since the last call of the loop and everything should work fine.
Best regards
radical-dev
Best regards
radical-dev
- Wed Aug 24, 2011 08:20
- Forum: Skins and Themes
- Topic: [newbie] Customizing a skin
- Replies: 2
- Views: 13293
Re: [newbie] Customizing a skin
Hi PdG!
Surely u can change the shape of the pointer, but u have to change the alpha mask. Here's a tutorial about alpha masks in PSP, there should be some more on the net (Google is your best friend ): http://www.axialis.com/tutorials/tutorial-misc002.html
Best regards
radical-dev
Surely u can change the shape of the pointer, but u have to change the alpha mask. Here's a tutorial about alpha masks in PSP, there should be some more on the net (Google is your best friend ): http://www.axialis.com/tutorials/tutorial-misc002.html
Best regards
radical-dev
- Thu Aug 11, 2011 07:03
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin: Sunrise (2 colour schemes) - v1.2 released
Hi jacmoe!
You mean the layout of the preview images? Here's the XML:
http://pastebin.com/XYuBEnjC
and here the additional code:
http://pastebin.com/Mqsi72Wa
Looks nice in Ogre Also thx again for porting this, never touched 0.8 till now.
Best regards
radical-dev
You mean the layout of the preview images? Here's the XML:
http://pastebin.com/XYuBEnjC
and here the additional code:
http://pastebin.com/Mqsi72Wa
Looks nice in Ogre Also thx again for porting this, never touched 0.8 till now.
Best regards
radical-dev
- Wed Aug 10, 2011 07:28
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin: Sunrise (2 colour schemes) - v1.2 released
Thx for the flowers jacmoe
And also thx for converting it, probably CEED don't like it because of the really much property definitions - they're intended to make the skin flexible and easy to recolour.
Best regards
radical-dev
And also thx for converting it, probably CEED don't like it because of the really much property definitions - they're intended to make the skin flexible and easy to recolour.
Best regards
radical-dev
- Tue Aug 09, 2011 07:45
- Forum: Help
- Topic: really weird errors found in CEGUI.log...
- Replies: 2
- Views: 3068
Re: really weird errors found in CEGUI.log...
Hi eggmann3344, it's indeed an error from CELayoutEditor. I got the same in my log (using CELE 0.7.1) but it isn't really critical - as nothing happens (in fact no exception is thrown). Just browse your .layout-file and remove the lines where those properties are set and everything will go fine. :) ...
- Fri Aug 05, 2011 09:45
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin: Sunrise (2 colour schemes) - v1.2 released
Hello folks!
A new version is released - v1.2:
- Added SimpleFrame-Widget - a widget that do nothing as just to be a container for other widgets
- Added SimpleLabel-Widget - a widget for simple labels w/o any Frames or scrollbars
- changed some colours
Best regards
radical-dev
A new version is released - v1.2:
- Added SimpleFrame-Widget - a widget that do nothing as just to be a container for other widgets
- Added SimpleLabel-Widget - a widget for simple labels w/o any Frames or scrollbars
- changed some colours
Best regards
radical-dev
- Thu Jul 28, 2011 13:06
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin released - Sunrise Yellow v1
Hello folks,
skin is completed. Take a look in the first post. Please try it and if you find any bugs, report to me.
Best regards,
radical-dev
skin is completed. Take a look in the first post. Please try it and if you find any bugs, report to me.
Best regards,
radical-dev
- Wed Jul 27, 2011 09:59
- Forum: Skins and Themes
- Topic: Serious Beginner Question - Simple Window/Tray
- Replies: 1
- Views: 13079
Re: Serious Beginner Question - Simple Window/Tray
Hi JohnD,
this should be the widget you mean:
DefaultWindow
Base class intended to be used as a simple, generic container window. The logic for this class does nothing.
You should use a "Falagard/Default" window renderer for this widget.
radical-dev
this should be the widget you mean:
DefaultWindow
Base class intended to be used as a simple, generic container window. The logic for this class does nothing.
You should use a "Falagard/Default" window renderer for this widget.
radical-dev
- Mon Jul 18, 2011 11:05
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin on the run - Sunrise
It's not completed so far...but i'm on it ^^
Greetings
radical-dev
Greetings
radical-dev
- Mon Jul 18, 2011 08:25
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin on the run - Sunrise
Hi CE! to the scrollbar issue: I've changed looknfeel so that the scrollbar widgets have their own property definitions (HScrollbarSize respectively VScrollbarSize), that will be linked on every widget which uses them as child (via PropertyLinkDefinition). But i can't test if it works because i don'...
- Fri Jul 15, 2011 12:21
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin on the run - Sunrise
Hello folks! I'm stuck at the moment. Just working on Listbox/Combobox. My problem is if i add a ListBoxTextItem via code my looknfeel-entry isn't recognized. First the definition of the ListBoxItem: <!-- *************************************************** Sunrise/ListboxItem ***********************...
- Thu Jul 14, 2011 15:18
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
Re: New skin on the run - Sunrise
First post updated. A question: i was spending much time at those damn scrollbars. My intention was to resize the scrollbar "thickness" depending on size of the MultiLineEditbox. Now its fixed to 20px which will be very small on 1920x1080px but on 640x480 its truly to big. I tried to use p...
- Wed Jul 13, 2011 13:40
- Forum: Skins and Themes
- Topic: New skin: Sunrise (2 colour schemes) - v1.2 released
- Replies: 19
- Views: 41354
New skin: Sunrise (2 colour schemes) - v1.2 released
Hello folks, i'm working on a GUI-based game and therefore i've created a new skin. This skin will be provided for free in thanks to this great GUI library. List of widgets: - FrameWindow (including Closebutton & Titlebar-Childs) - PushButton - Checkbox - Radiobutton - Editbox - MultilineEditbox...