Search found 12 matches
- Fri Sep 01, 2006 17:26
- Forum: Modifications / Integrations / Customisations
- Topic: access violation when subscribing event
- Replies: 4
- Views: 3795
Make sure that you built CEGUI against the same version of STL or STLport that your application uses. I had the same problem, access violation calling subscribeEvent. My problem was that I built CEGUI against STL, and my application used STLport. As such, any CEGUI class which used standard library...
- Sat Jun 24, 2006 07:35
- Forum: Modifications / Integrations / Customisations
- Topic: Subscriber problems
- Replies: 25
- Views: 14755
Re: Subscriber problems
Ok. Consider the following code, which shows one general approach. There are some additional notes at the bottom of the post. class myDemoClass_1 { public: // other methods ... void assignHandlers(); // // Handler methods // bool handleQuitButton(const CEGUI::EventArgs& args...
- Sat Jun 24, 2006 07:27
- Forum: Modifications / Integrations / Customisations
- Topic: SubscribeEvent Errors
- Replies: 9
- Views: 5918
Re: SubscribeEvent Errors
charmy wrote:Anyone had a chance to test this yet??? I am still having the same issue.
are you using vs2005?
- Sat Jun 24, 2006 07:08
- Forum: Modifications / Integrations / Customisations
- Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
- Replies: 5
- Views: 4255
- Sat Jun 24, 2006 06:13
- Forum: Modifications / Integrations / Customisations
- Topic: access violation when subscribing event
- Replies: 4
- Views: 3795
access violation when subscribing event
Unhandled exception at 0x0041231c in P.exe: 0xC0000005: Access violation reading location 0xbaadf008. bool allOver(const CEGUI::EventArgs& e) { exit(0); return true; } FrameWindow* theMainFrame=static_cast<FrameWindow*>(wmgr.createWindow("PolygonStudio/Fram...
- Sat Jun 24, 2006 04:56
- Forum: Modifications / Integrations / Customisations
- Topic: how to specify the transparent color of the image file?
- Replies: 0
- Views: 1844
how to specify the transparent color of the image file?
hello guys, how to specify the transparent color of the image. i want to render my own mouse cursor, but how to eliminate the background color? i browsered all the xml files, there is no one specifing the transparent color.
- Sat Jun 24, 2006 04:32
- Forum: CEGUI Library Development Discussion
- Topic: 0.6.X What do you want to see in 0.6 series
- Replies: 52
- Views: 57006
- Wed Jun 21, 2006 13:59
- Forum: Help
- Topic: can i let the tabcontrol button align on the right?
- Replies: 0
- Views: 2528
can i let the tabcontrol button align on the right?
as the topic. can i? i tried to set the tab control like this: <WidgetLook name="PolygonStudio/TabControl"> <Property name="TabButtonType" value="PolygonStudio/TabButton" /> <Child type="PolygonStudio/TabPane" nameSuffix="__auto_TabPane__"> <Area> <D...
- Tue Jun 20, 2006 03:52
- Forum: Help
- Topic: menuItem doesn't change correctly according to mouse cursor?
- Replies: 0
- Views: 2509
menuItem doesn't change correctly according to mouse cursor?
hi folks, i want to implement a simple menu control with cegui, and the appearance of the menu items should change according to the mouse movement. for example, when the cursor is hovering on the menu item, the color of the menu item becomes dark. but it seems that things do not go my way. and i hav...
- Sun Jun 18, 2006 13:04
- Forum: Offtopic Discussion
- Topic: implement a multiple view widget with cegui?
- Replies: 0
- Views: 2312
implement a multiple view widget with cegui?
hi folks, i want to implement a multiple view widget with cegui, something like the 3d max's multiple viewer. but i do not know how i can do this. i know in java-like language, one need only override a default widget class and implement a new "paint" function to create a new control. so, s...
- Thu May 18, 2006 15:23
- Forum: Help
- Topic: confused at scheme files
- Replies: 4
- Views: 4522
- Wed May 17, 2006 14:41
- Forum: Help
- Topic: confused at scheme files
- Replies: 4
- Views: 4522
confused at scheme files
hello guys, i'm new to cegui. i've some questions about scheme files. (1) why do scheme files exist, since there are looknfeel, imageset and font files already to indicate the appearance of the user interface. (2) i've opened a scheme files in the sample enclosed in the cegui sdk, however i can only...