Search found 16 matches

by westpointer
Tue Jun 30, 2009 15:45
Forum: Help
Topic: Remove image property of StaticImage?
Replies: 2
Views: 1859

Re: Remove image property of StaticImage?

Thanks CE, It helps. :)
by westpointer
Tue Jun 30, 2009 05:22
Forum: Help
Topic: Remove image property of StaticImage?
Replies: 2
Views: 1859

Remove image property of StaticImage?

Hello, I set the imge property of a StaticImage using:

Code: Select all

mWnd->setProperty("Image", "set:MainMenuImage image:full_image");

And I want to remove the image I set for this StaticImage at other place in my code, but I dont know how. :?:
by westpointer
Sun Apr 19, 2009 02:39
Forum: Unofficial CEGUI-Related Tools
Topic: widget in GroupBox is not saved by LayoutEditor
Replies: 2
Views: 8878

widget in GroupBox is not saved by LayoutEditor

I use CELayoutEditor 0.6 to edit my layout, but I find that whatever widget I add as the child of a GroupBox is not saved even I save the layout by pressing File/Save or File/Save As. I also tried CELayoutEditor 0.6.2, but still doesn't work :( I thought it is a bug of the editor until I also see a ...
by westpointer
Thu Apr 16, 2009 15:24
Forum: Help
Topic: How to un-subscribe Event?
Replies: 4
Views: 2551

Thanks, it helps :D
by westpointer
Thu Apr 16, 2009 13:08
Forum: Help
Topic: How to un-subscribe Event?
Replies: 4
Views: 2551

I get it, thanks. :)

Another question. Suppose I subscrib a normal event to a window, and later if I want to cancel the event I subscribed to the window, how to achieve this?
by westpointer
Thu Apr 16, 2009 09:49
Forum: Help
Topic: How to un-subscribe Event?
Replies: 4
Views: 2551

How to un-subscribe Event?

I use the following code to subscribeEvent: CEGUI::GlobalEventSet::getSingleton().subscribeEvent(CEGUI::Window::EventNamespace+'/'+CEGUI::Window::EventMouseEnters, CEGUI::Event::Subscriber(&SceneSheet::handleMouseEnters, this)); After this, I want to un-subscribe the &quo...
by westpointer
Sun Mar 29, 2009 13:50
Forum: Offtopic Discussion
Topic: Limiting numbers in editbox window
Replies: 7
Views: 14630

Re: Limiting numbers in editbox window

Now all I need to know is why the number pad doesn't seem to inject input. Anyone know a solution for that? Not sure about this, are you sure your input system is generating character inputs in response to those key presses? We looked into this and it's just a matter of how OIS deals with the keypa...
by westpointer
Tue Mar 03, 2009 12:05
Forum: Help
Topic: Problem with Vanilla theme
Replies: 5
Views: 4086

Thanks for your answer :D

BTW, I think Vanilla theme is good amongs those themes come with the layout editor.
But it lacks many widgets, and I think it just like a semi-product.
So I hope that it will have as many widgets as TaharezLook theme one day in the near future.
by westpointer
Tue Mar 03, 2009 02:37
Forum: Help
Topic: Problem with Vanilla theme
Replies: 5
Views: 4086

It seems those exceptions comes from Vanilla/StaticText widget because after I delete Vanilla/StaticText in layout file or use TaharezLook instead of Vanilla the exceptions disappear. But I can't find 'UseStandardImagery', 'NormalImage', and 'PushedImage' properties in the Vanilla/StaticText block i...
by westpointer
Mon Mar 02, 2009 14:30
Forum: Help
Topic: Problem with Vanilla theme
Replies: 5
Views: 4086

Problem with Vanilla theme

I find that there are many errors logged in CEGUI.log when using vanilla theme: 02/03/2009 22:21:03 (InfL2) Assigning LookNFeel 'Vanilla/Button' to window 'SimulatorSheet/AboutMenu/MsgTxt__auto_hscrollbar____auto_incbtn__'. 02/03/2009 22:21:03 (Error) Exception: There is no Property named 'UseStanda...
by westpointer
Sun Mar 01, 2009 02:20
Forum: Unofficial CEGUI-Related Tools
Topic: [SOLVED] Problem with font
Replies: 1
Views: 8353

[SOLVED] Problem with font

I use a chinese font in CEGUI Layout Editor. But the editor crash on running giving the following message: CELayoutEditor Error --------------------------- CELayoutEditor has detected and caught an exception. The following detailed info is available: Description: Error Exception Location: EditorFram...
by westpointer
Sun Dec 21, 2008 01:10
Forum: Help
Topic: Crash on ProgressBar
Replies: 12
Views: 5568

Here is my LoadingBar::finish and LoadingBar::~LoadingBar: LoadingBar::~LoadingBar(){} void LoadingBar::finish(void) { // Destroy loading dialog if ( CEGUI::WindowManager::getSingleton().isWindowPresent("LoadingDialog") ) { CEGUI:...
by westpointer
Sat Dec 20, 2008 01:36
Forum: Help
Topic: Crash on ProgressBar
Replies: 12
Views: 5568

CE, I completely understand, It is just all my fault. I can't reply until now, cause the time lag. :) The assert is not caused in Simulator::loadSceneResources, This assert comes out when MainMenuDlg::handleLaunchOnClick returns true and steps into ceguimemeberfunctionslot.h: template<typename T> cl...
by westpointer
Fri Dec 19, 2008 14:04
Forum: Help
Topic: Crash on ProgressBar
Replies: 12
Views: 5568

I am a newbie, sorry for my ignorance. I posted my second post without knowing your first reply :cry: I searched the forum but did not find a similar problem. And the CEGUI.log show no error or exception. My code snippet: For responding “start” button: bool MainMenuDlg::handleLaunchOnC...
by westpointer
Fri Dec 19, 2008 13:25
Forum: Help
Topic: Crash on ProgressBar
Replies: 12
Views: 5568

Maybe I need to give more info about it. Here is the situation: I have a main menu with "Start" push button on it. When I click "start", the loading sheet with a progressbar on it appears, after finish loading, the loading sheet is destroyed, then scene should be shown, but it cr...

Go to advanced search