[qooxdoo-devel] PART 2: Problem getting qx.ui.form.TextField() to work in 2.1

2012-11-23 Thread Daniel Yount
-PART 2 Found a Google link talking about problems with Firefox and TextField. I tried other browsers and the TextField works fine. I use Nightly of Firefox version 20 1a , will try in older Firefox versions after I send this.   Would be nice to use a

[qooxdoo-devel] Problem getting qx.ui.form.TextField() to work in 2.1

2012-11-23 Thread Daniel Yount
  I had programmed a table widget with search field using the  qx.ui.form.TextField() object under qooxdoo 2.0.1 I moved to 2.1 all my stuff works (now), had to change order of operation around some with root placed items and container placed widgets. but can not figure why TextField is not worki

[qooxdoo-devel] Transition Animation

2012-11-23 Thread Marc-André Dubois
Hi, I don’t understand why the transition animation doesn’t work with page.Manager on a tablet. I found this tweak on the web : pageManager.__masterContainer.getLayout().setShowAnimation(true); But it’s not working when I build the application because it’s a private property… It have a

Re: [qooxdoo-devel] Fwd: New open source contribution

2012-11-23 Thread Alexei Vinidiktov
This is great. Looking forward to using it in my apps. On Thu, Nov 22, 2012 at 8:09 PM, thron7 wrote: > George Nicolaidis wrote in to inform us of a new qooxdoo-based XML -> UI > tool called "Qookery". See his announcement. > > T. > > > Original Message > > Dear Qooxdoo develope

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-23 Thread Raphael Schweikert - Vertec AG
Hi Martin, Yeah, I've figured that out as well. Before, I'd always wondered what these lines were doing in my console. Strangely enough, the stack trace ends there: > qx.log.Logger.trace:220 > qx.log.Logger:334 are the only two entries. However, I do think I've isolated the problem: While digg

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-23 Thread Martin Wittemann
Hey, Did you also check the implementation of the deprecatedConstantWarning [1]? It does not create the warning, it creates a getter which warns as soon as the constant is accessed. Also, I'm quite sure its not in the framework. I made a playground sample [2] and there is no warning when I use t

Re: [qooxdoo-devel] VirtualTree and columns

2012-11-23 Thread Richard Sternagel
Hi, the "qx.ui.tree.VirtualTreeItem" which you are using right now has (i.e. knows) no 'size' property. Therefore this line fails in your code example: --- ... controller.bindProperty("size", "size", null, item, id); ... --- You are missing a custom class ("demobrowser.demo.virtual.tree.TreeIt

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-23 Thread Raphael Schweikert - Vertec AG
Hi Martin, No, I'm not using anything out of the ordinary. I think Thomas was right: the warning is thrown whenever the Opacity class is used, regardless of whether the constant is being accessed or not. I've found the relevant code here: https://github.com/qooxdoo/qooxdoo/blob/release_2_1/fra