Hi CE,
I have done some tests with the latest SVN release and this seems to cure all my problems after rebuilding all my dialogs with the help of CELayoutEditor (In fact I have only tried rebuilding one but this had worked).
Thanks for your quick help...
Ben
Search found 14 matches
- Mon Oct 12, 2009 09:41
- Forum: Help
- Topic: GUI redraw after app window size change
- Replies: 7
- Views: 4842
- Fri Oct 09, 2009 19:06
- Forum: Help
- Topic: GUI redraw after app window size change
- Replies: 7
- Views: 4842
Re: GUI redraw after app window size change
Hi CrazyEddie, well I have tried a lot of calls and also debugged through the CEGUI::System::notifyDisplaySizeChanged but this does not change the behavior. My GUI resize function right now calls: m_pkCEGUI_System->notifyDisplaySizeChanged( CEGUI::Size( nWidth, nHeight ) ); CEGUI::MouseCursor::getSi...
- Tue Oct 06, 2009 07:25
- Forum: Help
- Topic: GUI redraw after app window size change
- Replies: 7
- Views: 4842
GUI redraw after app window size change
Hi there, I'm using CEGUI with Ogre and just tried to port to the 0.7.0 version of CEGUI. As I have read so far there are some changes to the "'inner rect' fixes made for 0.7.0". As I don't run the SVN version for now, maybe this might be solved when switching to it. My bigger problem appe...
- Tue May 09, 2006 09:58
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51422
- Fri Apr 21, 2006 09:33
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51422
CEGUI Tree view
Hi there, the tree view screenshot really looks great and I would like to use this for an Ogre scene graph browser. But I've downloaded the CEGUI_TreeControl_2005-10-24.zip from the link in this thread and it does not work with the CEGUI 0.4.1 source release. Is this version only for the CVS source?...
- Thu Jan 12, 2006 17:01
- Forum: Modifications / Integrations / Customisations
- Topic: Tooltip does not Display
- Replies: 1
- Views: 1904
Tooltip does not Display
Hi there, I'm using Ogre under Linux. Looking at the forum I found that I have to do a few major things for Tooltips: Inject the time pulse: CEGUI::System::injectTimePulse(). Already did that for AutoRepeat Buttons. Setting a default Tooltip: CEGUI::System::getSingleton().setTooltip( (CEGUI::utf8*)&...
- Tue Jan 10, 2006 10:36
- Forum: Modifications / Integrations / Customisations
- Topic: Resizing SDL Ogre window without resizing CEGUI elements
- Replies: 11
- Views: 14957
Re: Resizing SDL Ogre window without resizing CEGUI elements
Ok, I found the problem and a solution to it. If you look at the CEGUIWindow source, you will find different variables for the Min/Max size property and the internal Min/Max size variables (ie. Window::d_absMinSizeProperty; for the property but d_maxSize as the window internal variable) So if you se...
- Fri Jan 06, 2006 13:52
- Forum: Modifications / Integrations / Customisations
- Topic: continuous scrolling
- Replies: 5
- Views: 3779
Re: continuous scrolling
Hi, got the same problem and found the solution in this thread: http://www.cegui.org.uk/modules/newbb/viewtopic.php?topic_id=895&forum=2&post_id=5234#forumpost5234 You have to tell CEGUI that the time is passing by... ... To enable this you need to look at the function: Window::setMouseAutoR...
- Thu Dec 29, 2005 14:54
- Forum: Modifications / Integrations / Customisations
- Topic: Spinner change notification (EventValueChanged)
- Replies: 2
- Views: 2275
Re: Spinner change notification (EventValueChanged)
I'm sorry,
the spinner EventValueChanged code works. There was an error in my code around it.
But the second problem (autorepeat) is still not solved.
It's under Linux using the SDL.
Any suggestions?
the spinner EventValueChanged code works. There was an error in my code around it.
But the second problem (autorepeat) is still not solved.
It's under Linux using the SDL.
Any suggestions?
- Thu Dec 29, 2005 14:34
- Forum: Modifications / Integrations / Customisations
- Topic: Spinner change notification (EventValueChanged)
- Replies: 2
- Views: 2275
Spinner change notification (EventValueChanged)
Hi there, I try to use a spinner and have two questions according to it. The first one is how do I notice when the spinner changes its value? I tried it with: CEGUI::WindowManager::getSingleton().getWindow( (CEGUI::utf8*) "SpinnerName" ) -> subscribeEvent(CEGUI::Spinner::EventValueChanged,...
- Wed Dec 21, 2005 15:32
- Forum: Modifications / Integrations / Customisations
- Topic: Resizing SDL Ogre window without resizing CEGUI elements
- Replies: 11
- Views: 14957
Re: Resizing SDL Ogre window without resizing CEGUI elements
Well, I have buttons in the app and just added one to the child window. They don't get resized so it should not be the images. As I said, everything is fine until I move the window. My sugestion is that the absolute position of the window gets changed and then it does not observe the min and max siz...
- Wed Dec 21, 2005 11:38
- Forum: Modifications / Integrations / Customisations
- Topic: Resizing SDL Ogre window without resizing CEGUI elements
- Replies: 11
- Views: 14957
Re: Resizing SDL Ogre window without resizing CEGUI elements
Well, I found another problem when I define a window like this: <Window Type="TaharezLook/FrameWindow" Name="MoveWindow"> <Property Name="AbsolutePosition" Value="x:100.0 y:100.0" /> <Property Name="AbsoluteMinSize" Value="w:400.0 h:300.0" ...
- Tue Dec 06, 2005 10:07
- Forum: Modifications / Integrations / Customisations
- Topic: Resizing SDL Ogre window without resizing CEGUI elements
- Replies: 11
- Views: 14957
Re: Resizing SDL Ogre window without resizing CEGUI elements
Hi there,
I finally added the setDisplaySize method to the Ogre renderer and then after calling it -> it works fine!
Thanks for your help...
Ben
I finally added the setDisplaySize method to the Ogre renderer and then after calling it -> it works fine!
Thanks for your help...
Ben
- Wed Nov 30, 2005 08:21
- Forum: Modifications / Integrations / Customisations
- Topic: Resizing SDL Ogre window without resizing CEGUI elements
- Replies: 11
- Views: 14957
Resizing SDL Ogre window without resizing CEGUI elements
Hi there, I'm not sure to ask this question here ore on the Ogre forum but I don't now if its related to CEGUI or Ogre so I'll ask both. I've implemented a window resize function for the SDL so that I'm able to resize the Ogre window. Then I have two basic problems: The view of my camera also gets r...