Yes!!! That would be great. Regards, Max Carlson OpenLaszlo.org
On 3/25/10 8:10 AM, P T Withington wrote:
A recent review made me wonder. It seems annoying that you have to say: <attribute name"foo" ...> <!--- @access private --> <event name="onfoo" /> <setter name="foo"> ... if (onfoo.ready) ... </setter> Should the<setter> tag automatically create the corresponding event, so you don't have to explicitly declare it, only to mark it private (since, by convention we don't document these implicit events)?
