Re: [qooxdoo-devel] Problem with Remotely generated image.

2009-09-29 Thread Juan Matias Granda
ceforge.net/lists/listinfo/qooxdoo-devel >> >> > > ---------- > Come build with us! The BlackBerry® Developer Conference in SF, CA >

Re: [qooxdoo-devel] generate.py and linked folders problem on Linux

2009-09-21 Thread Juan Matias Granda
"we" have many qx projects with diferents versions of qx and diferents classes. All this in a SVN server (a complicated structure). if I could create linked folders this structure would be more simple. Grettings insulae 2009/9/17 thron7 : > > > Juan Matias Granda wrote: >

[qooxdoo-devel] generate.py and linked folders problem on Linux

2009-09-17 Thread Juan Matias Granda
the next error: - ! Unknown class referenced: qx.qxclass.SuperText Why i can't use linked folders?, i must to copy the folder to qooxdoo/framework/source/class/qx/ when i do a change every time. -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A

[qooxdoo-devel] Uppercase on qx apps

2009-01-09 Thread Juan Matias Granda
Hi, i have a qooxdoo app, and i want all inputs, with uppercase but i don't want to do this object by object, is posibble do this in one time?. Grettings insulae -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457

Re: [qooxdoo-devel] howto do a loading window to qooxdoo?

2008-12-10 Thread Juan Matias Granda
l a "loading..." with a javascript function setTimeout(); to do a "dinamic loading". Thanks! -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B --

Re: [qooxdoo-devel] howto do a loading window to qooxdoo?

2008-12-09 Thread Juan Matias Granda
great, thanks for the info, i am going to study this class. insulae 2008/12/9 Derrell Lipman <[EMAIL PROTECTED]>: > On Tue, Dec 9, 2008 at 7:47 AM, Juan Matias Granda <[EMAIL PROTECTED]> > wrote: >> >> hi, i have "a problem" in my country (Argentina) we h

[qooxdoo-devel] howto do a loading window to qooxdoo?

2008-12-09 Thread Juan Matias Granda
give me an example much better :D. Grettings insulae (sorry for my english :-)) -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B -- SF.Net email is Sponsore

Re: [qooxdoo-devel] howto use a qx.ui.window.Window like a Alert Box in qx 0.8

2008-12-05 Thread Juan Matias Granda
vada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://

[qooxdoo-devel] howto use a qx.ui.window.Window like a Alert Box in qx 0.8

2008-12-04 Thread Juan Matias Granda
class.winAlert("question?"); winAlert.open(); if (winAlert.getResponse()){ alert("ok"); } else{ alert("cancel"); } -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C

Re: [qooxdoo-devel] Howto clean a ComboBox

2008-02-27 Thread Juan Matias Granda
Children()[index] > ); > } > > It's more generic than what you are looking for, but with this function, > you'll be able to do: > > selectDropDownIndex( cbTipo, 0 ); > > and that will re-set your combo box back to the first element in the >

[qooxdoo-devel] Howto clean a ComboBox

2008-02-27 Thread Juan Matias Granda
Tipo,"", codeTipo)); } i use a for to put data from mysql, but before that, i created a qx.ui.form.ListItem with value = "", so when the submit is done i can do: cbTipo.setSelected(cbTipo.getList().findValue("", 0)); This is working, but is not correct, how can do more

[qooxdoo-devel] PHP + ORM + Qooxdoo ?

2008-01-18 Thread Juan Matias Granda
hi, i want to know if somebody use qooxdoo with PHP and ORM[1] to access to databases, what is for you "the best friend of qooxdoo"? :D. Grettings insulae [1] http://en.wikipedia.org/wiki/Object-relational_mapping -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C

Re: [qooxdoo-devel] what IDE or Editor i can use?

2007-11-30 Thread Juan Matias Granda
think that is what they are calling the version > that they just released) for qooxdoo .7.2 and it works just fine. > > Jim > > > On Nov 29, 2007 1:03 PM, Juan Matias Granda < [EMAIL PROTECTED]> wrote: > > > > hi! i am using qooxdoo about 3 months, and in this

[qooxdoo-devel] what IDE or Editor i can use?

2007-11-29 Thread Juan Matias Granda
hi! i am using qooxdoo about 3 months, and in this time i search in the web for a IDE or Editor with a highlitght and autocompletion, i find aptana or JSEclipse from adobe but is only for a qooxdoo 0.6.x. Recomendation? Grettings insulae -- Juan Matias Granda http://www.insulae.com.ar GPG

Re: [qooxdoo-devel] Select a specific row in a table

2007-10-19 Thread Juan Matias Granda
gt; > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias > > Koller (GERMO GmbH) > > Gesendet: Freitag, 19. Oktober 2007 08:41 > > An: qooxdoo Development > > Betreff: Re: [qooxdoo-devel] Select a specific row in a table > > > > Hi, >

Re: [qooxdoo-devel] Select a specific row in a table

2007-10-19 Thread Juan Matias Granda
-- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk

Re: [qooxdoo-devel] Select a specific row in a table

2007-10-18 Thread Juan Matias Granda
t; qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B ---

[qooxdoo-devel] i need a function like PHP include in qooxdoo

2007-10-03 Thread Juan Matias Granda
}, _page2: function() { include("page2.js"); <--- the qooxdoo function like PHP include :) } }); i want this because is to dificult to me work everything in the same file, like Showcase Demo. Grettings insulae -- Juan Matias Granda http://www.insulae.com.ar

Re: [qooxdoo-devel] how remove console debug?

2007-09-30 Thread Juan Matias Granda
(false); > } > Grettings insulae -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B - This SF.net email is sponsored by: Microsoft Defy all challenges. Mic

[qooxdoo-devel] how remove console debug?

2007-09-29 Thread Juan Matias Granda
i want remove the "console debug", but i searched in api viewer and i can't find. Grettings insulae -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B ---

Re: [qooxdoo-devel] Using colspan or rowspan in qooxdoo

2007-09-27 Thread Juan Matias Granda
ok! i resolved my problem, thanks!. Regards -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B - This SF.net email is sponsored by: Microsoft Defy all

[qooxdoo-devel] Using colspan or rowspan in qooxdoo

2007-09-27 Thread Juan Matias Granda
i can use only de qx.ui.layout.CanvasLayout but i don't want to set all objects position one by one. Regards insulae -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B ---