On Jul 31, 2008, at 2:27 AM, _why wrote:

Yes, `start` event is like javascript's onload event.  It is called
the first time a paint is completely successful.  That way you can
be sure all your controls are actually there.

Does it paint if you wrap the `para` call in an append block?

 start { append { para 'A haircut' } }

Same effect -- (OS X 0.r873) -- the appended para is invisible till I resize the window.

Reply via email to