[qooxdoo-devel] SplitPane --> Curiosus effect ¿?

2013-08-14 Thread Jesús
Hi to @all: In this code: http://tinyurl.com/kbhkroh with: pane.add( list1,0); pane.add( list2,1); Run fine, but if: pane.add( list1,0); pane.add( list1,1); Only one part of splitpane is showing, is this correct? Best Regards -- View this message in conte

Re: [qooxdoo-devel] Using bind('selection[0]') with a data loading converter

2013-08-14 Thread Christopher Zündorf
Hi Michael, i will forward you mail to our DataBinding expert. He will be back to office next week. Greetz Christopher Am 14.08.2013 um 17:47 schrieb Michael Elsdörfer: > I've been known to use code like this: > > calendarsController.bind('selection[0]', entriesList, 'model', { > con

[qooxdoo-devel] Using bind('selection[0]') with a data loading converter

2013-08-14 Thread Michael Elsdörfer
I've been known to use code like this: calendarsController.bind('selection[0]', entriesList, 'model', { converter: function(calendar) { if (calendar == null) return null; return new load_calendar(calendar.getId()); } I.e. use the databinding convert

Re: [qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread Raphael Schweikert - Vertec AG
Hi Thomas and Richard, Ah, I see. Thanks for the info. I figured it might be something like that. I do use a custom theme and am having some trouble with scrolling and custom decorators but will continue trying to resolve these. Sincerely, Raphael On Aug 14, 2013, at 5:04 PM, Richard Sternagel

Re: [qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread thron7
There's nothing wrong with extending qx.application.Standalone, but your app might be affected by the new widget rendering and theming that came with 3.0. It's not all too obvious but the migration guide handles these issues in several sections dealing with custom themes, layouts and widgets.

Re: [qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread Richard Sternagel
Hi Raphael, there is nothing wrong with this line, we just use it to figure out which type of application you are developing. So now we know that you want to migrate a qx.Desktop application and therefore we recommend you to read the migration guide. Especially concerning qx.Desktop topics lik

[qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread Raphael Schweikert - Vertec AG
Hi, I’ve recently tried to update my qooxdoo 2.1.1 application to 3.0. When running the migration job I get the following in the log output: - File: /[…]/Application.js - /[…]/Application.js:21: Found match 'extend : qx.application.Standalone' in - /[…]/Application.js:21: Please make su

Re: [qooxdoo-devel] Using Qooxdoo Windows/Forms/Dialogs for existing Frameworks

2013-08-14 Thread thron7
On 08/14/2013 12:34 AM, Stef wrote: > Thanks, that worked very fine. > > One question again for integration between host and qooxdoo "isle". How can > I call into qooxdoo code from the hosting page? > When calling a static method like myapp.Manager.doSomething(), it'll work > fine (even with provi

Re: [qooxdoo-devel] qx.lang.String.trim() method removed in 3.0?

2013-08-14 Thread thron7
On 08/14/2013 12:45 AM, Stef wrote: > Hi Group > > Was method qx.lang.String.trim() intentionally removed? (Existed in 2.1.1 > and 2.1.2) > qx.lang.String.trimLeft() and qx.lang.String.trimRight() are still existing. > > Is usage if qx.lang.String in any regard deprecated? Many of the APIs from q

Re: [qooxdoo-devel] qx.lang.String.trim() method removed in 3.0?

2013-08-14 Thread Daniel Wagner
Hi Stefan, lang.String.trim was replaced with a polyfill for the native String.trim, so you can use that instead. The other methods in lang.String aren't deprecated (they would be marked as such in the API Viewer if that was the case). Regards, Daniel -- View this message in context: http://q

Re: [qooxdoo-devel] SINGLE_INTERVAL_SELECTION for VirtualTree

2013-08-14 Thread Dbrec
Sorry, but I get the error "overwriting member _applySelection of Class ...VirtualTree si not allowed". How to override mixin's member function ? Il giorno 12/ago/2013, alle ore 12:55, thron7 ha scritto: > > On 08/12/2013 11:31 AM, dbrec wrote: >> Hi, >> >> Does it exists a "SINGLE_INTER