On Wed, Jul 30, 2008 at 08:17:29PM -0400, Edward Heil wrote:
> Maybe that's not what start blocks are supposed to be used for, but if 
> not... what are they for?

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' } }

_why

Reply via email to