Search found 12 matches
- Tue Apr 30, 2013 14:19
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Suggestion for a smarter CEGUIWindow::calculatePixelSize
- Replies: 0
- Views: 4854
Suggestion for a smarter CEGUIWindow::calculatePixelSize
Hi, this note is about another workaround developed for the window setup described in http://www.cegui.org.uk/phpBB2/viewtopic.php?f=3&t=6429#p30169 . In short, I have a large pane that renders its content onto a large texture, which is then projected into a (zoomable) viewport on the screen. I ...
- Mon Apr 29, 2013 20:10
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Child window properties from GUILayout: problem + fix
- Replies: 4
- Views: 7788
Re: Child window properties from GUILayout: problem + fix
Thanks for pointing out this. I think this should work for me 
- Mon Apr 29, 2013 20:00
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Suggestion for smarter CEGUIWindow::getHitTestRect_impl
- Replies: 2
- Views: 5603
Re: Suggestion for smarter CEGUIWindow::getHitTestRect_impl
First of all, thanks for the reply. ideally the non-clipped by parent with a texture backed parent should actually render outside of the parent's texture I agree with you in that point. But what if the the parent itself is rendered to texture and not to screen? I had this case with a Drag&Drop e...
- Sat Apr 27, 2013 18:31
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Suggestion for smarter CEGUIWindow::getHitTestRect_impl
- Replies: 2
- Views: 5603
Suggestion for smarter CEGUIWindow::getHitTestRect_impl
Hi, I am currently working on a window layout that uses a custom ScrollablePane as main panel. The ScrollableContainer component of this pane uses a RenderingWindow for rendering its content to a large texture, which is then projected into ScrollablePane's view area. This allows me (amongst others) ...
- Fri Apr 26, 2013 20:53
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Child window properties from GUILayout: problem + fix
- Replies: 4
- Views: 7788
Re: Child window properties from GUILayout: problem + fix
Okay, I've added a new Mantis ticked. I would appreciate any suggestions for a workaround other than the proposed patch of the core library 
- Tue Apr 23, 2013 14:07
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Child window properties from GUILayout: problem + fix
- Replies: 4
- Views: 7788
Child window properties from GUILayout: problem + fix
Hi, I discovered the following problem concerning the GUILayout XML element processing in CEGUI 0.7.7. I've created a GUILayout consisting of a custom ScrollablePane widget, a "DragMeAround"-like child FrameWindow for testing (added to the ContentArea of the pane), and another "Minima...
- Tue Feb 19, 2013 14:20
- Forum: Modifications / Integrations / Customisations
- Topic: ScriptedEvent "AddedChild" not fired during loadWindowLayout
- Replies: 6
- Views: 20521
Re: ScriptedEvent "AddedChild" not fired during loadWindowLa
I think I should eventually switch to CEGUI's RapidXML parser module
Its also interesting to see the poor performance of irrXML in this benchmark, compared to what it's supposed be according to http://www.ambiera.com/irrxml/
Thanks a lot for posting the link!
Thanks a lot for posting the link!
- Tue Feb 19, 2013 12:21
- Forum: Modifications / Integrations / Customisations
- Topic: ScriptedEvent "AddedChild" not fired during loadWindowLayout
- Replies: 6
- Views: 20521
Re: ScriptedEvent "AddedChild" not fired during loadWindowLa
>> TinyXML is probably the slowest and most memory hungry choice you can make Can you explain that in more detail? It would be interesting to know why TinyXML is not "tiny". What would be a more lightweight alternative? I originally planned to use RapidXML as CEGUI default parser module, b...
- Tue Feb 19, 2013 11:34
- Forum: Modifications / Integrations / Customisations
- Topic: ScriptedEvent "AddedChild" not fired during loadWindowLayout
- Replies: 6
- Views: 20521
Re: ScriptedEvent "AddedChild" not fired during loadWindowLa
Thanks for this comprehensive answer!! Re-ordering the XML elements in the layout does work for me, since I am using TinyXML parser for all of my projects. So I can go on
.
- Mon Feb 18, 2013 18:35
- Forum: Modifications / Integrations / Customisations
- Topic: ScriptedEvent "AddedChild" not fired during loadWindowLayout
- Replies: 6
- Views: 20521
ScriptedEvent "AddedChild" not fired during loadWindowLayout
Hi, I've written a simple window *.layout which defines a DefaultWindow (used as GUISheet) with two custom child widgets; see the pasted XML code below. For the main window I use two handlers for "AddedChild" and "RemovedChild" events. The problem I've encountered is as follows. ...
- Wed Feb 13, 2013 18:20
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: CEED with custom GUI scheme
- Replies: 2
- Views: 16449
Re: CEED with custom GUI scheme
Okay, then I will try (again) to locate the cause for the present error in my GUI scheme and dependent files. I actually use CEGUI-0.7 as CEED target, and I also use a "clean" resources folder which only contains necessary files. Can you please describe under what circumstances the present...
- Wed Feb 13, 2013 15:38
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: CEED with custom GUI scheme
- Replies: 2
- Views: 16449
CEED with custom GUI scheme
Hi, I am working with CEED snapshot 11, and I want to use a custom GUI scheme for creating layouts. My GUI scheme is derived from VanillaSkin (as shipped with CEGUI-0.7.7) and it includes an additional *.looknfeel file that defines the WidgetLook for one of my own widget classes. When I put this cus...