Re: [qooxdoo-devel] qooXdoo future : what about offline ?

2008-09-26 Thread Andreas Ecker
Hi Hugh! > Seems that support is still in place. There are recent SVN checkins for > AIR: Sorry to disappoint, this isn't about AIR support being integrated. It's rather updates to client detection. Anyway, as I said in a previous post, AIR support is possible and will hopefully be fully integra

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-26 Thread Andreas Ecker
Hi Burak! >> i tried qxtransformer some time ago. it's quite buggy, it did not >> look >> like a finished product. it's implemented using xsl/xslt, so its >> "code" >> looks horrendous. it'd be fine if it just worked but as it is now i >> wouldn't get near it. >> >> >> That seems a

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-26 Thread Burak Arslan
Derrell Lipman wrote: On Fri, Sep 26, 2008 at 11:51 AM, Burak Arslan <[EMAIL PROTECTED] > wrote: i tried qxtransformer some time ago. it's quite buggy, it did not look like a finished product. it's implemented using xsl/xslt, so its "code" looks horrendous.

[qooxdoo-devel] Scroll container won't programatically scroll back to top

2008-09-26 Thread Derrell Lipman
Given this small program, I'm unable to figure out how to get the scroll container to scroll back to the top. Setting a selected radio button after the window has appeared switches the focus (and scrolls) to the selected button, but setting focus to a text field at the top does not have a similar

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-26 Thread Derrell Lipman
On Fri, Sep 26, 2008 at 11:51 AM, Burak Arslan <[EMAIL PROTECTED]> wrote: > i tried qxtransformer some time ago. it's quite buggy, it did not look > like a finished product. it's implemented using xsl/xslt, so its "code" > looks horrendous. it'd be fine if it just worked but as it is now i > would

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-26 Thread Burak Arslan
i tried qxtransformer some time ago. it's quite buggy, it did not look like a finished product. it's implemented using xsl/xslt, so its "code" looks horrendous. it'd be fine if it just worked but as it is now i wouldn't get near it. pythoncard, the gui for qxt looks a bit amateurish as well. w

Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-09-26 Thread thron7
Philipp, I cannot repro the problem in 0.7.3. Please provide a few more lines of your class declaration, and more importantly your Makefile settings. Thomas > Hello, > > I have a strange behavior with the upload extension. When I make the build > version it generates a ";" above the class decla

Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-26 Thread Kanugula
Thank you Pradeep. My problem is eaxtly as you specified in the 2nd point. I replaced the user extension by replacing inWindow.qx to inWindow.wrappedJSObject.qx. It works like a charm now. Thanks. Kanugula. Pradeep K R wrote: > > Hi Kanugua, > >Couple of things here: > 1) thefatbu

[qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-09-26 Thread Philipp Wabinski
Hello, I have a strange behavior with the upload extension. When I make the build version it generates a ";" above the class declaration. the top of the class looks like this: /** * File Upload Widget * * @author Frederic Fournaise (http://frederic.fournaise.free.fr/qooxdoo-file-upload-widg

[qooxdoo-devel] Memory and disposing component

2008-09-26 Thread Jean-Baptiste BRIAUD - Novlog
Hi, I'm using Composite layed out by Dock. There is a component in the north (its a menu but its not important). what happen when I add another component instance in the north as a way to replace the old one ? Will it remove the one I added before properly or do I have to do it myself ? Th

Re: [qooxdoo-devel] qooXdoo future : what about offline ?

2008-09-26 Thread Helder Magalhães
Hugh Gibson wrote: > > Has anyone tried doing an AIR build using 0.8? I don't have it installed > here so can't try it. > I tried to update the Adobe AIR compatibility a few months ago (back when 0.8 was still in beta). But the I bumped into a brick wall due to the fact that the AIR framework

Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-26 Thread Chi Mo
Hi Kanugula, Yes, we're using Xpath locator, which is so far so good. BTW, can you record your actions? If so, please record it and see what you can get. Regards, Chi Mo 2008-09-26 > >When running the Simulator in IDE, >I see the TextBox only working fine. > >I added a new co

Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-26 Thread Pradeep K R
Hi Kanugua, Couple of things here: 1) thefatbutton that you use with qx need to be set as the userData for the button I believe. 2) In case you are getting errors similar to this '[error] locator not found: qx=Login, error = Error: Element qx=Login not found', (saw a similar error

Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-26 Thread thron7
Have you loaded the qooxdoo-specific user-extension.js into the IDE? This would be a prereq to using e.g. qxClick. T. > When running the Simulator in IDE, > I see the TextBox only working fine. > > I added a new command in IDE as > Command --> qxClick > Target --> qx=thefatbutton > > When I click