Re: [qooxdoo-devel] DateField format (timezone) display

2012-07-05 Thread Lance
aying. > Would you please open a bug for this? > > > Greetz Christopher > > > > > > Am 05.07.2012 um 13:36 schrieb Lance: > >> Thank you for your response and the example. >> >> This seems counter-intuitive, as the documentation for DateFormat >> st

Re: [qooxdoo-devel] DateField format (timezone) display

2012-07-05 Thread Lance
expect the display of the value to reflect the supplied format. Otherwise, what is the point of supplying a format where the user-supplied timezone format is ignored and translated to "local time"? Thanks again for your help. On Wed, Jul 4, 2012 at 12:48 PM, Christopher Zündorf wrote:

[qooxdoo-devel] Recursion problem with "changeValue" event

2012-06-27 Thread Lance
ut I can't reproduce my situation because I need to SSH into remote networks in my app. Thanks! -Lance -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat l

Re: [qooxdoo-devel] qooxdoo & the wonderful processingjs

2012-05-19 Thread Lance Boyle
pplication??? Am I missing some configuration step ? Were you able to run an example? Thank you very much Lance From: Petr Kobalíček [via qooxdoo] [mailto:ml-node+s678n7567355...@n2.nabble.com] Sent: Saturday, May 19, 2012 3:47 PM To: Lance Boyle Subject: Re: qooxdoo & the wonderful process

[qooxdoo-devel] destruct definition for qx.io.request.Xhr?

2012-05-18 Thread Lance
I am trying to ensure that I dispose of objects properly so I am generating using the disposer config. One problem I see is that every Xhr prints an error message, complaining of three fields: -- Missing destruct definition for '__requestHeaders' in qx.io.request.Xhr -- Missing destruct definition

Re: [qooxdoo-devel] How to integrate qooxdoo with another framework that doesn't use the qooxdoo class system?

2012-05-18 Thread Lance Boyle
Were you ever able to get anything working between paper and qooxdoo without the use of a complex mediator? Thank you - Lance -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-integrate-qooxdoo-with-another-framework-that-doesn-t-use-the-qooxdoo-class-system

Re: [qooxdoo-devel] qooxdoo & the wonderful processingjs

2012-05-15 Thread Lance Boyle
There is no error message. The problem seems to be that the tag is perhaps not being understood as a canvas tag - is new qx.ui.embed.Html() the wrong method to be trying to insert the canvas tag? Or perhaps processingjs is not finding it for some reason??? Thank you Lance -- View this message

[qooxdoo-devel] qooxdoo & the wonderful processingjs

2012-05-14 Thread Lance Boyle
html1 = " "; var embed1 = new qx.ui.embed.Html(html1); Thank you! Lance -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has

Re: [qooxdoo-devel] odd getWindows() behavior

2012-05-03 Thread Lance
to a different index in the array returned by Desktop.getWindows()") At any rate, thanks again. On Thu, May 3, 2012 at 8:23 AM, Daniel Wagner wrote: > Hi Lance, > > this is indeed expected behavior. Minimizing or restoring a Window's > mode moves it to a dif

[qooxdoo-devel] odd getWindows() behavior

2012-05-02 Thread Lance
I have an application that permits users to open multiple Windows within a Desktop. They may minimize any number of them and then Restore them all with a click of a button (or so I planned). The problem is that when I call getWindows(), the collection returned contains duplicate entries (Windows)