Re: [qooxdoo-devel] soap demo

2008-09-24 Thread Burak Arslan
Hugh Gibson a écrit : >> self.__onLoadWsdl is not a function >> http://localhost:7789/static/frontend/source/class/soap/client.js >> Line 304 >> >> it's plain stupid, frikkin function is there and it works! some help >> would be appreciated :) >> > > Have you set a breakpoint in Firebug and ch

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-24 Thread Gaetan de Menten
On Wed, Sep 24, 2008 at 7:17 PM, thron7 <[EMAIL PROTECTED]> wrote: > Gaetan de Menten wrote: >> Hi all, >> >> I've finally started to port my code to 0.8. So far, the result is not >> good... >> >> I've followed the migration guide at: >> http://qooxdoo.org/documentation/0.8/migration_guide_from_0

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-24 Thread thron7
Gaetan de Menten wrote: > Hi all, > > I've finally started to port my code to 0.8. So far, the result is not good... > > I've followed the migration guide at: > http://qooxdoo.org/documentation/0.8/migration_guide_from_07 > > Up to checkpoint 1, it works fine with 0.8 (but *not* with trunk -- see

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-24 Thread thron7
thron7 wrote: >>> Checkpoint 1 just assures that the skeleton application can be built >>> after the copying. So this is very basic. >>> >>> >> I know... Yet it fails with yesterday's trunk... >> >> > > I can repro this and am looking into it. > This one is fixed in trunk (r

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-24 Thread thron7
>> Checkpoint 1 just assures that the skeleton application can be built >> after the copying. So this is very basic. >> > > I know... Yet it fails with yesterday's trunk... > I can repro this and am looking into it. T. ---

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

2008-09-24 Thread Kanugula
Never mind. I see it now only after opening the base url in firefox. Then click on Selenium IDE. Thanks. Kanugula. Kanugula wrote: > > FF3 > Qooxdoo 0.7.3 > > I don't see any qx instructions in IDE. > > I am attaching the screens of my IDE settings. > > What I did was, simply point the user

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-24 Thread Gaetan de Menten
After further analysis, I discovered that it is in fact the "include" key that is recommended at: http://qooxdoo.org/documentation/0.8/migration_guide_from_07#manual_work which causes my classes to not be included. And since, trunk includes that ""fix"" by default, it's logical that the sample gene

Re: [qooxdoo-devel] soap demo

2008-09-24 Thread thron7
You're not guarding the 'self' with a var decl (l.300); that might cause some confusion. Other than that, you might want to do the FIXME at the __getXmlHttp() function. qooxdoo can supply the object to a state-changed handler. Thomas > dear list, > > i got the soap client from guru4.net and int

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

2008-09-24 Thread Kanugula
FF3 Qooxdoo 0.7.3 I don't see any qx instructions in IDE. I am attaching the screens of my IDE settings. What I did was, simply point the user-extension file Simulator\trunc\tool\selenium\user_extension\user-extensions-qooxdoo.js I also see some commands with huge drop down. Looks like they ar

Re: [qooxdoo-devel] [PATCH] Small bug in generated config.json

2008-09-24 Thread thron7
Thanks, fixed in trunk (r16426). T. Gaetan de Menten wrote: > create-application.py -t migration generates a config.json with a > broken translate job > Attached patch fixes the problem (which is present in both 0.8 and trunk). > > --

Re: [qooxdoo-devel] Properties Window on clicking a node on a Tree

