Age | Commit message (Collapse) | Author |
|
Sometimes we want to display a popup window, but would like the framework to take into
account the desktop screen size. If the popup window would display outside the bounds of
the screen, we would like fpGUI to reposition the popup window to be fully visible. This will
be used in the System Tray Icon implemenation.
This parameter defaults to False, so the behaviour is exactly like it was before this changes.
|
|
This was caused due to a few longs of old and outdated hack code.
Removed the hack, and the problem is gone! :-)
|
|
It is not good to paint outside the paint event handler - you
could get undesired side effects.
|
|
|
|
|
|
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
|
|
* Updated the UI Designer to use the new unit names.
|