Re: [qooxdoo-devel] QxInline Functionality

2006-07-03 Thread wewu200
if you don't use "window.application.main" model(invoked by the onload listener QXApplication.init) to initialize the Qx, you should use the QXApplication object directly in your code because of the "this" reference. -- View this message in context: http://www.nabble.com/QxInline-Functionality-t

[qooxdoo-devel] JSON Date support in Python

2006-07-03 Thread Danny Adair
Hello,Just updated the JSON "date support" for python.Notable changes:- Fixed bug "_javascript_ months start at 0"- Added support for date objects (JSON string without time components) - Added option for converting JSON UTC to a different timezone after parsing- Split "tests" into separate file- Re

Re: [qooxdoo-devel] Simple problem with drag and drop

2006-07-03 Thread Derrell . Lipman
Jonathan Delgado <[EMAIL PROTECTED]> writes: > I just want to have a script that takes a widget and enables the > ability to drag it around the screen. This should be relatively > simple, but my code is having some problems. For this simple > example, im just using a QxAtom. When I click

[qooxdoo-devel] Simple problem with drag and drop

2006-07-03 Thread Jonathan Delgado
Hi Everyone, I just want to have a script that takes a widget and enables the ability to drag it around the screen. This should be relatively simple, but my code is having some problems. For this simple example, im just using a QxAtom. When I click it, i am allowed to drag it for a very

Re: [qooxdoo-devel] List of all QxTextFields

2006-07-03 Thread Bob Manc
After playing around for a while I came up with this. Seems to work. var textFields = getElements(d,'QxTextField'); function getElements(doc,type) { var elements = new Array(); var children = doc.getChildren(); index = 0; for (var i=0; i wrote

Re: [qooxdoo-devel] qooxdoo.org

2006-07-03 Thread Florian Arndt
Hi Andreas, > Anybody else seeing the same message? qooxdoo.org is expected to be > running flawlessly. Please report any problems. I don't. It runs well for me. Florian Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technolog

Re: [qooxdoo-devel] qooxdoo.org

2006-07-03 Thread Andreas Ecker
Howdy! Thomas Otto wrote: > Is http://qooxdoo.org/ down? > > I got the last 5 days an > Fatal error: Unsupported operand types in > /var/www/qooxdoo/common/bad-behavior/bad-behavior-database.php on line 112 > > if I call the page. Anybody else seeing the same message? qooxdoo.org is expected to

[qooxdoo-devel] qooxdoo.org

2006-07-03 Thread Thomas Otto
Hello, another question. Is http://qooxdoo.org/ down? I got the last 5 days an Fatal error: Unsupported operand types in /var/www/qooxdoo/common/bad-behavior/bad-behavior-database.php on line 112 if I call the page. Thomas Using Tomcat but need to do more? Need to support web services, security

Re: [qooxdoo-devel] List of all QxTextFields

2006-07-03 Thread Andreas Ecker
Howdy! Bob Manc wrote: > Is there an easy way to get an array of all QxTextFields in a document? No, sorry, no convenient built-in form support, yet. It should be fairly easy though, if you just keep references to all the QxTextFields instances you created and added. Bye, Andreas Using Tomca

[qooxdoo-devel] QxGallery Drag'n'Drop

2006-07-03 Thread Thomas Otto
Hello, is it possible, and if how, to add a drag listener to the items in a QxGallary? Regards, Thomas Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server

[qooxdoo-devel] Table widget and qooxdoo window

2006-07-03 Thread Kirill Balyasnikov
Hello list and Til! I try to put Table widget into qooxdoo window widget and everything seems to work ok except one thing: the window continues enlarging in the height before all records are loaded into table. Here is example: var d = this.getClientWindow().getClientDocument(); var