Re: [qooxdoo-devel] Aptana support for 0.7

2007-08-25 Thread Jim Hunter
There is no framework knowledge, what it supports is the structure changes for .7 and it does a good job of it. If you forget a simple comma after a property it will show you that your code is in error state. I have been using Aptana for about a month now and I really like it. It does fall down tho

Re: [qooxdoo-devel] Aptana support for 0.7

2007-08-25 Thread Chris Banford
Hi Martin, Afraid I can't really help you too much on this one -- just saw the 0.7 support in the list of new features (I'm not currently working with qooxdoo -- just been following it for future needs...). Firstly, this feature is only in the *nightly build* version of Aptana (seems to be ver

Re: [qooxdoo-devel] Aptana support for 0.7

2007-08-25 Thread Martin Keller
Chris, is there a short hint on how to activate the qooxdoo support? In my download from yesterday it is not shown as an availible framework. Martin - This SF.net email is sponsored by: Splunk Inc. Still grepping through log

Re: [qooxdoo-devel] Iframe not loaded in TabView

2007-08-25 Thread benco
It is because pages inside tabview are set to display=false by default. You can force the behavior by setting pageInstance.setDisplay(true); when creating each page and I think It will fix it. Regards, Benco. frederic wrote: > > Hello, > I'm working on a rich text editor widget, working fine