Search found 12 matches

by billconan
Fri Sep 01, 2006 17:26
Forum: Modifications / Integrations / Customisations
Topic: access violation when subscribing event
Replies: 4
Views: 3361

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...
by billconan
Sat Jun 24, 2006 07:35
Forum: Modifications / Integrations / Customisations
Topic: Subscriber problems
Replies: 25
Views: 13065

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...
by billconan
Sat Jun 24, 2006 07:27
Forum: Modifications / Integrations / Customisations
Topic: SubscribeEvent Errors
Replies: 9
Views: 5160

Re: SubscribeEvent Errors

charmy wrote:Anyone had a chance to test this yet??? I am still having the same issue.


are you using vs2005?
by billconan
Sat Jun 24, 2006 07:08
Forum: Modifications / Integrations / Customisations
Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
Replies: 5
Views: 3620

ok... make sure the function looks like this: bool classname::functioname( const EventArgs &args ) { return true; } and the call should be like this: void classname::test() { WindowManager::getSingleton().getWindow("UrWindowName")->subscribeEvent( PushButton::EventClicked, SubscriberS...
by billconan
Sat Jun 24, 2006 06:13
Forum: Modifications / Integrations / Customisations
Topic: access violation when subscribing event
Replies: 4
Views: 3361

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...
by billconan
Sat Jun 24, 2006 04:56
Forum: Modifications / Integrations / Customisations
Topic: how to specify the transparent color of the image file?
Replies: 0
Views: 1657

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.
by billconan
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: 49703

should be more stable, the scroll bar will cause the program's crash.
by billconan
Wed Jun 21, 2006 13:59
Forum: Help
Topic: can i let the tabcontrol button align on the right?
Replies: 0
Views: 2290

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...
by billconan
Tue Jun 20, 2006 03:52
Forum: Help
Topic: menuItem doesn't change correctly according to mouse cursor?
Replies: 0
Views: 2315

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...
by billconan
Sun Jun 18, 2006 13:04
Forum: Offtopic Discussion
Topic: implement a multiple view widget with cegui?
Replies: 0
Views: 2088

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...
by billconan
Thu May 18, 2006 15:23
Forum: Help
Topic: confused at scheme files
Replies: 4
Views: 4019

thanks guys, i know there is a looknfeel file, but the application can run perfectly even i delete the looknfeel file and the scheme does not link to the looknfeel file. i noticed that you've mentioned pre-falagard TaharezLook skin. does "pre-falagard TaharezLook skin" mean that the tahare...
by billconan
Wed May 17, 2006 14:41
Forum: Help
Topic: confused at scheme files
Replies: 4
Views: 4019

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...

Go to advanced search