On 24 December 2010 00:33, cobines <[email protected]> wrote: > > Also, I have noticed that in LCLQT (in Linux) a taskbar button is not > shown for modal forms even with ShowInTaskbar=stAlways. However in > LCLGTK2 (in Linux) it is shown for modal forms, unless I set > ShowInTaskbar=stNever. Is there a bug in LCLGTK2 or LCLQT? It can also > be WindowManager dependent, I use XFCE.
Modal forms are supposed to share the same taskbar button as their parent form (meaning if you click the taskbar button of the parent form, the modal form will be brought to the front and have focus). So what you described above, means that LCL-GTK2 has a bug. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
