Search found 12 matches
- Sun Nov 28, 2010 02:09
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Use copy of event subscribers list during event notification
- Replies: 1
- Views: 2720
Use copy of event subscribers list during event notification
I wanted to make a suggestion as a result of a bug I spent a good deal of time tracking down: Have Event::operator() make a copy of d_slots and iterate over that to notify subscribers . That way subscribers are free to modify the list of subscribers (e.g. remove themselves) without causing a runtime...
- Sun Aug 01, 2010 03:41
- Forum: Help
- Topic: [SOLVED] My looknfeel ProgressBar won't show progress
- Replies: 1
- Views: 1326
[SOLVED] My looknfeel ProgressBar won't show progress
Works now: just had to put the frame only in the Enabled state and the bar only in the EnabledProgress.
- Sun Aug 01, 2010 01:57
- Forum: Help
- Topic: [SOLVED] My looknfeel ProgressBar won't show progress
- Replies: 1
- Views: 1326
[SOLVED] My looknfeel ProgressBar won't show progress
Hi, I created a looknfeel, and my progress bar won't display the bar when I call ProgressBar::setProgress(). My looknfeel is: <WidgetLook name="TFLook/ProgressBar"> <NamedArea name="ProgressArea"> <Area> <Dim type="LeftEdge" ><AbsoluteDim value="8" /></Dim> <D...
- Fri Apr 23, 2010 13:55
- Forum: Help
- Topic: Static text alignment and properties
- Replies: 2
- Views: 3211
Re: Static text alignment and properties
Ah, no "Horz" before "LeftAligned". Thank you. :D Is there a particular place I should be looking to see what values are available for a property? (Instead of wasting your time...) That wikipage I mentioned is a bit out of date apparently; I suppose I could use that same tool to ...
- Thu Apr 22, 2010 15:02
- Forum: Help
- Topic: Static text alignment and properties
- Replies: 2
- Views: 3211
Static text alignment and properties
Hi, I'm trying to left-align the text in a static text widget. On a static text widget, I tried: lblAction->setProperty("HorzLabelFormatting", "HorzLeftAligned"); But got an exception about HorzLabelFormatting not being an available property. I also tried "HorzFormatting&quo...
- Thu Mar 18, 2010 18:18
- Forum: Help
- Topic: [SOLVED] property tag not working in falagard looknfeel
- Replies: 2
- Views: 1592
Re: property tag not working in falagard looknfeel
Wow, I never would have guessed that, but I'm glad the solution is so simple! It works now. Thanks.
- Wed Mar 17, 2010 01:26
- Forum: Help
- Topic: [SOLVED] property tag not working in falagard looknfeel
- Replies: 2
- Views: 1592
[SOLVED] property tag not working in falagard looknfeel
In my looknfeel files, the <property> tag does not seem to work. I have to end up setting the property for each instance. For example, I have a WidgetLook for a button: <WidgetLook name="TFLook/Button" > <Property Name="Font" Value="Arial-30" /> <Property Name="Alp...
- Wed Jan 20, 2010 00:50
- Forum: Help
- Topic: [SOLVED] Disabling log file
- Replies: 2
- Views: 1735
Re: Disabling log file
Perfect. Thanks!
- Mon Jan 18, 2010 19:02
- Forum: Help
- Topic: [SOLVED] Disabling log file
- Replies: 2
- Views: 1735
[SOLVED] Disabling log file
Hi, I want to prevent the creation of the CEGUI log file, and I saw a post on disabling CEGUI log file creation ( http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=3435&p=15557&hilit=disable+logging#p15557 ), so I followed the example code posted there and put the following in my main....
- Sat Mar 21, 2009 19:34
- Forum: Help
- Topic: Crash or malfunction on Loading Windows the 2nd time.
- Replies: 4
- Views: 2177
I just tried destroying the root windows when leaving both the main menu and the in game menu, and sure enough it worked! (silly me) But now what I wonder is, can a person keep the same root window so he could add/remove different windows? (Like an app with tool windows and consoles, etc) I would gu...
- Sat Mar 21, 2009 19:25
- Forum: Help
- Topic: Crash or malfunction on Loading Windows the 2nd time.
- Replies: 4
- Views: 2177
- Fri Mar 20, 2009 23:32
- Forum: Help
- Topic: Crash or malfunction on Loading Windows the 2nd time.
- Replies: 4
- Views: 2177
Crash or malfunction on Loading Windows the 2nd time.
Hello. I'm using CEGUI with Ogre and am having two CEGUI problems, both related to CEGUI state apparently, because both work the first time but then not the second time. My game's title screen CEGUI menu (window) comes up fine, I click start and go to the gameplay, then I press Escape key to open th...