Re: [qooxdoo-devel] How to obtain a Widget Object outside the scope it was created in

2012-02-22 Thread Jim Hunter
Yes, we maintain a 1 to 1 mapping of controls and we designate the ID of the control. We create objects with code like: var my-custom-id = new swep.customObject(); // it is created in the correct scope to make it easy to update and the server knows that I have a customObject named my-custom-id a

Re: [qooxdoo-devel] How to obtain a Widget Object outside the scope it was created in

2012-02-22 Thread Chris Bunn
Jim and Derrel, Thanks for identifying how I can retrieve the identifier for each widget. If I can't specify an identifier for a widget how does the back-end know the qooxdoo identifier for a widget? Do you maintain a mapping of identifiers on the client side? Thanks, Christopher On Wed, Feb 22

Re: [qooxdoo-devel] How to obtain a Widget Object outside the scope it was created in

2012-02-22 Thread Jim Hunter
Actually Derrell, maintaining the state at the server works quite well for us (we have a custom written server in Delphi that interfaces with our Oracle server and maintains the status of each connected user). We are able to redisplay the page, in it's current state, whenever the users hits F5 beca

Re: [qooxdoo-devel] How to obtain a Widget Object outside the scope it was created in

2012-02-22 Thread Derrell Lipman
On Wed, Feb 22, 2012 at 18:10, Chris Bunn wrote: > Hello > > I am new to working with qooxdoo, and am still trying to familiarize > myself with the API. I am trying to determine the best way to access a > widget object after it has been created and outside of the scope it > was created in. In the

[qooxdoo-devel] How to obtain a Widget Object outside the scope it was created in

2012-02-22 Thread Chris Bunn
Hello I am new to working with qooxdoo, and am still trying to familiarize myself with the API. I am trying to determine the best way to access a widget object after it has been created and outside of the scope it was created in. In the application that I am working on the back-end logic maintains

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Derrell Lipman
On Wed, Feb 22, 2012 at 15:46, Scott Chapman wrote: > Derrell and friends, > > Here's my current code and what I'm seeing. > SCREEN: > Map shows up in the tab like it should, with a red dot on it that's > clickable. > The double click event (pointDblClick) is getting fired as indicated > in the

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Scott Chapman
Derrell and friends, Here's my current code and what I'm seeing. SCREEN: Map shows up in the tab like it should, with a red dot on it that's clickable. The double click event (pointDblClick) is getting fired as indicated in the console and I can catch it at the Map level as seen in the console

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Derrell Lipman
On Wed, Feb 22, 2012 at 14:42, Scott Chapman wrote: > If I add the listener to the Page, it never sees the event fire: > > qx.Class.define("kiosk_portal.MapquestMapTab", > { > extend : qx.ui.tabview.Page, > > construct : function(label) >{ > this.base(arguments, label); > this.se

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Scott Chapman
If I add the listener to the Page, it never sees the event fire: qx.Class.define("kiosk_portal.MapquestMapTab", { extend : qx.ui.tabview.Page, construct : function(label) { this.base(arguments, label); this.setLayout(new qx.ui.layout.VBox()); this.__kioskContainer = new

Re: [qooxdoo-devel] Getting form elements values that were not created as Qooxdoo widgets:

2012-02-22 Thread smhanes
Alex, beautiful. Thank you. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Getting-form-elements-values-that-were-not-created-as-Qooxdoo-widgets-tp7306133p7308410.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Alexander Steitz
Hi Scott, what about if the page widgets are firing the event on theirselves. Since the tabview does know its pages you can easily add the listener methods there in the TabView widget. This way the TabView widget gets notified if the event was fired and can take action. Regards, Alex -O

Re: [qooxdoo-devel] Getting form elements values that were not created as Qooxdoo widgets:

2012-02-22 Thread Alexander Steitz
Hi, to get the value out of a textfield element you can use qx.bom.Input.getValue(referenceToDomElement); Regards, Alex -Original Message- From: smhanes [mailto:smha...@indiana.edu] Sent: Tuesday, February 21, 2012 9:44 PM To: qooxdoo-devel@lists.sourceforge.net Subject: [qo

Re: [qooxdoo-devel] Strange inconsistency between VirtualSelectBox and VirtualComboBox

2012-02-22 Thread Alexander Steitz
Hi Omri, can create a bug report for this one? Your detailed description should be enough to grasp the issue. However, providing an additional playground example would be great. Regards, Alex -Original Message- From: omrihar [mailto:omri...@gmail.com] Sent: Tuesday, February 21, 201