[qooxdoo-devel] Can i Change Table Column Position (...to Left, Right, Bottom)

2008-01-29 Thread deepakraj
Hi All, i want to change the table column Position to Left.can i do it in default qooxdoo framework or any changes made to the source code.(B'caz in our appln user get the options to enter the details in to the table as Row wise or Column wise. so i want to display the columns in Top pos

Re: [qooxdoo-devel] Mixing qooxdoo with straight HTML - newbie question

2008-01-29 Thread Helder Magalhães
Jeffrey Miller-2 wrote: > > BTW, I have just joined the mailing list and selected to receive the > emails as a single daily group. Is the only way to reply to an email but > cutting the archive posting and pasting it into my local email, then > sending back to the mailing list? > You may

Re: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Helder Magalhães
Frederic Beuserie wrote: > > iframe.setSource("http://www.test.com";) is working well but i cannot > manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";. > Have you tried "test.com/"? The web server may be (internally or explicitly using HTTP 300 status codes [1]) redirecting your

Re: [qooxdoo-devel] Mixing qooxdoo with straight HTML - newbie question

2008-01-29 Thread Jeffrey Miller
Fabian, that is exactly what I want to do, drop it in like an applet. And it looks like the demo should work fine. I can just plop a tree widget into the inline frame the same way, which is what I want to do. so I won't need to do that in a table. Thanks very much! BTW, I have just joined t

Re: [qooxdoo-devel] Timer hacks

2008-01-29 Thread Alex Back
Hi Alexei, thanks for the explanation and the screenshots you provided. To dig deeper into this problem and to figure out an alternative solution it would be the best if you send me over a bigger code fragment of your work (or even the whole stuff I've seen at the screenshots). cheers,   Alex

Re: [qooxdoo-devel] Mixing qooxdoo with straight HTML - newbie question

2008-01-29 Thread Fabian Jakobs
Jeffrey Miller schrieb: > > Hello qooxdoo community. I am a newbie to qooxdoo. I'd like to know > if it is possible to mix qooxdoo with straight HTML. For example, is > it possible to have a normal HTML page containing (among other things) > a frame in which qooxdoo widgets are used? Or an H

[qooxdoo-devel] Mixing qooxdoo with straight HTML - newbie question

2008-01-29 Thread Jeffrey Miller
Hello qooxdoo community. I am a newbie to qooxdoo. I'd like to know if it is possible to mix qooxdoo with straight HTML. For example, is it possible to have a normal HTML page containing (among other things) a frame in which qooxdoo widgets are used? Or an HTML page that has a table in whic

Re: [qooxdoo-devel] Thoughts on ExtJS vs qooxdoo

2008-01-29 Thread S, Mohamed Raffi (Mohamed)
Rahul Sharma, Thanks for sharing your evaluation points. Which backend do you plan to use? JSON-RPC based backed provide by qooxdoo framework or XML-RPC based one? Anything to share in that regards? Thanks, Raffi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [qooxdoo-devel] RPC Client for java Backend

2008-01-29 Thread Tobias Koller (GERMO GmbH)
Maybe there are other ways to do this but I just know this one ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von S, Mohamed Raffi (Mohamed) Gesendet: Dienstag, 29. Januar 2008 12:52 An: qooxdoo Development Betreff: Re: [qooxdoo-devel]

Re: [qooxdoo-devel] Table scroll Top/Bottom events

2008-01-29 Thread Hugh Gibson
> Can somebody give me a working example of Remote Table? > I don't see any examples in the demo. We use it. Basically just create your class overriding qx.ui.table.model.Remote and define _loadRowCount and _loadRowData. Take a look at the source code for the base class and it tells you what to do

Re: [qooxdoo-devel] RPC Client for java Backend

2008-01-29 Thread S, Mohamed Raffi (Mohamed)
Hi Tobias, Thanks for your continuous response. It is working now :) I was not properly linking the frontend/framework files. Here is my directory structure as of now. Later, I will write some ant scripts to generate the war file with frontend and backend. My Development Directory structur

Re: [qooxdoo-devel] Thoughts on ExtJS vs qooxdoo

2008-01-29 Thread Siarhei Barysiuk
Hello, On Jan 29, 2008 12:19 PM, Rahul Sharma <[EMAIL PROTECTED]> wrote: > Recently I evaluated Qooxdoo and extJS and chose Qooxdoo. While I see many > snippets targeting Sebastian, let me add: > a. In our evaluations Qooxdoo was termed far superior. > b. As already mentioned the programming styl

Re: [qooxdoo-devel] Thoughts on ExtJS vs qooxdoo

2008-01-29 Thread Rahul Sharma
Recently I evaluated Qooxdoo and extJS and chose Qooxdoo. While I see many snippets targeting Sebastian, let me add: a. In our evaluations Qooxdoo was termed far superior. b. As already mentioned the programming style of Qooxdoo is far superior. c. API Viewer, demo, samples, testrunner offers so m

Re: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Jonathan Rass
Hi Frederic, as far as I know there are no limitations on qx.ui.embed.Iframe. You should be able to set the same source to the widget as you can to an iframe tag. I just tested the setSource() method in the "Iframe 1" sample in our Demo Browser. All GET parameters I sent went through in Firefo

Re: [qooxdoo-devel] RPC Client for java Backend

2008-01-29 Thread Tobias Koller (GERMO GmbH)
Maybe you can send me your directory-structure Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von S, Mohamed Raffi (Mohamed) Gesendet: Dienstag, 29. Januar 2008 10:18 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] RPC Client for java B

