[Lazarus] New menu designer

Ondrej Pokorny lazarus at kluug.net
Wed Dec 23 17:42:13 CET 2015


On 23.12.2015 17:26, Dmitry Boyarintsev wrote:
> fsStayOnTop - stay on top of all windows within the application
> fsSystemStayOnTop - stay on top of all windows within system.

For the sake of backwards&Delphi compatibility the other way round would 
be more appropriate, IMO:

fsAppStayOnTop - stay on top of all windows within the application
fsStayOnTop - stay on top of all windows within system. (current behavior)

Another thing is if fsAppStayOnTop is supported natively by OSs Lazarus 
is targetting or has to be somehow achieved by the LCL itself and how.
As taazz pointed out, for some usage PopupMenu=pmExplicit + PopupParent 
is good enough and maybe even a better solution.

Ondrej




More information about the Lazarus mailing list