From: Mark T. <ma...@ly...> - 2006-04-12 04:46:38
|
Snowdog wrote: > NeoSkye wrote: > >> I'm a bit confused about the suggestion for a pack() >> call. When do components get cut off? what components? >> sorry, just really confused there. But I will >> definately work on the hide/show feature. > > OSX shows this effect more dramatically than XP but here > is an image with the 'cut off' areas pointed out with red > arrows. http://rpg.game-edit.org/orpg/screenshot1.jpg > > On OSX the frame cuts off the popup window roughly though > the middle of the text line. I can get you a screenshot of > that tomorrow if you'd like. This is sort of weird... it's like it's trying to use the minimum size for the panel, but it probably should use the preferred size instead. > In case you don't know pack() resizes containers so they > fit the minimum size of its components. Now this much I am certain of, pack() always tries to use the preferred size of components, not the minimums size. |