kmeixner
01-12-2007, 02:28 PM
Looking at the documentation it appears the <window> class and related subclasses
don't provide a way to display standard window maximize and minimize buttons which I find surprising since they are very common in application windows used on a variety of platforms.
I would like to see an option added to display these maximize/minimize buttons to the OL window classes by setting an attribute to true to turn them on. This would allow more user-friendly intuitive windows in situations where you want to add minimize/maximize capability in an application.
It would also be convenient and easy to program if the event handlers (onminimize, onmaximize) were also added by default to the window so it minimizes to a standard look upon click of the minimize button and returned to it's previous size on click of the maximize button if the option to show the buttons is set to true.
don't provide a way to display standard window maximize and minimize buttons which I find surprising since they are very common in application windows used on a variety of platforms.
I would like to see an option added to display these maximize/minimize buttons to the OL window classes by setting an attribute to true to turn them on. This would allow more user-friendly intuitive windows in situations where you want to add minimize/maximize capability in an application.
It would also be convenient and easy to program if the event handlers (onminimize, onmaximize) were also added by default to the window so it minimizes to a standard look upon click of the minimize button and returned to it's previous size on click of the maximize button if the option to show the buttons is set to true.