I was hoping to get some laszlo dev input on this one before
I file a bug.  Any thoughts?


-----Original Message-----
From: William Krick [mailto:[EMAIL PROTECTED]
Sent: Monday, June 26, 2006 1:09 PM
To: Laszlo-User
Subject: [Laszlo-user] possible bug: destroying splash breaks combobox


This code used to work in OpenLaszlo 3.2.x but it doesn't work in
OpenLaszlo 3.3.1
 
Any idea why?  Is it a bug?

<canvas>
  <splash persistent="true"/>
  <combobox editable="false" oninit="splash.destroy()">
    <textlistitem text="red"/>
    <textlistitem text="green"/>
    <textlistitem text="blue"/>
  </combobox>
</canvas>

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to