Hi Fritz, thanks for your explanation. I agree on your implication about passing objects to the backend instead of simple types.
Jsxgraph really looks stunning, I'm curious if it could be used with qooxdoo as easily as protochart. But for now, as I already said, I don't have the resources to dive into another toolkit; puzzling for me to see how many js charting libraries already exist: http://blog.insicdesigns.com/2009/06/most-promising-free-javascript-charting-libraries-and-plugins/ Surely it would be great if any was natively supporting qooxdoo in the future. Greetings, Stefan Fritz Zaucker wrote: > Hi Stefan, > > the problem occured with changing from 0.8.2 to svn trunk (at it seems it > starts with the changes in r17648). > > The only problem I noticed so far is in > > qx.io.remote.Rpc.callAsync() > > when passing several strings (which is internally converted to an Array) as > "method arguments" (after the methodName argument). Most likely it will > also occur when passing an Array directly. > > The workaround is to NOT pass arrays (directly or indirectly) with > callAsync(), but use an (hash) object instead: > > callAsync(handler, methodName, { par1: value1, par2: value2, ...}); > > Which probably leads to more readable/maintainable/stable code in the > backend anyway, especially if the parameters or their number are changed > later on). > > And yes, I am only using prototype in the Qooxdoo application to integrate > protochart (which apart from the problem above works just fine). > > > I think a charting/graphing package is missing in Qooxdoo. Many business and > scientific applications will need that. We are looking into various options > and there is a chance that in an (hopefully) upcoming customer project we > might to start work in that direction. BTW, http://jsxgraph.uni-bayreuth.de > looks interesting (although we didn't really test it and not within a > Qooxdoo-application). > > Cheers, > Fritz ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
