Hello, guys! I have to solve next problem:
My client want to create and select (after creating) points on the map (such as Google map), add additional data to them and see these data in the table. There will be many thousand points in the work program and I don't create additional array for them. I solved that task next way: all data of the all points I save in the table array of the "qx.ui.table.Table" instance (in source version it named as __rowArr). Yes, I know that that is incorrect method but what can I do? To create an additional array for this? I don't know... But it has a small problem: renaming of the private variables of the classes in the build version (this problem is already discussed in the "http://qooxdoo.678.n2.nabble.com/Build-version-not-working-while-source-is-tp5600940p5600940.html"). I founded that code generator rename __rowArr in the __lH. Tell me please, what have I to write in my code that code generator will automatically rename needing private variable or suggest to me how to solve this task as possible more smart? -- View this message in context: http://qooxdoo.678.n2.nabble.com/About-renaming-of-the-private-variables-tp5602020p5602020.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
