Search found 78 matches

by tgraupmann
Sat Apr 19, 2008 21:15
Forum: Offtopic Discussion
Topic: CEGUI 0.6.0 samples (resize window)
Replies: 3
Views: 5181

I think it's been broken since CEGUI 0.5.0. There were so many API changes before that, resizing worked differently.
by tgraupmann
Fri Apr 18, 2008 18:53
Forum: Offtopic Discussion
Topic: CEGUI 0.6.0 samples (resize window)
Replies: 3
Views: 5181

CEGUI 0.6.0 samples (resize window)

I noticed in the CEGUI 0.6.0 samples that if you resize the window to be larger the fonts start to look blurred. Is it the samples aren't detecting the resize event?
by tgraupmann
Mon Dec 03, 2007 03:11
Forum: Help
Topic: BackgroundEnabled and FrameEnabled not honored
Replies: 5
Views: 4093

Ah nevermind, I just switched to using an:
TaharezLook/ImageButton
by tgraupmann
Mon Dec 03, 2007 02:50
Forum: Help
Topic: BackgroundEnabled and FrameEnabled not honored
Replies: 5
Views: 4093

I added the following to TaharezLook.looknfeel: <Falagard> <!-- *************************************************** TaharezLook/Button *************************************************** --> <WidgetLook name="TaharezLook/Button"> <PropertyDefinition name="FrameEnabled" initialVal...
by tgraupmann
Mon Dec 03, 2007 02:45
Forum: Help
Topic: BackgroundEnabled and FrameEnabled not honored
Replies: 5
Views: 4093

These two properties don't appear to be in the Property Set. How would I add them to the set so that I can disable the background and frame?
by tgraupmann
Sun Dec 02, 2007 18:22
Forum: Help
Topic: BackgroundEnabled and FrameEnabled not honored
Replies: 5
Views: 4093

BackgroundEnabled and FrameEnabled not honored

I have a button that keeps showing the frame even though I've disabled it. Here is the layout and relevant XML: <Window Type="TaharezLook/StaticImage" Name="MainMenuTitle"> <Property Name="BackgroundEnabled" Value="False" /> <Property Name="FrameEnabled&q...
by tgraupmann
Wed Nov 28, 2007 20:35
Forum: Help
Topic: CEGUI::Exception Stack Trace
Replies: 6
Views: 6439

For now, I've increased the CEGUI log level which helps with debugging. I'm slowly upgrading my layout files from CEGUI 4 to 5.
by tgraupmann
Tue Nov 27, 2007 23:56
Forum: Help
Topic: CEGUI::Exception Stack Trace
Replies: 6
Views: 6439

This is a nice feature to have. I'll wait for the official release. When do you think the next version of CEGUI will be coming out? Are you going to finish the port for all platforms first?
by tgraupmann
Tue Nov 27, 2007 06:14
Forum: Help
Topic: CEGUI::Exception Stack Trace
Replies: 6
Views: 6439

CEGUI::Exception Stack Trace

I'm looking at the CEGUI::Exception: class CEGUIEXPORT Exception { public: /************************************************************************* Construction and Destruction *************************************************************************/ Exception(const String& message&#...
by tgraupmann
Sun Oct 28, 2007 18:57
Forum: Help
Topic: PushButton::setStandardImageryEnabled
Replies: 4
Views: 3433

Thanks for the tip. I feared I would never see an answer to this post. This is exactly what I was looking for.
by tgraupmann
Fri Oct 19, 2007 02:26
Forum: Help
Topic: PushButton::setStandardImageryEnabled
Replies: 4
Views: 3433

I just need to know what SetProperty should I use:
http://www.cegui.org.uk/wiki/index.php/SetProperty

Since there's nothing like the old method that I can see?
by tgraupmann
Mon Oct 15, 2007 01:10
Forum: Help
Topic: PushButton::setStandardImageryEnabled
Replies: 4
Views: 3433

PushButton::setStandardImageryEnabled

What did PushButton::setStandardImageryEnabled from CEGUI 4 convert to in CEGUI 5?
by tgraupmann
Sun Oct 14, 2007 21:01
Forum: Offtopic Discussion
Topic: Property Finder
Replies: 18
Views: 37521

I don't see the SetProperty information in the Wiki for PushButton.
http://www.cegui.org.uk/wiki/index.php/SetProperty
by tgraupmann
Mon Jul 09, 2007 15:03
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 29362

Where can I find the dependency downloads for CEGUI 0.5.0 and Code::Blocks with Mingw for Windows?
by tgraupmann
Thu Jun 07, 2007 21:36
Forum: Help
Topic: Properly upgrading CEGUI (window->getRelativeWidth)
Replies: 3
Views: 3162

I should have said.

Now that getRelativeWidth is gone. What is the equivalent call (including parameters) in CEGUI 0.5.0?

Go to advanced search