Alex, Laszlo is now case sensitive (I'm not sure at what release level that changed but it was around the 3.0 timeframe). The correct class for the timer is "LzTimer" with a capital "L".
Jeff -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 9:00 AM To: [email protected] Subject: [Laszlo-user] lzTimer in 3.1.1 Hi, i have this piece of code that uses a timer in 3.0 and it works fine, but when i use it in 3.1.1 i get an error 'reference to undefined variable 'lzTimer'. the code is: wait = new LzDelegate(this, "Check"); lzTimer.addTimer(wait, 100); anyone know whats going on? i also posted this to the forum board. thanks alex _______________________________________________ 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
