Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Change Window.close() Default Behavior

    Is there a way we can globally change the default close behavior of a Window to destroy instead of hide when the close button is clicked?

    #2
    Yes - Create a subclass of Window and consistently use that subclass.

    You cannot modify the default behavior of the built-in Window class because the framework uses it itself in many circumstances.

    Comment


      #3
      Ok thanks

      Comment

      Working...
      X