Skip navigation.
 
mlRe: Resizing problems with generated core data entity window
FROM : George Orthwein
DATE : Wed Jul 05 23:25:22 2006

Just set a minimum size for the window. 400x300 worked well for me, 
but your window looks quite a bit taller.

The problem seems to be that the table view moves its position once 
its height becomes zero. It doesn't really make sense to allow that 
to happen though. You don't want the user to be able to resize the 
window such that essential UI elements disappear! :)

Hope that helps,
George

Related mailsAuthorDate
mlResizing problems with generated core data entity window Remco Poelstra Jul 5, 22:04
mlRe: Resizing problems with generated core data entity window George Orthwein Jul 5, 23:25
mlRe: Resizing problems with generated core data entity window Remco Poelstra Jul 6, 16:12