Interesting, this should throw an exception 'undefined function setDroppable()', because 'canvac' should be undefined.There is possibility that you silently catched the exception in catch() block.
2008/8/21 John de la Garza <[EMAIL PROTECTED]>: > today I accidentally put > > canvac.setDroppable(true); > > instead of > > canvas.setDroppable(true); > > > and when I loaded the page I got nothing > > when I do a generate.py source I get no errors > > I'm using firebug. > > Is there a way I could have been told about this error instead of > getting no errors and a blank screen? > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
