[qooxdoo-devel] parent nodes and qx.ui.tree.VirtualTree

2012-06-01 Thread rsantiagopaz
(sorry my english) Hi. I'm working with a qx.ui.tree.VirtualTree, and I need add some parent node reference to each node. I'm trying with this example (below) but i get problems and I cant fix the problem. Please give me some little little example about how work with parent references. I cant und

[qooxdoo-devel] Disposing of Commands and Tooltips

2012-06-01 Thread Gary Daniels
Does someone have a plain example or explanation of the proper way to create and dispose of menu Commands and Tooltips? I am pushing all created widgets, commands and tooltips to an array and calling this._disposeArray but I get this: 008580 Missing destruct definition for '$$user_command' in qx.

[qooxdoo-devel] Object Parameter in rpc call problem

2012-06-01 Thread Connor
Hi, I have a problem with passing javascript objects to my PHP RPC Server as a parameter. Does anybody know whats wrong here ? thanks in advance, Connor. With the PHP RPC Server I've adjusted the echo method to: function method_echo($params, $error) { if (count($params) != 1)

Re: [qooxdoo-devel] How to create a real modal window?

2012-06-01 Thread sts.wbs
Ok, I found the Dialog contribution. Many thanks, sts -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-create-a-real-modal-window-tp7580188p7580236.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] How to create a real modal window?

2012-06-01 Thread Daniel Wagner
Hi, qooxdoo-contrib is hosted on SourceForge: https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/Dialog/ Regards, Daniel On 06/01/2012 03:16 PM, sts.wbs wrote: > I tried to find the Dialog contribution. I can't find it. Where exactly can I > find it? I'm using qoo

Re: [qooxdoo-devel] How to create a real modal window?

2012-06-01 Thread thron7
On 06/01/2012 03:16 PM, sts.wbs wrote: > I tried to find the Dialog contribution. I can't find it. Where exactly can I > find it? I'm using qooxdoo-1.6-sdk. http://qooxdoo.org/contrib/project#dialog -- Live Security Vi

Re: [qooxdoo-devel] Momentum mouse wheel scrolling

2012-06-01 Thread Christopher Zündorf
But if there any nice qooxdoo-based solutions for iOS scrolling out there, or you want to implement it yourself, please let me know =) It would be a great contribution, which could be useful for framework, too. But as far as I know, the iScroll library does the job nearly perfect. Even Apple us

Re: [qooxdoo-devel] How to create a real modal window?

2012-06-01 Thread sts.wbs
I tried to find the Dialog contribution. I can't find it. Where exactly can I find it? I'm using qooxdoo-1.6-sdk. - - - By the way, here is a sample how my MessageBox usage now looks like. In this sample the call jumps from one function to the other. (_test -> _test1 -> _test2 -> nowhere) The fun

Re: [qooxdoo-devel] Momentum mouse wheel scrolling

2012-06-01 Thread Christopher Zündorf
In qx.Mobile we already have a mixin for it: qx.ui.mobile.container.MIScroll It uses/wraps the library iScroll for the iOS scrolling feeling. You can test it on qx.Mobile Showcase. It think reusing/extending might be easy. Greetz Christopher Am 01.06.2012 um 15:08 schrieb Andrew Goldberg: Has a

[qooxdoo-devel] Momentum mouse wheel scrolling

2012-06-01 Thread Andrew Goldberg
Has anyone tried to modify the qx.ui.core.scroll.MWheelHandling mixin to perform momentum / inertia / smooth scrolling (a la iOS)? It seems something close to it exists for touch events in AbstractScrollArea, and i'm in the process of porting that to mousewheel events, but it's not quite the sa

Re: [qooxdoo-devel] Preventing certain variables from being optimized

2012-06-01 Thread Derrell Lipman
On Fri, Jun 1, 2012 at 4:23 AM, thron7 wrote: > ** > Derrell, > > to the best of my knowledge there is currently no means to exempt > individual variables from renaming by the variable optimization. > Thanks, Thomas. I may have been thinking of one of the lint options. In any case, I'll work arou

[qooxdoo-devel] Creating a window pooling and reusing mechanism

2012-06-01 Thread omrihar
Dear Qooxdoo Community, I am trying to implement a fancy Window pooling mechanism, which allows me not only to reuse previously created windows, but also make sure only one instance is open at a time, re-focusing if opened and reopening only if closed. I have windows which are opened with differe

Re: [qooxdoo-devel] Google Charts and Qooxdoo

2012-06-01 Thread thron7
There are also nice examples how to wrap an external library with a qooxdoo layer in qooxdoo-contrib, e.g. [1]. The external code is embedded as resource files, and the interface class takes care of loading and API. T. [1] http://qooxdoo.org/contrib/project#qxjqplot On 05/31/2012 01:05 PM, sl

Re: [qooxdoo-devel] Preventing certain variables from being optimized

2012-06-01 Thread thron7
Derrell, to the best of my knowledge there is currently no means to exempt individual variables from renaming by the variable optimization. That being said there might be ways for you around the issue. For one thing, the variable optimizer doesn't touch variable names of length 1 (because th

Re: [qooxdoo-devel] iPad

2012-06-01 Thread Christopher Zündorf
A grid or dock layout is not planned for qx.Mobile. But we implemented tablet support for qx.Mobile apps, 2 weeks ago. So, qx.Mobile support phone AND tablet. But the layout is based on NavigationPages, as you know them from Android or iOS devices. Just have a look at the latest Mobile Showcas

Re: [qooxdoo-devel] Memory leak detection

2012-06-01 Thread Jeroen Smit
Hi, I filed bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=6473 Best regards, Jeroen From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: Friday, June 01, 2012 8:21 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Memory leak detection Hey, Thanks for the pointers. I found "q