[qooxdoo-devel] Invitation to connect on LinkedIn

2011-05-23 Thread adam steffen via LinkedIn
LinkedIn adam steffen requested to add you as a connection on LinkedIn: -- Andreas, I'd like to add you to my professional network on LinkedIn. - adam Accept invitation from adam steffen http://www.linkedin.com/e/2cnq6m-go26j

[qooxdoo-devel] Simple Listener Question

2009-11-05 Thread Adam Steffen
I'm not experienced with javascript at all so bear with me. I'm trying to make a Web Interface with many buttons, check boxes, selection lists, etc. and associate with these widgets a set of data. So that changing the selections on the interface update the data set. Using qooxdoo, I made a class

Re: [qooxdoo-devel] getValue() returns NULL in 0.8.3

2009-09-17 Thread -Steffen-
Thanks for the quick reply and explanation. I just wanted to be sure that what I am going to change in my project now is based on a feature. Keep up the good work. Martin Wittemann wrote: > > > Hello Steffen, > the behavior you describe is not a bug, its a feature. ;) >

[qooxdoo-devel] getValue() returns NULL in 0.8.3

2009-09-16 Thread -Steffen-
Documentation tells me nothing about a NULL returning). Kind regards Steffen -- View this message in context: http://www.nabble.com/getValue%28%29-returns-NULL-in-0.8.3-tp25485864p25485864.html Sent from the qooxdoo-devel mailing list archive at Nabble.com

Re: [qooxdoo-devel] Help on qx.io.remote.Request - I am lost!

2009-02-16 Thread -Steffen-
Many Many thanks, that was the problem, now it works. -- View this message in context: http://www.nabble.com/Help-on-qx.io.remote.Request---I-am-lost%21-tp22032520p22036059.html Sent from the qooxdoo-devel mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Help on qx.io.remote.Request - I am lost!

2009-02-16 Thread -Steffen-
I have activated crossDomain because otherwise i get the following error even everything is on the same machine: 7458ms qx.io.remote.transport.XmlHttp[2h]: Failed with exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "

Re: [qooxdoo-devel] Help on qx.io.remote.Request - I am lost!

2009-02-16 Thread -Steffen-
Ok so I am not completely out of line (thank god). My Problem ist still present. When I open the test.php in a browser I get an empty String "" (as intended). When called like this http://localhost/qooxdoo/test.php?suche="TEST"; i get the following: "\\\"TEST\\\"" -- View this message in context:

Re: [qooxdoo-devel] Help on qx.io.remote.Request - I am lost!

2009-02-16 Thread -Steffen-
Well, I thought those are two different methods of contacting the server. One is RPC and the second is qx.io.remoteRequest. Is this the same thing? I am confused (and not just a little bit). -- View this message in context: http://www.nabble.com/Help-on-qx.io.remote.Request---I-am-lost%21-tp2203

Re: [qooxdoo-devel] Help on qx.io.remote.Request - I am lost!

2009-02-16 Thread -Steffen-
Thanks for the very quick replies. I allready experimented with the option text/plain but there is no change in behaviour. Can someone confirm that this is a working example on someones elses machine? Because I think that this might be a configuration issue. By the way I get the timeout event, s

[qooxdoo-devel] Help on qx.io.remote.Request - I am lost!

2009-02-15 Thread -Steffen-
Hello everybody, I am trying now for weeks to get this code to work. All I want is send a request to the server in JSON and sent a reply back. But everything i get is a timeout allways. Can anybode please explain what am I doing wrong. I am a programmer now for years but I mainly use c++ and mayb