Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Updated RO SDK demo
Tue, Feb 21 2012 11:31 AMPermanent Link

Robert Devine

A simple demo showing the use of the standard "Sum" service from a basic
RO server.



Attachments: RemObjects Test 3.zip ROJSTestServer.zip
Wed, Feb 22 2012 12:35 PMPermanent Link

Bora Aydemir

Thanks for the demo.

Just wanted to ask, I can run the *sum* function from the EWB IDE and the sum function returns the correct value, but when I dbl-click on the .js file in windows explorer, open with Firefox, and try sum function, I get an 'Msg: AJAX status: 0Response:' at Result EditBox. What does this mean?
Thu, Feb 23 2012 5:53 AMPermanent Link

Robert Devine

If you want to run it in Firefox you need to start the RO server and
browse to http://localhost:8099/js/. This will load the JS from the
\html folder on the server side.

If you make any changes to the EWB project then, after compiling, you
need to copy the files from the EWB project output folder to the html
folder in the server directory structure and refresh the page in firefox.

Cheers, Bob


On 22/02/2012 17:35, Bora Aydemir wrote:
> Thanks for the demo.
>
> Just wanted to ask, I can run the *sum* function from the EWB IDE and the sum function returns the correct value, but when I dbl-click on the .js file in windows explorer, open with Firefox, and try sum function, I get an 'Msg: AJAX status: 0Response:' at Result EditBox. What does this mean?
>
Thu, Feb 23 2012 5:59 AMPermanent Link

Robert Devine

Forgot to say, I believe an AJAX status of 0 in this case will be due to
cross-scripting issues, i.e. you're loading the JS locally but calling
the remote Sum service.

Cheers, Bob


On 22/02/2012 17:35, Bora Aydemir wrote:
> Thanks for the demo.
>
> Just wanted to ask, I can run the *sum* function from the EWB IDE and the sum function returns the correct value, but when I dbl-click on the .js file in windows explorer, open with Firefox, and try sum function, I get an 'Msg: AJAX status: 0Response:' at Result EditBox. What does this mean?
>
Image