Hi, when I understood your issue correctly than you try to access a private member "__rowArr" form the "qx.ui.table.model.Simple" class, right? If so, the "qx.ui.table.model.Simple" has a public method "getData" which returns the "__rowArr" array, you can use this instead.
Cheers, Chris Am 05.10.2010 08:51, schrieb Ratibor Redoran: > 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? ------------------------------------------------------------------------------ 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