2008-09-24 Thread Hugh Gibson
> I figured that I can use qx.ui.menu.Menu from one the the demos and > its working. > The problem is that for leaf nodes in my tree, the context menu > appears correctly at the bottom (but not at the right ... it starts > not from bottom right of the node but from its bottom and extreme > left

Re: [qooxdoo-devel] soap demo

2008-09-24 Thread Hugh Gibson
> self.__onLoadWsdl is not a function > http://localhost:7789/static/frontend/source/class/soap/client.js > Line 304 > > it's plain stupid, frikkin function is there and it works! some help > would be appreciated :) Have you set a breakpoint in Firebug and checked what is there? Also, might be

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-24 Thread Andreas Ecker
Hi! > Can't say. > To be honest - you (nor I) don't even know, if RAP 'switches' table-items > on-demand - so that even your simple app suffers from the memory leak. > (You could find out by looking at the JS though). > And even if RAP doesn't switch and you are right with the assumption that >

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-24 Thread Andreas Ecker
Hi Alex! > Are there any plans to make a qooxdoo 0.7.4 release soon? Plans are to have a maintenance release 0.7.4 in Q4/2008, see http://qooxdoo.org/about/roadmap . But that might not be relevant for the problems with your RAP application. According to the comments at https://bugs.eclipse.org/bu

Re: [qooxdoo-devel] Query regarding Scroll bar

2008-09-24 Thread Gaurav
Dear Chris, Thnaks a lot for you kind help, its working as i wanted. Thanks agaib. Regards, Gaurav Christian Schmidt wrote: > > Hi Gaurav, > > in qooxdoo 0.7.x you can set the attribute "overflow" to "auto" in your > "Page" instance. Then the scroll bar is shown if it's necessary. > > Re

Re: [qooxdoo-devel] Query regarding Scroll bar

2008-09-24 Thread Christian Schmidt
Hi Gaurav, in qooxdoo 0.7.x you can set the attribute "overflow" to "auto" in your "Page" instance. Then the scroll bar is shown if it's necessary. Regards, Chris -Ursprüngliche Nachricht- Von: Amit Rana [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. September 2008 11:13 An: qooxdoo

Re: [qooxdoo-devel] compilation date

2008-09-24 Thread Grykar
Thomas, I think it is better solution than update manually variable in file before each build what I have done :-) Thanks, Karol > Hi Karol, unfortunately, we don't currently have a way of including dynamic content into the build. This might come in a future version. Currently, we are m

Re: [qooxdoo-devel] Query regarding Scroll bar

2008-09-24 Thread Gaurav
I also want a dynamic behavior, so that when the form exceedes the page , only then the scroll bar is seen. Cheers Gaurav Amit Rana wrote: > > Dear dev, > > Please find attched the snapshot. > > I am using vertical split screen. > The bottom part is a form which is inside the pageview widget

Re: [qooxdoo-devel] soap demo

2008-09-24 Thread Burak Arslan
Amit Rana wrote: > Burak Arslan ha scritto: >> - firebug shows the following error on page load, but soap calls work >> perfectly. >> >> self.__onLoadWsdl is not a function >> http://localhost:7789/static/frontend/source/class/soap/client.js >> Line 304 >> > maybe instead of self.__yourFunction t

[qooxdoo-devel] [PATCH] Small bug in generated config.json

2008-09-24 Thread Gaetan de Menten
create-application.py -t migration generates a config.json with a broken translate job Attached patch fixes the problem (which is present in both 0.8 and trunk). -- Gaëtan de Menten http://openhex.org migration-config.json-translate-job Description: Binary data --

Re: [qooxdoo-devel] soap demo

2008-09-24 Thread Amit Rana
Burak Arslan ha scritto: dear list, i got the soap client from guru4.net and integrated it (as best as i could) to qooxdoo. there is still some work to be done, but it seems to work works as it is. my background is mostly c/c++, so this whole interpreted world (python and javascript) has been

Re: [qooxdoo-devel] compilation date

2008-09-24 Thread Matthew Gregory
You might be able to look at the modified date of the "compiled" javascript. Not sure if this can be done from script or if you will have to use some server side magic. thron7 wrote: > Grykar wrote: >> Hi >> >> I would like to add info about project version (date). Is there way to >> updated the

Re: [qooxdoo-devel] Properties Window on clicking a node on a Tree

2008-09-24 Thread Amit Rana
Amit Rana ha scritto: > Hi, > > Hugh Gibson ha scritto: >> Amit, >> >> >>> I am not sure if this mail was sent on the mailing list as I don't >>> see it yet and had got a delivery failure notice. So, sending it >>> again. >>> >> >> Yes, I've had this problem too. Seems like Sourceforge ha

Re: [qooxdoo-devel] Properties Window on clicking a node on a Tree

2008-09-24 Thread Amit Rana
Hi, Hugh Gibson ha scritto: Amit, I am not sure if this mail was sent on the mailing list as I don't see it yet and had got a delivery failure notice. So, sending it again. Yes, I've had this problem too. Seems like Sourceforge has some list problems. problem is still there i su

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-24 Thread Gaetan de Menten
On Tue, Sep 23, 2008 at 7:22 PM, thron7 <[EMAIL PROTECTED]> wrote: > >> I've followed the migration guide at: >> http://qooxdoo.org/documentation/0.8/migration_guide_from_07 >> >> Up to checkpoint 1, it works fine with 0.8 (but *not* with trunk -- see >> below), >> > > Checkpoint 1 just assures th

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

2008-09-24 Thread Chi Mo
Hi Kanugula, > I am trying to understand the Simulator. Can I run it in IDE? Yes, Simulator could run in IDE(Firefox). > I made a simulator build and put on the Web Server. Simulator need not be installed on the Web Server, but on the Selenium RC Server if you want to test in multi-browsers(I