Search found 10 matches
- Thu Jan 08, 2015 06:13
- Forum: Help
- Topic: How to create a vertical Scrollable list of staticimages
- Replies: 8
- Views: 6575
Re: How to create a vertical Scrollable list of staticimages
I tried the following: I added the following line to the InitializeSidebarList() after creating the icon. It seems to work now. MyIcon->subscribeEvent(CEGUI::Window::EventMouseButtonDown, CEGUI::Event::Subscriber(&SidebarWindow::MouseClickSidebar,this)); What did i do wrong before. I thought cli...
- Thu Jan 08, 2015 05:41
- Forum: Help
- Topic: How to create a vertical Scrollable list of staticimages
- Replies: 8
- Views: 6575
Re: How to create a vertical Scrollable list of staticimages
Yes i removed the section from the layout and the same thing occurs. When i click directly on the sidebarwindow (around the staticimages) the callback MouseClickSidebar() is called. But when i click on the staticimages in the sidebarwindow the Callback is not called. Does the staticimage swallow the...
- Tue Jan 06, 2015 15:31
- Forum: Help
- Topic: How to create a vertical Scrollable list of staticimages
- Replies: 8
- Views: 6575
Re: How to create a vertical Scrollable list of staticimages
I do have a root window which I attach all my windows too.
The root window is mGUISheet in the class SidebarWindow which is passed in via the constructor. mGUIWindow (Scrollpane) is added to this root as a child in the constructor also. I can post a picture tonight how the window looks if it helps.
The root window is mGUISheet in the class SidebarWindow which is passed in via the constructor. mGUIWindow (Scrollpane) is added to this root as a child in the constructor also. I can post a picture tonight how the window looks if it helps.
- Tue Jan 06, 2015 04:42
- Forum: Help
- Topic: How to create a vertical Scrollable list of staticimages
- Replies: 8
- Views: 6575
Re: How to create a vertical Scrollable list of staticimages
I could do a wiki after i get it to work. But i have a few issues. I create the layout as below: <GUILayout version="4" > <Window type="TaharezLook/ScrollablePane" name="Sidebar" > <Property name="Area" value="{{0,1},{0,0},{0,154},{0,759}}" /> <Prope...
- Wed Dec 31, 2014 08:42
- Forum: Help
- Topic: How to create a vertical Scrollable list of staticimages
- Replies: 8
- Views: 6575
How to create a vertical Scrollable list of staticimages
Hi I am trying to create a vertical scrollable list of images. So therefore i have created a Staticimage and added a bunch of staticimages into this container (staticimage). This is seems to be good and works fine. However the number of images exceed the size of the window so i placed a vertical scr...
- Thu Aug 07, 2014 17:29
- Forum: Modifications / Integrations / Customisations
- Topic: Multiple Mouse Cursors
- Replies: 6
- Views: 15613
Re: Multiple Mouse Cursors
Sure, can you tell me where the v0 branch is and i will switch. You mean by v0 as in v0.8.0?
I thought v0.8.3 was more recent than v0.8.0? Maybe i didnt understand you correctly.
Thanks.
I thought v0.8.3 was more recent than v0.8.0? Maybe i didnt understand you correctly.
Thanks.
- Wed Aug 06, 2014 21:38
- Forum: Modifications / Integrations / Customisations
- Topic: Multiple Mouse Cursors
- Replies: 6
- Views: 15613
Re: Multiple Mouse Cursors
I am currently using 0.8.3 build with Ogre. I am looking into this feature exactly for virtual reality purpose. Its a hobby currently so paid support is not an option lol!!.. I dont get paid either, developing a proof of concept. But i will try out your idea of an additional cegui window and handlin...
- Wed Aug 06, 2014 19:55
- Forum: Modifications / Integrations / Customisations
- Topic: Multiple Mouse Cursors
- Replies: 6
- Views: 15613
Multiple Mouse Cursors
Hi
I am looking to have two mouse cursors on screen at the same time controller by two different mouse inputs.
So basically i would like to have a left hand and a right hand mouse. Is this possible with CEGUI? Is there
an example for it somewhere i could look through?
Thanks
I am looking to have two mouse cursors on screen at the same time controller by two different mouse inputs.
So basically i would like to have a left hand and a right hand mouse. Is this possible with CEGUI? Is there
an example for it somewhere i could look through?
Thanks
- Fri Oct 08, 2010 17:24
- Forum: Offtopic Discussion
- Topic: 3d GUI ?
- Replies: 8
- Views: 17708
Re: 3d GUI ?
Hi Kulik,
I am looking at creating a gui overlaying it on an objects and being able to use the gui in a virtual environment. Something exactly like in doom3
on a computer console where the user can interact with it.
Thanks
I am looking at creating a gui overlaying it on an objects and being able to use the gui in a virtual environment. Something exactly like in doom3
on a computer console where the user can interact with it.
Thanks
- Wed Oct 06, 2010 15:32
- Forum: Offtopic Discussion
- Topic: 3d GUI ?
- Replies: 8
- Views: 17708
Re: 3d GUI ?
Hi I am new at using 3D GUIs, I have previously implemented 2D GUI with QT and other applications. However now i am looking into creating actual 3D based GUIs. Is this possible yet and if so can someone provide me some information to read or learn how such a thing can be achieved with the use of CEG...