Search found 10 matches

by asjt3
Fri Apr 08, 2011 18:00
Forum: Help
Topic: Render video to cegui window
Replies: 1
Views: 1796

Render video to cegui window

Hey guys, I'm using delta3d 2.5.0 and trying to render a video to a CEGUI::StaticImage window. I've got an osg::texture2d that contains the video and I can successfully render to objects in the scene, but when I try to render to the cegui window, the render surface just turns white. I'm using the fo...
by asjt3
Tue Jan 18, 2011 21:29
Forum: Help
Topic: How to create vertical text string?
Replies: 8
Views: 5121

Re: How to create vertical text string?

Alright well I upgraded to 0.7.2 and the rotation works! Only problem is the clickable area of the button is set to area of the button before it was rotated. How can I set the clickable area to follow the rotation?

Much thanks,

alex
by asjt3
Wed Jan 12, 2011 16:28
Forum: Help
Topic: How to create vertical text string?
Replies: 8
Views: 5121

Re: How to create vertical text string?

Thanks for the replies guys! I'm now using a push button, but to no avail. Let me clarify; the buttons load , but they are not rotated. Please see the following xml: <Window Type="TaharezLook/Static" Name="Root/ShipControl" > <Property Name='UnifiedAreaRect' Value='{{.95000,0.000...
by asjt3
Thu Dec 23, 2010 18:46
Forum: Help
Topic: ImageButton not working?
Replies: 0
Views: 3084

ImageButton not working?

Hey guys, I'm having a hell of a time trying to integrate an imagebutton in my layout. I'm trying to create little arrow buttons, the same type that are used on scrollbars, and I'm using the built in scroll bar buttons from TaharezLook to do this. <Window Type="TaharezLook/ImageButton" Nam...
by asjt3
Wed Dec 22, 2010 18:24
Forum: Help
Topic: How to create vertical text string?
Replies: 8
Views: 5121

Re: How to create vertical text string?

Thanks for the reply uelkfr! I've been trying this and unfortunately is doesn't seem to work :? The following is my XML code: <!--SHIP CONTROL--> <Window Type="TaharezLook/Static" Name="Root/ShipControl" > <Property Name='UnifiedAreaRect' Value='{{0.95000,0.000000},{0.5,0.000000}...
by asjt3
Tue Dec 21, 2010 21:48
Forum: Help
Topic: How to create vertical text string?
Replies: 8
Views: 5121

How to create vertical text string?

Hey guys,

I'm trying to rotate my text string on a button so that it reads from the side of the screen, for example http://img253.imageshack.us/i/screenshotxk.jpg
by asjt3
Mon Dec 20, 2010 19:10
Forum: Help
Topic: What could I use to make a moving tab?
Replies: 1
Views: 1685

What could I use to make a moving tab?

Hey guys, I'm a relative noob at CEGUI, so I was wondering if you all could help me figure out what widget to use to create a pop-up tab. Basically, the tab is attached to the edge of the window, has a title bar, and when clicked expands into the screen (i.e. if the tab is on the bottom of the windo...
by asjt3
Fri Oct 29, 2010 16:42
Forum: Help
Topic: CEGUI0.6: Can't get combox items to appear
Replies: 3
Views: 3080

Re: CEGUI0.6: Can't get combox items to appear

Ah I see. So is there any workaround to not specifying the items via code?

Thanks for the reply,

alex
by asjt3
Wed Oct 27, 2010 18:44
Forum: Help
Topic: CEGUI0.6: Can't get combox items to appear
Replies: 3
Views: 3080

CEGUI0.6: Can't get combox items to appear

Hey guys, I'm using the following code in an xml layout file to try and populate a droplist. I can't seem to get the items to appear in the list, as of now it is blank. Before when I was creating the GUI at runtime, I just used Combobox along with ListBoxTextItem and it worked. As you can see, for t...
by asjt3
Fri Jun 12, 2009 18:18
Forum: Unofficial CEGUI-Related Tools
Topic: [SOLVED] CELayout editor couldnt open a layout file
Replies: 4
Views: 17098

Re: [SOLVED] CELayout editor couldnt open a layout file

I've got a similar problem: I keep getting the singleton error and I think it's because the program can't find the schemes file, and I don't know why. It stems from this command: CEGUI::Window* panel = wmgr.createWindow("WindowsLook/StaticImage", "Panel 1"); and here is my main f...

Go to advanced search