Search found 254 matches
- Mon Nov 10, 2008 17:03
- Forum: Help
- Topic: StaticText without Scrollbars
- Replies: 7
- Views: 5652
- Sat Nov 08, 2008 13:52
- Forum: Help
- Topic: StaticText without Scrollbars
- Replies: 7
- Views: 5652
- Fri Nov 07, 2008 18:52
- Forum: Help
- Topic: StaticText without Scrollbars
- Replies: 7
- Views: 5652
StaticText without Scrollbars
What is the easiest way for me to create a custom widget that is identical to a StaticText widget (in terms of the properties and the setters), except that it does not include any child scrollbars, nor any of the functionality associated with scrollbars? I was thinking of taking the looknfeel defini...
- Sun Aug 31, 2008 13:30
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18499
- Fri Aug 29, 2008 15:02
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18499
- Fri Aug 29, 2008 00:03
- Forum: Help
- Topic: Make menus apear in the world not on the screen
- Replies: 2
- Views: 2945
- Thu Aug 28, 2008 21:50
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18499
A quick look at the documentation for the ItemListBox shows that there is an EventSelectionChanged event that you can subscribe 2. I would think this would do it. Try it out and let us know. Simply subscribe for this event (on your Pic_names window) as you do for other events. See the following API ...
- Thu Aug 28, 2008 19:09
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18499
Grats, you've made it past a couple of technical issues within your code. Let us know how you fare with the last bits of your code. If you still need help let us know and we can provide additional ideas. The specific mechanism that you are describing is something that we have implemented in our own ...
- Wed Aug 27, 2008 12:26
- Forum: Help
- Topic: subscribing events using IrrlichtRender
- Replies: 3
- Views: 3708
You should not have to add an event. Unless I'm missing something your code looks OK. I'm trying to understand if there is a chance that there is a mismatch between compile-time and run-time cegui libraries. What rendering system are you using? Rendering systems such as Ogre come with pre-compiled c...
- Wed Aug 27, 2008 12:05
- Forum: Modifications / Integrations / Customisations
- Topic: Moving windows automatically
- Replies: 4
- Views: 4940
I'm referring to a simple application level timer. For example in my application I have an AppTimerManager that accepts registration requests from multiple AppTimerClients. In my main rendering loop (perhaps 40 or 50 times each second) the AppTimerManager will run through the list of AppTimerClients...
- Tue Aug 26, 2008 23:12
- Forum: Help
- Topic: subscribing events using IrrlichtRender
- Replies: 3
- Views: 3708
Re: subscribing events using IrrlichtRender
Hi, PushButton* btn->subscribeEvent(CEGUI::PushButton::EventClicked, CEGUI::Event::Subscriber(&GUIManager::handleBtn, this)); ! This code looks a bit funny. How are you setting btn? Does the exception occur within your handler or at the time that you subscribe?
- Tue Aug 26, 2008 23:07
- Forum: Modifications / Integrations / Customisations
- Topic: Moving windows automatically
- Replies: 4
- Views: 4940
Very possible. In my own application I created a class called RoboticWindow. I use this class to create specific effects including the kind of effect that you describe. CEGUI does not have any direct support for this kind of dynamic, but CEGUI provides all the flexibility you need to create a higher...
- Tue Aug 26, 2008 17:37
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18499
- Tue Aug 26, 2008 16:26
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18499
- Mon Aug 25, 2008 13:59
- Forum: Modifications / Integrations / Customisations
- Topic: Image widget RTT and down-sampling
- Replies: 6
- Views: 9451