Search found 9 matches
- Sat Jan 05, 2013 11:43
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot11 release
- Replies: 12
- Views: 30634
Re: Snapshot11 release
Hi, messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right? Thanks, Adam. Yup, read the manual. Ok, thanks, got it: "Currently you ma...
- Fri Jan 04, 2013 13:15
- Forum: Help
- Topic: Making a crosshair mouse cursor
- Replies: 2
- Views: 2824
Re: Making a crosshair mouse cursor
Thanks a lot! Got it working, though I've found out that CEED does not generate the correct XML, as it generates "yOffset = ..." and "xOffset = ..." while apparently it needs to be "XOffset = ..." and "YOffset = ..." for the CEGUI library to take it into consi...
- Fri Jan 04, 2013 08:28
- Forum: Help
- Topic: Making a crosshair mouse cursor
- Replies: 2
- Views: 2824
Making a crosshair mouse cursor
Hi, I've successfully created my imageset with a crosshair shaped mouse cursor, but I can't figure out how can I make CEGUI consider the center if the image as the actual mouse cursor position. I use CEGUI with Ogre and OIS, and I was messing around with trying to offset the mouse position, but I un...
- Fri Jan 04, 2013 07:10
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot11 release
- Replies: 12
- Views: 30634
Re: Snapshot11 release
Hi,
messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right?
Thanks,
Adam.
messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right?
Thanks,
Adam.
- Mon Dec 31, 2012 05:51
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot11 release
- Replies: 12
- Views: 30634
Re: Snapshot11 release
Hi, I hope it is the place to report bugs: in snapshot 11 if you add a Taharezlook/StaticText and set its text's horizontal formatting to 'CentreAligned' the generated XML will be: <Property Name="HorzFormatting" Value="CentreAligned" /> However this does not work and I found out...
- Mon Oct 15, 2012 17:02
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot10 release
- Replies: 19
- Views: 41758
Re: Snapshot10 release
Hi,
I wonder how close is the release of snapshot 11? I don't want to make anyone hurry, just really waiting for it!:)
Thanks for your work and effort!
Adam.
I wonder how close is the release of snapshot 11? I don't want to make anyone hurry, just really waiting for it!:)
Thanks for your work and effort!
Adam.
- Tue Sep 11, 2012 18:28
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot10 release
- Replies: 19
- Views: 41758
Re: Snapshot10 release
Sadly it's not just group boxes, it's any widget that has auto windows inside. Including scrollable pane, tab control, etc... I am not sure how to circumvent it. If you target CEGUI 1.0 the problem will obviously go away but that's likely not what you want. I would like to (no promises, as always) ...
- Tue Sep 11, 2012 11:53
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot10 release
- Replies: 19
- Views: 41758
Re: Snapshot10 release
Hi Kulik,
thanks for the fast reply.
Is there any way I can with the current release circumvent this problem? Or should I just give up on groupboxes until snapshot11 is released?
Thanks.
thanks for the fast reply.
Is there any way I can with the current release circumvent this problem? Or should I just give up on groupboxes until snapshot11 is released?
Thanks.
- Tue Sep 11, 2012 11:09
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Snapshot10 release
- Replies: 19
- Views: 41758
Re: Snapshot10 release
Hi, I'm experimenting with this new editor and getting this exception after I add a radio button to a group box and attempt to save the layout: Exception message: 'NamePath' Traceback: File "C:\Users\Martin Preisler\Devel\CEED\ceed\mainwindow.py", line 1299, in slot_save File "C:\User...