On Nov 12, 2011, at 9:48 PM, tdtran tran wrote:

> When a window is resized (left mouse button held down), DrawObjects are not 
> displayed (for example text drawn with DrawText).
> The objects are only drawn once the user has finished resizing (releases the 
> left mouse button).  Is it possible to have the DrawObjects 
> displayed while the user is resizing the window?

        A lot of that is dependent on the UI toolkit's platform implementation. 
For example, on OS X, a DrawObject on a panel will not display during a resize 
if panel.Buffered is False, but will if panel.Buffered is True, even if the 
call to draw the object is added to the resize handler. On other controls, such 
as text boxes, there isn't any way that I've found to draw during a resize.


-- Ed Leafe



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to