I need help. I have an application like Adium with vertical sliders. But my application changes the height of the window, depending on the content. If the screen height is less than the height of my application window, my window automatically reduces the height.
When I try to use setFrame for my window and set window.frame.size.height above the height of the screen, nothing happens.
So the question is how to set the window frame above the height of the screen?
source
share