Search found 26 matches

by Evenstar
Wed May 16, 2007 17:32
Forum: Bug Reports, Suggestions, Feature Requests
Topic: "Lite" Version
Replies: 3
Views: 6747

lindquist wrote:Don't hold your breath though, how the CEGUI project is run is going to change significantly over the coming month or so.


Can you elaborate on this? I'm just wondering if we, the community, should be concerned by this statement? What sort of changes are in place?

Thanks
by Evenstar
Mon May 01, 2006 23:49
Forum: Modifications / Integrations / Customisations
Topic: Testing 0.5.0
Replies: 1
Views: 2250

Re: Testing 0.5.0

I've been testing 0.5.0 from the SVN trunk location, and the following XML code no longer works. Basically, it should render a child StaticImage window with transparent areas. The static image contains alpha channels which used to display the parts of the image that I was interested in. Now, nothin...
by Evenstar
Mon May 01, 2006 21:37
Forum: Modifications / Integrations / Customisations
Topic: Testing 0.5.0
Replies: 1
Views: 2250

Testing 0.5.0

I've been testing 0.5.0 from the SVN trunk location, and the following XML code no longer works. Basically, it should render a child StaticImage window with transparent areas. The static image contains alpha channels which used to display the parts of the image that I was interested in. Now, nothing...
by Evenstar
Fri Apr 28, 2006 15:09
Forum: CEGUI Library Development Discussion
Topic: VS 2005 CEGUI::String debugger visualizer
Replies: 2
Views: 6065

The link for this file download expired according to the yousendit web site. I'd be interested in seeing if the debugging tool works in VS 2003. Can you upload it again, please?

Thanks
by Evenstar
Mon Apr 24, 2006 23:06
Forum: Help
Topic: setting metrics mode in layout editor 0.4
Replies: 9
Views: 9549

Polls are probably a good idea, but the users must expect some changes when using a rapidly developing project. In fact, if backward compatibility is the biggest concern, using a project that hasn't even released it's 0.5 version is probably wrong for you. The developers at CEGUI work very hard not...
by Evenstar
Mon Apr 24, 2006 16:44
Forum: Help
Topic: setting metrics mode in layout editor 0.4
Replies: 9
Views: 9549

Yeah, sorry to tell you but 0.5 will break with some important 0.4 way of doing things. However Udim is already available in 0.4.1, so you can try to load your layouts in the layout editor and save them (in a different name), to see whether they are saved with Udim values. I think it will do that. ...
by Evenstar
Fri Apr 21, 2006 15:57
Forum: Help
Topic: setting metrics mode in layout editor 0.4
Replies: 9
Views: 9549

lindquist wrote:
turkeypotpie wrote:So, as I understand it, with universal dimensions, the metrics mode per se is no longer relevant?

correct :) In 0.5 it has been removed.


Does this mean 0.5 will not be backward compatible with 0.4? I've been using the AbsoluteRect and RelativeRect properties almost exclusively in my layout.
by Evenstar
Fri Apr 14, 2006 19:52
Forum: Modifications / Integrations / Customisations
Topic: Possible bug with title bar?
Replies: 1
Views: 2581

Well, I just ran into another problem. I modified my code to inform the TitleBar to ignore the mouse events if the event has been handled; however I'm needing the event to be passed on to the windows beneath the title bar window. Is there some way of telling the title bar to ignore the event complet...
by Evenstar
Thu Apr 13, 2006 22:58
Forum: Modifications / Integrations / Customisations
Topic: Possible bug with title bar?
Replies: 1
Views: 2581

Possible bug with title bar?

I had previously posted about adding a transparent title bar to a frame window. I have managed to do that successfully, but I ran into another problem. Before I continue, I need to set the stage. My purpose for having a transparent title bar is so that I can move the window around by clicking and dr...
by Evenstar
Wed Apr 12, 2006 14:23
Forum: Modifications / Integrations / Customisations
Topic: Double click event crashes CEGUI
Replies: 14
Views: 10468

How do I specify my titlebar instead of using the default __auto_titlebar__? I tried the following code in the WindowsLook.looknfeel, but it didn't work. I replaced "__auto_titlebar__" with "WindowsLook/FrameBkgnd", the name of my titlebar. <NamedArea name="ClientWithTitleNo...
by Evenstar
Tue Apr 11, 2006 21:35
Forum: Modifications / Integrations / Customisations
Topic: Double click event crashes CEGUI
Replies: 14
Views: 10468

One last question (for now). Looking at the existing WindowsLook/FrameWindow, there are many, many NamedAreas. Are these necessary to include in the new frame window? I've never fully understood the NamedAreas.

Thanks
by Evenstar
Tue Apr 11, 2006 20:42
Forum: Modifications / Integrations / Customisations
Topic: Double click event crashes CEGUI
Replies: 14
Views: 10468

lindquist wrote:You'd need to make a new titlebar looknfeel as well.


Would the titlebar that I created above do the job?
by Evenstar
Tue Apr 11, 2006 20:09
Forum: Modifications / Integrations / Customisations
Topic: Double click event crashes CEGUI
Replies: 14
Views: 10468

Thanks for all the help with this. I appreciate it. What I'd really like to do is to have a window that can be clicked anywhere an alpha value is non-zero and moved about. For example, having a window with the image of a CD on it would be draggable from all parts except the center and outer edges. W...
by Evenstar
Tue Apr 11, 2006 19:44
Forum: Modifications / Integrations / Customisations
Topic: Double click event crashes CEGUI
Replies: 14
Views: 10468

Sure. Here is the line of interest. It was added to the WindowsLookSkin.scheme file. Nothing else was changed.

Code: Select all

<FalagardMapping WindowType="WindowsLook/FrameBkgnd" TargetType="Falagard/Titlebar" LookNFeel="WindowsLook/FrameBkgnd" />
by Evenstar
Tue Apr 11, 2006 16:57
Forum: Modifications / Integrations / Customisations
Topic: Double click event crashes CEGUI
Replies: 14
Views: 10468

Speaking of FrameBkgnd, that is a new looknfeel that I added. I'm new to CEGUI, so it's very possible that I didn't do something right. What I'm trying to do is to create a transparent titlebar that fills the parent window. In my XML code that I pasted, do I need to have a FrameWindow as the overall...

Go to advanced search