On Windows:
Can the Plain Box and Modal Dialog not be Maximized or am I doing something wrong?
Self.Window.Maximize from a subclassed control gives me Full Screen window not a Maximized window.
[quote=132799:@Jym Morton]On Windows:
Can the Plain Box and Modal Dialog not be Maximized or am I doing something wrong?
Self.Window.Maximize from a subclassed control gives me Full Screen window not a Maximized window.[/quote]
Use
Self.Maximize
self.height = screen(0).AvailableHeight
Thanks, revamped it a little so it fits the height of the screen they are working on. But it works.