Re: [qooxdoo-devel] Custom validation manager for a form

2010-06-27 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Custom-validation-manager-for-a-form-tp5215747p5229659.html Sent from the qooxdoo mailing list archive at Nabble.com. -- This SF.net email is

Re: [qooxdoo-devel] Custom validation manager for a form

2010-06-27 Thread sid_curious
done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3802 #3802 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Custom-validation-manager-for-a-form-tp5215747p5223922.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] Tree - setModelSelection problem

2010-06-27 Thread sid_curious
Hi, I'm using a tree and I saw that setModelSelection method works only for visible tree items or folders. is this a bug or is how is is supposed to work? I've changed the code from the demo in order to show the problem. here is http://tinyurl.com/2u326mb my example . Press Show Selected Items

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread Fritz Zaucker
I don't see the fundamental difference between custom (data) events and messages. But if somebody has an example for something what can't be done with an event and can be done with the message bus or some guideline when to use which this would be useful. Cheers, Fritz -- Fritz Zaucker Oetike

[qooxdoo-devel] textarea backgroundColor not filling.

2010-06-27 Thread jeff
Trying to fill a textarea widget backgroundColor and its leaving a strip at the top which not colored correctly - leaving it white. Anyone seen this and/or have a solution ? On firefox 3.0 on linux . var learningobject = new qx.ui.form.TextArea().set({ height:70, wrap :true, backgroundColor:'#DD

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread jeff
Took a look at that. I see your point now. On Sun, 2010-06-27 at 18:00 -0400, Kenneth Tilton wrote: > > jeff wrote: > > Thanks for the input. I am going to take a look at using events. > > > > It may not be an widget event that determines which widgets to > > access/manipulate. It could be t

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread Kenneth Tilton
jeff wrote: > Thanks for the input. I am going to take a look at using events. > > It may not be an widget event that determines which widgets to > access/manipulate. It could be the content of data returned from the > server or the value of a user input that determines which widgets to > man

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread jeff
Thanks for the input. I am going to take a look at using events. It may not be an widget event that determines which widgets to access/manipulate. It could be the content of data returned from the server or the value of a user input that determines which widgets to manipulate. Really like this

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread Kenneth Tilton
On 06/26/2010 03:00 PM, jeff wrote: > What I came up with is this: > > this.widgets = new Array(); > ... > ... > var subjectCB = new qx.ui.form.ComboBox(); > ... > this.widgets['subjectCB']=subjectCB; > > Seems to work. But is there a better method ?

Re: [qooxdoo-devel] My next newbie question:

2010-06-27 Thread jeff
Thanks ! On Sun, 2010-06-27 at 08:25 -0400, Derrell Lipman wrote: > On Sun, Jun 27, 2010 at 06:38, jeff wrote: > > How do I get rid of the icons in a virtualtree ? I love the > tree but > want to use without any icons - just keep the arrows. > > You have two cho

[qooxdoo-devel] Hello from a newbie.

2010-06-27 Thread nrg-b
Hello All, I work on real-time financial trading systems written in Java/Swing/Sybase (and some other technologies). However, I am quite inexperienced with web technologies such as JavaScript, Ajax, json, servlets etc. Please go easy on me ;-) I'd like to create a web front-end on one of these

Re: [qooxdoo-devel] My next newbie question:

2010-06-27 Thread Derrell Lipman
On Sun, Jun 27, 2010 at 06:38, jeff wrote: > > How do I get rid of the icons in a virtualtree ? I love the tree but > want to use without any icons - just keep the arrows. > You have two choices. The best solution is to subclass qx.ui.treevirtual.SimpleTreeDataCellRenderer with this overridden

[qooxdoo-devel] My next newbie question:

2010-06-27 Thread jeff
How do I get rid of the icons in a virtualtree ? I love the tree but want to use without any icons - just keep the arrows. Thanks. Jeff -- This SF.net email is sponsored by Sprint What will you do first with EVO, the

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread Fritz Zaucker
Jeff I am currently on vacation in the Swiss country side and have only limited internet access and even less time (three little kids ...). I hope fls's example gets you further. Search for addListener and fireEvent in the API manual. You can also look at the framework code (use grep to search

Re: [qooxdoo-devel] elaborate GUI

2010-06-27 Thread flj
Idunno how you do it with other frameworks, in qooxdoo it's very swing-ish, but more flexible, javascript being dynamically typed and not requiring statically declared and implemented interfaces. Whatever object needs to be aware of changes/events in another object simply registers a listener f

Re: [qooxdoo-devel] [build error

2010-06-27 Thread flj
Idunno if this helps, but we try to interfere with qooxdoo's internals and qooxdoo's build tools internals as little as possible. We could of course customize the build script completely, but this is risky if you want to make it easy to upgrade our app to future releases of qooxdoo - you'd need