Search found 7 matches
- Fri May 05, 2006 08:16
- Forum: Help
- Topic: CVS head - how do I get window-rel mouse pos?
- Replies: 2
- Views: 3546
Once you have the mouse absolute screen position, do some screenToWindow() Window method with that point, so you'll have the position relative to your window. The result will be automatically in the Window Metrics mode. I used this method succesfully with param in absolute and windows either in abso...
- Thu May 04, 2006 13:36
- Forum: Help
- Topic: Attempt to create custom drag&drop
- Replies: 3
- Views: 3475
- Wed May 03, 2006 09:31
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Something like a bug with EventMouseDoubleClick
- Replies: 0
- Views: 2509
Something like a bug with EventMouseDoubleClick
Hi, Maybe this topic doesn't belong to this section, but as I didn't found some bug section, I put it here... I noticed that the click (and double click obviously) event is fired even when I push the mouse button anywhere but on the button, then come to release on the button. So the click is fired e...
- Wed May 03, 2006 09:02
- Forum: Help
- Topic: Destroying Windows - Remove from parent First?
- Replies: 2
- Views: 3630
- Wed May 03, 2006 08:55
- Forum: Help
- Topic: Attempt to create custom drag&drop
- Replies: 3
- Views: 3475
Attempt to create custom drag&drop
Hi there, The drag&drop functionality available in CEGUI through CEGUI::DragContainer doesn't fit my requirements, so I added drag&drop functionnality to one of my own widget type. I made it to avoid any functional change during the drag, no change in windows hierarchy or anything like that ...
- Tue Mar 21, 2006 12:15
- Forum: Modifications / Integrations / Customisations
- Topic: Drawing some statistics nice graphics
- Replies: 2
- Views: 1766
- Mon Mar 20, 2006 15:23
- Forum: Modifications / Integrations / Customisations
- Topic: Drawing some statistics nice graphics
- Replies: 2
- Views: 1766
Drawing some statistics nice graphics
Hi ! I want to put some nice statistics in my GUI, represented by graphical curves, lines, bars, or whatever. Are you guys thinking in something right now in CEGUI that I should know ? Something to help me doing this ? The ideal would be anything that let me directly draw lines, in imageset images f...