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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo