Re: [qooxdoo-devel] TreeVirtual and column width

2008-07-08 Thread Bottich
Thank you very much. The second solution works and I'm feeling fine :drunk: -- View this message in context: http://www.nabble.com/TreeVirtual-and-column-width-tp18335284p18355591.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Can't build the source

2008-07-08 Thread simoms
It is ok now, the problem related the Cygwin, I uninstall and delete the Cygwin, and reinstall it, it works!! simoms wrote: > > Hi, everyone, I tried to 'make build' the "skeleton" which in SDK, it is > not successful without error message, but I open the index.html, it is > nothing!! > And I

Re: [qooxdoo-devel] Can't build the source

2008-07-08 Thread Tobias Koller (GERMO GmbH)
Hi, did some errors occur when building the "build"-version? Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von simoms Gesendet: Mittwoch, 9. Juli 2008 05:27 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] Can't build the s

[qooxdoo-devel] Can't build the source

2008-07-08 Thread simoms
Hi, everyone, I tried to 'make build' the "skeleton" which in SDK, it is not successful without error message, but I open the index.html, it is nothing!! And I tried make it without build, it is successful and display correctly! (I already installed Cygwin) Please help me find out the problem, Th

Re: [qooxdoo-devel] QooxDoo MingW

2008-07-08 Thread Leone Parise
Tank's a lot!!! 2008/7/8 John Spackman <[EMAIL PROTECTED]>: > I used cygwin and ran make in the skeleton to check everything was > working, and then edited the Makefile in the skeleton and added VERBOSE=true > just before the "INTERNALS" section. Ran make again and simply saw what it > was doin

Re: [qooxdoo-devel] QooxDoo MingW

2008-07-08 Thread John Spackman
I used cygwin and ran make in the skeleton to check everything was working, and then edited the Makefile in the skeleton and added VERBOSE=true just before the "INTERNALS" section. Ran make again and simply saw what it was doing for source and build targets. This is my source.bat: set QX=c:/d

Re: [qooxdoo-devel] QooxDoo MingW

2008-07-08 Thread Leone Parise
I installed MingW, MSYS and Python 2.5 here but it' returns a build error like "simplejson not found". How did you do that? I need this to integrate with Eclipse and Java Ant. Leone 2008/7/8 John Spackman <[EMAIL PROTECTED]>: > It's possible to not use the make system and cygwin at all – I'm >

Re: [qooxdoo-devel] QooxDoo MingW

2008-07-08 Thread John Spackman
It's possible to not use the make system and cygwin at all - I'm currently having success running Win32 python directly against the generator. I ran the make process with the command line switch to get it to output the exact commands it output rather than figure it out from scratch. John

[qooxdoo-devel] QooxDoo MingW

2008-07-08 Thread Leone Parise
Is it possible to use MingW instead of CigWin? -- Leone Parise. Sun Certified Java Programmer 1.5 J2EE, XHTML, CSS, AJAX - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for yo

Re: [qooxdoo-devel] Lazy initialization

2008-07-08 Thread Derrell Lipman
On Tue, Jul 8, 2008 at 12:07 PM, Szántai Péter <[EMAIL PROTECTED]> wrote: > Hi there, > > I just want to know if there is any kind of tree,list, or something that > has lazy initialization on its elements. > > I have many ( 100< ) items( extend Boxlayout ) that need to be added to a > scrollable "

Re: [qooxdoo-devel] jseclipse

2008-07-08 Thread Peter Schneider
Hi Thomas, I'm cutting your post a bit for better reading... > [...] > Exactly! To make it more tangible I'd like to get back to Peter's > posting. If you look at his text file... > [...] > and then at the generated XML for the same class: > [...] > it looks like it would be straight-forward to

[qooxdoo-devel] Lazy initialization

2008-07-08 Thread Szántai Péter
Hi there, I just want to know if there is any kind of tree,list, or something that has lazy initialization on its elements. I have many ( 100< ) items( extend Boxlayout ) that need to be added to a scrollable "list" and only a few( 20> ) of them is visible at time. thanks for your reply Peter

Re: [qooxdoo-devel] jseclipse

2008-07-08 Thread Stéphane
Hi, In the PHP World there is MetaL (for MetaLanguage) please take a look at www.meta-language.net It is already binded to PHP 5 OO & Java. This is just a though and I don't know where to go from here Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votr

Re: [qooxdoo-devel] jseclipse

2008-07-08 Thread thron7
Matthew Gregory wrote: > thron7 you genius! > Ah, you much too flattering ... I'm actually standing on the shoulders of giants, trying to keep the balance ;). > That sounds pretty much perfect for what we wanted. IIRC we would also > be able to use the JAVADOC comments to display useful mess

Re: [qooxdoo-devel] debugging php json backend

2008-07-08 Thread Derrell Lipman
On Tue, Jul 8, 2008 at 7:30 AM, farid <[EMAIL PROTECTED]> wrote: > One question though still stands: > what do you guys (no girls?;-) use to debug the php backend? > In most cases, we now have errors returned to the application and they can be displayed there. You can also use the debug() functi

Re: [qooxdoo-devel] TreeVirtual and column width

2008-07-08 Thread Szántai Péter
2008/7/8 Helder Magalhães <[EMAIL PROTECTED]>: > > > Bottich wrote: > > > > I defined some columns for a TreeVirtual and now I want to define their > > widths using setColumnWidth(col, width). But there is still no effect. > > Every column hast the same width and the log window doesn't show proble

[qooxdoo-devel] TreeVirtual and column width

2008-07-08 Thread Bottich
I defined some columns for a TreeVirtual and now I want to define their widths using setColumnWidth(col, width). But there is still no effect. Every column hast the same width and the log window doesn't show problems which could be occured. So I don't know where the problem is :-( I hope someone

Re: [qooxdoo-devel] debugging php json backend

2008-07-08 Thread farid
Hi Derrell, it inded is strange so I kept searching. I could trace it back to one line in the Joomla supplied framework.php file which causes the variables to be unset: JRequest::clean(); This has nothing to do obviously with the php backend of qooxdoo. If I omit the line, the request is handl

Re: [qooxdoo-devel] TreeVirtual and column width

2008-07-08 Thread Helder Magalhães
Bottich wrote: > > I defined some columns for a TreeVirtual and now I want to define their > widths using setColumnWidth(col, width). But there is still no effect. > Every column hast the same width and the log window doesn't show problems > which could be occured. > Haven't tested for sure bu

Re: [qooxdoo-devel] jseclipse

2008-07-08 Thread thron7
petr kobalicek wrote: > Hi, > > today I'm pleyed with jseclipse from adobe. On their website is that > it supports qooxdoo, but not latest object oriented system. I have > simple question. Not all IDE understands this object oriented system > today, and only few will understand it in the future.

Re: [qooxdoo-devel] qooxdoo and eclipse

2008-07-08 Thread thron7
Hi Guilherme, > I'm trying to setup eclipse to work with qooxdoo but it looks like > there is nothing up to date to aptana. Colleagues work with all kinds of set-ups, like vanialla Aptana, or Eclipse with the Aptana or JSEclipse plug-ins. And "work" means they are productive. So it's not like n