Search found 5 matches

by ilveroluca
Thu Sep 06, 2007 10:11
Forum: Help
Topic: Buttons respond 1 out of 3 times w/ SDL and OpenGL
Replies: 4
Views: 3998

Filed a bug report for this issue: http://www.cegui.org.uk/mantis/view.php?id=153
by ilveroluca
Thu Sep 06, 2007 09:58
Forum: Help
Topic: Buttons respond 1 out of 3 times w/ SDL and OpenGL
Replies: 4
Views: 3998

I've tracked it down to an erroneous use of clock() in class SimpleTimer in CEGUISystem.cpp. I'll file a bug report. In the meantime, a work-around might be to set wantsMultiClickEvents to false. Is there a way to make this property default to false?
by ilveroluca
Thu Sep 06, 2007 09:10
Forum: Help
Topic: Buttons respond 1 out of 3 times w/ SDL and OpenGL
Replies: 4
Views: 3998

I'm having the same problem. The button generates single, double, and triple click events, even though the mouse clicks are seconds apart. click 1 - EventClicked click 2 - EventMouseDoubleClick click 3 - EventMouseTripleClick click 4 - EventClicked click 5 - EventMouseDoubleClick click 6 - EventMous...
by ilveroluca
Wed Sep 05, 2007 16:29
Forum: Help
Topic: how to stop clicks from going through widgets
Replies: 0
Views: 3119

how to stop clicks from going through widgets

Hi all. I'm having the following issue. I have a root background GUI sheet that handles double-click events. I also have a window that is child of the root, and the funny thing that happens is that when I double-click on the child window the root still receives the double-click event. Is this normal...
by ilveroluca
Tue Jul 17, 2007 10:24
Forum: Help
Topic: can I inherit a WidgetLook in another WidgetLook?
Replies: 1
Views: 2064

can I inherit a WidgetLook in another WidgetLook?

Hi all. I'm using the Falagard look and feel system to define some custom high-level widgets. These high-level widgets are merely groupings of simpler widgets whose look is already defined, so I only want to specify child relationships and layout. Here's a concrete example. I'd like to define a dial...

Go to advanced search