Search found 20 matches

by wally
Thu Feb 19, 2009 01:32
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Layout editor terminates with invalid Spinner text
Replies: 1
Views: 2213

Layout editor terminates with invalid Spinner text

CEGUI layout editor 0.6.2. Entering invalid number (e.g. the letter "k") in the Text field for a Spinner element terminates the editor, reporting an exception 19/02/2009 12:27:12 (Error) CEGUI::InvalidRequestException in file \Temp\CEGUI-0.6.2-vc7\src\elements\CEGUISpinner.cpp(...
by wally
Thu Feb 19, 2009 01:23
Forum: Unofficial CEGUI-Related Tools
Topic: Editing layouts on multiple projects
Replies: 1
Views: 8889

Editing layouts on multiple projects

The new method of opening layouts (i.e only from the single layout folder specified in INI file) makes it difficult to work on multiple projects at once. I think we currently have no choice but to change the INI setting to switch projects right? I know this has been mentioned before , I'm just addin...
by wally
Wed Jan 07, 2009 22:33
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug-solved] Colours element byte order on Mac
Replies: 5
Views: 4793

Just an update that CEGUI version 0.6.2 solves this issue for me. Colour multipliers, background colours etc all work correctly for me now on PPC macs.
Thanks!
by wally
Wed Nov 19, 2008 04:00
Forum: Help
Topic: Loading CEGUI in two different scene managers in Ogre
Replies: 2
Views: 2214

I have no problems using the mRenderer->setTargetSceneManager(...) to switch between different Ogre scene managers. Can you give more details than "it does not work"... First thing to check is if your OK_Clicked function is actually being called. (Put a breakpoint there, see if it gets hit...
by wally
Sun Nov 09, 2008 22:06
Forum: Help
Topic: license references
Replies: 6
Views: 3444

My bad: I had actually included a "PCRELicense.txt" file in our "license" folder too, just forgot to mention that one in my last post. The installers reference our app's primary license file, and the latter says Other 3rd party products are used within this software and their lic...
by wally
Thu Nov 06, 2008 03:20
Forum: Help
Topic: license references
Replies: 6
Views: 3444

Thanks for the info CE, that does clarify things. So I've included the CEGUI COPYING file and the Expat license file in our "license" directory, and added the standard Freetype acknowledgement / copyright blurb to our app's main license file. I believe that's all I have to do given that we...
by wally
Wed Oct 29, 2008 04:38
Forum: Help
Topic: license references
Replies: 6
Views: 3444

license references

Our open source app uses the CEGUI prebuilt SDK, dynamically linked. (Ships with CEGUIBase.dll, CEGUIExpatParser.dll, CEGUIFalagardWRBase.dll, no CEGUI source code or even headers) We give CEGUI a mention in our Credits menu, but the full licensing needs has always been unclear to me :? When we use ...
by wally
Sun Oct 26, 2008 22:23
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug] mouse wheel scroll on Slider reversed?
Replies: 3
Views: 4251

Thanks for looking into it CE. I realised the "scrolling to extremes" was actually because I was just feeding raw mouse wheel inputs into injectMouseWheelChange(). (I've only had one scrollbar until now, so I didn't have much to compare to) I tried scaling them instead and that works much ...
by wally
Fri Oct 24, 2008 00:22
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug] mouse wheel scroll on Slider reversed?
Replies: 3
Views: 4251

[bug] mouse wheel scroll on Slider reversed?

I've recently added an instance of the Slider class to my layout. (The vertical slider, from Taharez lnf) But if my mouse is over it and I scroll with the mouse wheel, it seems to scroll the opposite way to what I expected. If I scroll up (away from me), the slider thumb goes to the bottom (and getC...
by wally
Tue Oct 07, 2008 06:25
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug] layout editor doesn't save GroupBox children
Replies: 3
Views: 3822

Fair enough, if that's how a GroupBox behaves in other widget toolkits then I'll find another way.
Still seems odd to me that the items contained by a groupbox cannot be its children, but I guess I've got the wrong impression of a groupbox.
Thanks for the reply.
by wally
Fri Sep 26, 2008 05:22
Forum: Help
Topic: Subversion revision matching 0.6.1 SDK
Replies: 3
Views: 2249

Thanks for the info, both of you. From the point of view of integrating 3rd party libraries into my projects, I prefer to know when I'm getting an update to those libraries. Even if they're only minor "maintenance" updates. It's not that I don't trust the library, it's more that I want to ...
by wally
Tue Sep 23, 2008 06:24
Forum: Help
Topic: Subversion revision matching 0.6.1 SDK
Replies: 3
Views: 2249

Subversion revision matching 0.6.1 SDK

Can someone confirm if subversion revision 1798 is an exact (or the closest) match for the code used in the 0.6.1 SDK? With repository URL https://crayzedsgui.svn.sourceforge.net/svnroot/crayzedsgui/cegui_mk2/tags/v0-6-1 The 0.6.1 tag was created at revision 1780, but then there were a few changes i...
by wally
Sun Sep 21, 2008 23:55
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug] layout editor doesn't save GroupBox children
Replies: 3
Views: 3822

[bug] layout editor doesn't save GroupBox children

It seems the layout editor doesn't save any children of a GroupBox. This is a bit of a problem, as I now have to edit any affected layouts by hand at all times. I could work around it by keeping the contents logically outside the GroupBox (i.e. not children), but really they should be children IMO. ...
by wally
Mon Sep 15, 2008 23:23
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug-solved] Colours element byte order on Mac
Replies: 5
Views: 4793

Not a critical issue for me - I can probably work around it if I have to and I guess it won't be a problem on intel macs.
Apart from that (and the framework issue I reported elsewhere) it was pretty smooth getting the GUI running on the mac. So good job on that :)
by wally
Mon Sep 15, 2008 07:01
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [bug-solved] Colours element byte order on Mac
Replies: 5
Views: 4793

[bug-solved] Colours element byte order on Mac

I've got custom looknfeel buttons which are intended to appear darker in the "off" state via this Colours element: <StateImagery name="Normal"> <Layer> <Section section="OffNoHover" /> <Section section="icon" > <Colours topLeft="ffb0b0b0" topRight=&q...

Go to advanced search