Re: [qooxdoo-devel] RPC Client for java Backend

2008-01-29 Thread Tobias Koller (GERMO GmbH)
Hi raffi, //Qooxdoo c:\workspace\qooxdoo\frontend\... c:\workspace\qooxdoo\backend\... //your application c:\workspace\MyApp\application\source\class\custom\Application.js c:\workspace\MyApp\application\source\index.html that are the important directories ;) f.E. your virtual directory point

Re: [qooxdoo-devel] close event in Window

2008-01-29 Thread Ralf Sternberg
Hi Jim, thanks, this answers my question. Still I wonder why I don't get a warning when I do this.addEventListener( "close", listener ); but I do get one when I do this.addEventListener( "close2", listener ); Cheers, Ralf Jim Hunter wrote: > This exact question was raised a little wh

Re: [qooxdoo-devel] RPC Client for java Backend

2008-01-29 Thread S, Mohamed Raffi (Mohamed)
Hi, You said that "C:\workspace should include the qooxdoo-Dir". Can you please give the complete directory structure of your "C:\workspace". Can you please redirect the output of the command "ls -R" [in Linux/Unix] or "dir /S" [in Windows] and send it to me. Thanks a lot, Raffi -Original

Re: [qooxdoo-devel] RPC Client for java Backend

2008-01-29 Thread Tobias Koller (GERMO GmbH)
Hi raffi, I will try to explain it ;) I don't know if it's the most common way to do it but it works for me ;) 1. create a virtual Directory (edit the tomcat/conf/server.xml-File) --> put this "content-line" at the end of the file. C:\workspace should include the qooxdoo-Dir

[qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Frederic Beuserie
Hi, using qooxdoo stable (0.7.3) iframe.setSource("http://www.test.com";) is working well but i cannot manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";. the frame is as if there is no GET part. no error (client and serveur). the rightmost part is simply not passed to the webserve

Re: [qooxdoo-devel] Table scroll Top/Bottom events

2008-01-29 Thread Alex Back
Hi Kanugula, kanugula wrote: > I looked at Remote Table. > > I wrote a code (Thanks Bibliograph. Your code really helped me. > http://www.nabble.com/qx.ui.table.model.Remote-implementation-problems-to13 >002715.html#a13002874) > > By the way who calls the following method? And how do we know what