Wintermute Engine > WME Lite
Slider problem
(1/1)
microweb:
Hi!
I used this method:
http://www.dead-code.org/forum/index.php?board=3;action=display;threadid=215
in a "slider button".
It works with Wintermute "Standard" but it doesn´t works in WMLite: "LeftRelease" event never gets triggered.
Does anybody know why?
Thanks!
PD: Sorry for my english :-\
Lazov:
I encountered the same problem. WME Lite does not handle the "LeftRelease" event on Window widgets. I compared the WME Lite code with WME and found a commented out part of the code in AdGame.cpp. If uncomment, everything works.
--- Code: C++ ---bool Handled = /*m_State==GAME_RUNNING &&*/ SUCCEEDED(ApplyEvent("LeftRelease"));Maybe someone knows why this code is commented out in WME Lite?
Navigation
[0] Message Index
Go to full version