Re: [qooxdoo-devel] qooxdoo php ajax

2006-06-25 Thread gmcms
Thanks for the answer. Something goes wrong. Using on browser side : var req = new QxRequest("test.php", "POST", "text/plain"); req.setParameter("action", "This an AJAX sentence send from qooxdoo"); req.send(); The php script test.php has $_POST['action'] empty.

Re: [qooxdoo-devel] qooxdoo php ajax

2006-06-25 Thread gmcms
Well, using GET to take some files (txt, html, ...) is working well and is simple. I try to understand all the processes in implementing a step by step code, just looking at the moment I must switch to the JSON exemples you linked. When I do something like that : var req = new QxRequest("test

Re: [qooxdoo-devel] qooxdoo php ajax

2006-06-24 Thread gmcms
Well, I try to understand all the processes in implementing a step by step code, just looking at the moment I must switch to the exemples you linked. When I do something like that : var req = new QxRequest("test.php", "POST", "text/plain"); req.send(); test.php is just writing a sentence

Re: [qooxdoo-devel] qooxdoo php ajax

2006-06-22 Thread gmcms
Thanks I will look at -- View this message in context: http://www.nabble.com/qooxdoo-php-ajax-t1832970.html#a5006114 Sent from the qooxdoo-devel forum at Nabble.com. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology t

Re: [qooxdoo-devel] qooxdoo php ajax

2006-06-22 Thread gmcms
Thank you. I've no problem with php ;-) I understand your answer, but I'm just surprised because when I code with a lot of ajax libraries I can send the uri of a php script and give params to run and send the anwser to display it. Is it a strategy choice for qooxdoo to not be able to do that ? --

[qooxdoo-devel] qooxdoo php ajax

2006-06-22 Thread gmcms
Hi all, I try qooxdoo and have no problem to build an interface, but I can't find any information on how to send the order to run a php script (ajax transport) to query a database by exemple, and take the answer to display it. The only exemples are just to take the content of a file (xml, txt, htm

Re: [qooxdoo-devel] localization features

2006-02-24 Thread gmcms
Hi, You're probably right, but I'm not sure that there is only one way of thinking, it depends really on what you want to do. The problem is to define the objectives to explain a technic exposed. In general, I think that the excess is not good whatever domain we are speeking. When we look at a si

Re: [qooxdoo-devel] qooxdoo features

2006-02-24 Thread gmcms
I made a lot of tests during the day and I think that I can be more accurate now. I think that it's not the purpose of qooxdoo to handle i18n. It's the purpose of the server side (php) to check for the right language and prepare the web page with all the corresponding vocabulary. It's easy to do w

Re: [qooxdoo-devel] Export vars

2006-02-24 Thread gmcms
A value entered in a field managed by qooxdoo can't be used outside qooxdoo ? -- View this message in context: http://www.nabble.com/Export-vars-t1180710.html#a3108890 Sent from the qooxdoo-devel forum at Nabble.com. --- This SF.Net email is

[qooxdoo-devel] Export vars

2006-02-24 Thread gmcms
Hi all, Is it possible to export vars from qooxdoo. I take an exemple : If I use qooxdoo to build a login interface with a login and password fields and whant to take the fields contents and compute them with php to look at a sqlite database, is there any functions to cleanly export the fields ? T

[qooxdoo-devel] Accessibility question

2006-02-24 Thread gmcms
Hi all, What is the theory of qoodoo about accessibility on brower without javascript please ? -- View this message in context: http://www.nabble.com/Accessibility-question-t1180684.html#a3106985 Sent from the qooxdoo-devel forum at Nabble.com. -

Re: [qooxdoo-devel] qooxdoo features

2006-02-24 Thread gmcms
> Have you ever tried QxHtml or QxText? You must use dimensions for these > objects as they does not support auto-sizing. No. In fact as I said, I use qooxdoo since 1 day. > Yeah, port this library to qooxdoo would be really welcome. Heuuu ... I can give the code, but port ...?? For the moment

Re: [qooxdoo-devel] qooxdoo features

2006-02-24 Thread gmcms
> QxAtom writes the generated widget to the layout. What exactly to you > mean? In fact I have to understand how to simply put a long html text in a window generated by qooxdoo without having to use QxAtom (if it's possible). > We have many more things in our pipeline. No doubt on that fact, I ju

Re: [qooxdoo-devel] qooxdoo features

2006-02-24 Thread gmcms
If I can give my opinion (a 1 day user) : - you made a good job - your job differs from the others because of javascript to use the API. I can't say if it's a silver bullet or a weakness. My first impression was that I prefer the dojo approach, but if I compare to dojo, the widgets are faster on s

[qooxdoo-devel] qooxdoo features

2006-02-23 Thread gmcms
Hi all, is there any features or any plan to support : - field validation - i18n support - crypto features Thanks and it's a good job -- View this message in context: http://www.nabble.com/qooxdoo-features-t1179697.html#a3103917 Sent from the qooxdoo-devel forum at Nabble.com. ---