Announcement

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

    Maximizing Windows

    Since the maximize button does not work and its semantics would be a bit unclear, I made my own "SmartWindow" class by extending Window (see attached code) .
    If the maximize button is pressed, the window is resized to 100%:
    Code:
    setHeight100()
    setWidth100()
    As you can see from the screenshot, this is actually a bit too large for the browser window (scroll controls show up). (I shrank the browser windows size due to upload limitations.)
    How is 100% calculated and how could this issue be remedied?

    Thanks
    fatzopilot
    Attached Files
Working...
X