Re: [qooxdoo-devel] A forum for qooxdoo

2012-01-02 Thread Jim Hunter
I use GMail and save all emails to the list and I can search very quickly and find anything I need. Now, I have many years of emails saved so it works well. For you, new to the list, I am not sure what tools the SourceForge has for searching. For me, I see no need for a formal Forum. But thanks f

Re: [qooxdoo-devel] A forum for qooxdoo

2012-01-02 Thread Mehrez KRISTOU
As for me, the only drawbacks of a forum implemented as a mailing list are the lack of organization and the quantity of received mails. I tried to read about contributions in the forum so I had to go through all pages. It was tough. Kristou On Tue, Jan 3, 2012 at 12:34 PM, Simon White wrote: > H

Re: [qooxdoo-devel] A forum for qooxdoo

2012-01-02 Thread Simon White
Hi I access this forum using my Thunderbird Newsreader and it works just fine and I get answers quite quickly so I am not sure another forum is needed unless you can give some other benefits for your idea. Simon On 02/01/2012 10:26 PM, Mehrez KRISTOU wrote: > Dear members, > > I am new to qoo

[qooxdoo-devel] A forum for qooxdoo

2012-01-02 Thread Mehrez KRISTOU
Dear members, I am new to qooxdoo. I started developing with it few months ago. I noticed that there is no forum. You will say No it exist. It is a mailing list archive as long as I know. So, I am thinking to make a forum for it which allow an organized way of threading. What do you think? Rega

Re: [qooxdoo-devel] How to tell if a tab is open based on its label?

2012-01-02 Thread Derrell Lipman
On Mon, Jan 2, 2012 at 18:34, Scott Chapman wrote: > I need to be able to tell if a tab is already opened and give it the focus > if it is, rather than opening a duplicate. > > What's the right way to search all the tab's labels and give a tab the > focus? > In my example, I've assigned user dat

[qooxdoo-devel] qooxdoo and svg transformation

2012-01-02 Thread pielle
this is my code: var PV = new svg.shape.Rect(); var h = data['h']; var w = data['w']; PV.setId("PV_"+data['id']); PV.setWidth(w); PV.setHeight(h);

[qooxdoo-devel] How to tell if a tab is open based on its label?

2012-01-02 Thread Scott Chapman
I need to be able to tell if a tab is already opened and give it the focus if it is, rather than opening a duplicate. What's the right way to search all the tab's labels and give a tab the focus? Thanks! Scott -- Ridiculo

Re: [qooxdoo-devel] Can I attach arbitrary data to a tab?

2012-01-02 Thread Derrell Lipman
On Mon, Jan 2, 2012 at 15:56, Scott Chapman wrote: > When I open a tab in a tab pane, I'd like to attach some of my own data to > it. > > Is there a better way to do this: > > var foo = new qx.ui.tabview.Page("label"); > foo.__myData = {"bar":"baz"}; > Yup. As with anything that descends from qx

[qooxdoo-devel] Can I attach arbitrary data to a tab?

2012-01-02 Thread Scott Chapman
When I open a tab in a tab pane, I'd like to attach some of my own data to it. Is there a better way to do this: var foo = new qx.ui.tabview.Page("label"); foo.__myData = {"bar":"baz"}; ? Thanks, Scott -- Ridiculously e

Re: [qooxdoo-devel] More Drag & Drop troubles

2012-01-02 Thread Martin Wittemann
Thanks. I love bugs including patches! :) Will take care of that soon. Martin Am 02.01.2012 um 16:19 schrieb John Spackman: Thanks Martin, the bug is http://bugzilla.qooxdoo.org/show_bug.cgi?id=5995 and includes a patch for qx.event.handler.DragDrop that fixes the problem. John From: Martin Wi

Re: [qooxdoo-devel] More Drag & Drop troubles

2012-01-02 Thread John Spackman
Thanks Martin, the bug is http://bugzilla.qooxdoo.org/show_bug.cgi?id=5995 and includes a patch for qx.event.handler.DragDrop that fixes the problem. John From: Martin Wittemann Reply-To: qooxdoo Development Date: Fri, 23 Dec 2011 09:04:49 +0100 To: qooxdoo Development Subject: Re: [qooxd

Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-02 Thread Tino Butz
Hi, Please provide a playground example. http://demo.qooxdoo.org/current/playground/ Tino Am 29.12.2011 um 00:08 schrieb jhwrightiii: Selecting a button from a toolbar, I would like to destroy all open windows and start new. So a window opens and other windows can open from there and are adde

Re: [qooxdoo-devel] load code on using?

2012-01-02 Thread thron7
http://manual.qooxdoo.org/1.6.x/pages/development/parts_overview.html T. On 01/02/2012 10:30 AM, smisonli...@googlemail.com wrote: > is their any good tutorial for this? I want to load some qooxdoo code > not at the start > > > -

[qooxdoo-devel] load code on using?

2012-01-02 Thread smisonli...@googlemail.com
is their any good tutorial for this? I want to load some qooxdoo code not at the start -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless,

Re: [qooxdoo-devel] Using local storage

2012-01-02 Thread Martin Wittemann
Hey, good to hear that its fixed because I have no clue what that could be. I can not imagine any circumstance that the offline store should cause a timeout of an io request. Regards, Martin Am 24.12.2011 um 00:21 schrieb michael_polak: > Update: I juggled my code around and delayed the json lo