Window resizing make weird things happen
Window resizing make weird things happen
- Subject: Window resizing make weird things happen
- From: Sam Goldman <email@hidden>
- Date: Wed, 15 Aug 2001 15:24:22 -0700
In my application there is just one window with a table view, several
text fields, and a few buttons. This, however, seems to be too much to
handle.
When there is a lot of stuff in the table view and the window is
resized, for a second, the entire window turns white. The entire
application seems to be very unresponsive.
I bet this is due to memory leaks, but I have no idea on how to read the
output of MallocDebug. If memory leaks are the problem, please direct me
to a site or (if it isn't a bother) explain the application to me I
would really appreciate it. It is something I have to learn if I want to
go anywhere in writing programs in any language (except maybe Java,
since it auto collects garbage).