> Thanks but how is it possible that they work perfectly in development > (generate.py source) and not under production (generate.py build) ? > > Is that normal?
Yes, this is normal. The source version should give you warnings in the browser console (did you see those?), but otherwise be "permissive" (you are still developing, right?!). The build version actually does a hard renaming on private variables so they are effectively non existent for code outside the defining class. T. ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
