heheeh, thanks mate.
HexDump.
Search found 19 matches
- Mon Mar 31, 2008 14:45
- Forum: Help
- Topic: Exception thrown after calling removeEvent()
- Replies: 2
- Views: 2502
- Sun Mar 30, 2008 11:54
- Forum: Help
- Topic: Exception thrown after calling removeEvent()
- Replies: 2
- Views: 2502
Exception thrown after calling removeEvent()
Hi all, I have a window that I attach a hidden event in runtime. This is the code I use for adding removing the event: template <class _T> void SetResultCallback(bool (_T::*function)(const EventArgs&), _T* pObj) { this->m_pWindow->subscribeEvent (CEGUI::FrameWind...
- Fri Mar 28, 2008 20:24
- Forum: Help
- Topic: Menubar inactive?
- Replies: 8
- Views: 4143
- Fri Mar 28, 2008 16:08
- Forum: Help
- Topic: Menubar inactive?
- Replies: 8
- Views: 4143
- Fri Mar 28, 2008 12:52
- Forum: Help
- Topic: Menubar inactive?
- Replies: 8
- Views: 4143
- Fri Mar 28, 2008 10:27
- Forum: Help
- Topic: Menubar inactive?
- Replies: 8
- Views: 4143
- Thu Mar 27, 2008 13:50
- Forum: Help
- Topic: Menubar inactive?
- Replies: 8
- Views: 4143
Menubar inactive?
Hi all, Here I am again with one of my newbie questions :/. This time is about the Menubar. I have created a menu bar with the editor. Nice, it has loaded perfectly. I can see the menu bar, but when I click on the items they don´t do anything. I have seen some code at the wiki, and it seems no event...
- Wed Mar 26, 2008 10:13
- Forum: Help
- Topic: Mouse Button down and dragging.
- Replies: 3
- Views: 2307
- Tue Mar 25, 2008 14:36
- Forum: Help
- Topic: Mouse Button down and dragging.
- Replies: 3
- Views: 2307
Mouse Button down and dragging.
Hi all,
I need to model this behaviour:
1) User clicks on a grid -> a squared is painted
2) User drags the mouse -> more squared are painted as it moves.
I have been checking events but did not find any about mouse dragging, how can I accomplish this?.
HexDump.
I need to model this behaviour:
1) User clicks on a grid -> a squared is painted
2) User drags the mouse -> more squared are painted as it moves.
I have been checking events but did not find any about mouse dragging, how can I accomplish this?.
HexDump.
- Tue Mar 18, 2008 20:33
- Forum: Help
- Topic: Giving "selected" feedback for a Static Image?
- Replies: 6
- Views: 3140
- Mon Mar 17, 2008 11:57
- Forum: Help
- Topic: Giving "selected" feedback for a Static Image?
- Replies: 6
- Views: 3140
Well, the tilebar thing doesn´t work for me. I have checked the size of the children array with titlebar and without it and it is the same, so I suppose, the Titlebar is not a child of the frame window (I used getchild() function). I have to check CrazyEddie solution, but I prefer just to do the tit...
- Sat Mar 15, 2008 14:25
- Forum: Help
- Topic: Giving "selected" feedback for a Static Image?
- Replies: 6
- Views: 3140
Giving "selected" feedback for a Static Image?
Hi all, I have some images, and I want the user to click on them and make them change to tell the user one is selected. Is it possible to do this with cegui?. By the way, I have set a title bar for a framewindow, and the client zone of the windows seems to be the same that whitout it, I mean, If a T...
- Thu Mar 13, 2008 22:36
- Forum: Help
- Topic: How to change imageset image dinmically.
- Replies: 2
- Views: 2768
- Thu Mar 13, 2008 11:13
- Forum: Help
- Topic: How to change imageset image dinmically.
- Replies: 2
- Views: 2768
How to change imageset image dinmically.
Hi all, I´m trying to change the image of a StaticImage dynamically. The only way I have seen to do this is through a imageset. The imageset has a method defineImage where you insert an image in the set. Well, I have to change this image dynamically because it is a render to texture operation. I wan...
- Mon Mar 10, 2008 21:00
- Forum: Help
- Topic: Creating custom controls guide?
- Replies: 4
- Views: 4272