Search found 7 matches

by vinny_the_true
Fri May 05, 2006 08:16
Forum: Help
Topic: CVS head - how do I get window-rel mouse pos?
Replies: 2
Views: 3314

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...
by vinny_the_true
Thu May 04, 2006 13:36
Forum: Help
Topic: Attempt to create custom drag&drop
Replies: 3
Views: 3011

ok, should be cool to add this comment to the setAlwaysOnTop documentation.

If I understand you well, there is nothing in CEGUI that can do a true alwaysOnTop feature, then ? Can you see another way to do something like that ?
by vinny_the_true
Wed May 03, 2006 09:31
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Something like a bug with EventMouseDoubleClick
Replies: 0
Views: 2362

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...
by vinny_the_true
Wed May 03, 2006 09:02
Forum: Help
Topic: Destroying Windows - Remove from parent First?
Replies: 2
Views: 3372

just be aware that when you destroy a window, you destroy all of its children too.
by vinny_the_true
Wed May 03, 2006 08:55
Forum: Help
Topic: Attempt to create custom drag&drop
Replies: 3
Views: 3011

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 ...
by vinny_the_true
Tue Mar 21, 2006 12:15
Forum: Modifications / Integrations / Customisations
Topic: Drawing some statistics nice graphics
Replies: 2
Views: 1576

ok, thanks for the help :)

I'm working with Ogre, and I just found something in it that could help me, I will check this out.

If someone here wants to be informed, let me know :P
by vinny_the_true
Mon Mar 20, 2006 15:23
Forum: Modifications / Integrations / Customisations
Topic: Drawing some statistics nice graphics
Replies: 2
Views: 1576

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...

Go to advanced search