Re: [qooxdoo-devel] WebSocet support?

2013-05-02 Thread Martin Wittemann
Hey, we do have already a bug report for that: http://bugzilla.qooxdoo.org/show_bug.cgi?id=5243 But we don't have a schedule to work on that issue in the near future. Best, Martin Am 02.05.2013 um 21:49 schrieb smisonli...@googlemail.com: Hello, is their any w

[qooxdoo-devel] why is the DateField icon empty in my application?

2013-05-02 Thread ivlev jenia
I want to have an icon in my DateField. I talking about the icon that's on the right on the DateField widget. How do I specify the icon set to use? This is my config file. As you can see I want to use the default theme.     "let" :       {         "APPLICATION"  : "myapp02",         "QOOXDOO_PATH"

[qooxdoo-devel] WebSocet support?

2013-05-02 Thread smisonli...@googlemail.com
Hello, is their any websocet support planded? -- Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with

Re: [qooxdoo-devel] Very slow rendering of many CollapsablePanels

2013-05-02 Thread Phyo Arkar
thanks a lot man that's what i thinking. i have not touched virtual infrastructure but i am going to take a look! On May 2, 2013 10:07 PM, "hagendorn" wrote: > Hi, > > the problem is that you can't create so many widgets, you should try the > virtual infrastructure. The virtual infrastructure cre

Re: [qooxdoo-devel] Issue with UploadMgr

2013-05-02 Thread John Spackman
Hi Benjamin I've just checked in an update to that adds com.zenesis.qx.upload.UploadMenuButton that I think does what you want and works on Firefox. If you build the demo app, the toolbar has a "Menu" drop down and an UploadMenuButton is on the drop down. Regards John From: Benjamin Dreux Rep

Re: [qooxdoo-devel] Is there a widget like 'collapsible' in desktop widgets?

2013-05-02 Thread hagendorn
Hi, the framework has now desktop widget, but there is a contribution: http://qooxdoo.org/contrib/project#collapsablepanel I don't know if the version works with the current framework version. Cheers, Chris -- View this message in context: http://qooxdoo.678.n2.nabble.com/Is-there-a-widget-l

Re: [qooxdoo-devel] Very slow rendering of many CollapsablePanels

2013-05-02 Thread hagendorn
Hi, the problem is that you can't create so many widgets, you should try the virtual infrastructure. The virtual infrastructure creates only widgets for the visible view part. Here is a gallery example: http://demo.qooxdoo.org/current/demobrowser/index.html#virtual~Gallery.html Please ask if you

Re: [qooxdoo-devel] Is there a widget like 'collapsible' in desktop widgets?

2013-05-02 Thread Marc-André Dubois
Hi, You can use qx.ui.mobile.container.Collapsible Documentation for this class is not available in web API… Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : fei wang [mailto:wang...@romeo-foxtrot.com] Envoyé : 2 mai 2013 07:11 À : qooxdoo Development Objet : [qooxdoo-deve

[qooxdoo-devel] Issue with UploadMgr

2013-05-02 Thread Benjamin Dreux
Hi On January i started this conversation: http://qooxdoo.678.n2.nabble.com/Issue-with-uploadmgr-td7582471.html Today i noticed that this menuButton works fine with chrome. But not with firefox. When, i'm still using the same code. Maybe it's due to the version of firefox i'm using the version 2

Re: [qooxdoo-devel] Deselection in table

2013-05-02 Thread franck34
Interesting, Can you take some time to make a playground sample to reproduce the behavior ? Cheers On Thu, May 2, 2013 at 12:58 PM, Alessandro wrote: > Hi Franck > > I have to correct myself - it's not only the UI that behaves a little weird > but also the selection isn't correctly returned by

[qooxdoo-devel] Is there a widget like 'collapsible' in desktop widgets?

2013-05-02 Thread fei wang
Hi, there is a 'collapsible' widget in mobile widgets, Is there a similar widget in Desktop widgets ? Regards, Wang Fei -- Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into y

Re: [qooxdoo-devel] Deselection in table

2013-05-02 Thread Alessandro
Hi Franck I have to correct myself - it's not only the UI that behaves a little weird but also the selection isn't correctly returned by the getSelectionModel(). This is the code I'm using to fetch the selection: table.getSelectionModel().iterateSelection(function(ind) {