Hi,

I need component which popup TTrackBar when click on button (something like
volume slider in multimedia players). Main form should not lose its focus
so I'm using THintWindow with TTrackBar aligned as alClient. This popup
should immediately close when user click on something else than internal
"volume slider", this include my app forms / controls but also when
activating form of another application. Problem is that events
THintWindow.OnDeactivate / OnExit are never fired. Currently I'm testing it
on Qt widgetset (Kubuntu 14.04 64 bit, Lazarus from SVN) but also need for
Gtk and Winapi widgetsets. Is it a bug?

Regards
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to