Search found 14 matches

Go to advanced search

by Joe Walsh
Sun Sep 02, 2012 11:21 am
Forum: Issues
Topic: How do I access a javascript library that I uploaded?
Replies: 10
Views: 1564
 
Jump to post

How do I access a javascript library that I uploaded?

<t><p>I don't recognize that error, so I'm not sure if this will solve your actual problem, but here's some tips.</p> <p>First, javascript uses single quotes for strings, so the example on the RGraph website is misleading. You can see I made the same mistake of copying the RGraph example verbatim in...
by Joe Walsh
Fri Jul 13, 2012 5:31 pm
Forum: Issues
Topic: How do I access a javascript library that I uploaded?
Replies: 10
Views: 1564
 
Jump to post

How do I access a javascript library that I uploaded?

The data is from a line like this: var data = [280, 45, 133, 166, 84, 259, 266, 960, 219, 311, 67, 89]; I discovered the problem. I was trying to pass the RGraph.Line constructor "myLine", which was the name of the panel in which I wanted the chart to display. Then I read this topic: https...
by Joe Walsh
Fri Jul 13, 2012 5:22 am
Forum: Issues
Topic: How do I access a javascript library that I uploaded?
Replies: 10
Views: 1564
 
Jump to post

How do I access a javascript library that I uploaded?

I was accessing it correctly then. My problem must be something else.

by Joe Walsh
Thu Jul 12, 2012 11:50 pm
Forum: Issues
Topic: REST service tests OK but fails when app is tested
Replies: 18
Views: 2381
 
Jump to post

REST service tests OK but fails when app is tested

I see. That will be good to know for the future. Thanks again for your help.

by Joe Walsh
Thu Jul 12, 2012 11:37 pm
Forum: Issues
Topic: REST service tests OK but fails when app is tested
Replies: 18
Views: 2381
 
Jump to post

REST service tests OK but fails when app is tested

Is the return statement there by default? I thought I could remove everything from the custom javascript and then it would behave like I never touched it.
In any case, you've fixed the problem for me. Thanks.

by Joe Walsh
Thu Jul 12, 2012 11:33 pm
Forum: Issues
Topic: How do I access a javascript library that I uploaded?
Replies: 10
Views: 1564
 
Jump to post

How do I access a javascript library that I uploaded?

I'm trying to test charts and graphs in an app, so I created a new javascript file following the directions here: http://help.gotiggr.com/documentation... The file that I uploaded was RGraph.Line.js, which is from the RGraph graphing library: http://www.rgraph.net/docs/line.html I had assumed I coul...
by Joe Walsh
Thu Jul 12, 2012 11:31 pm
Forum: Issues
Topic: REST service tests OK but fails when app is tested
Replies: 18
Views: 2381
 
Jump to post

REST service tests OK but fails when app is tested

Here's the images: Image
Image

by Joe Walsh
Thu Jul 12, 2012 11:26 pm
Forum: Issues
Topic: REST service tests OK but fails when app is tested
Replies: 18
Views: 2381
 
Jump to post

REST service tests OK but fails when app is tested

I put the alert in the custom javascript for the request mapping of the IPAddress parameter. I haven't tried sticking it with a button.

by Joe Walsh
Thu Jul 12, 2012 11:14 pm
Forum: Issues
Topic: REST service tests OK but fails when app is tested
Replies: 18
Views: 2381
 
Jump to post

REST service tests OK but fails when app is tested

No, I haven't yet. I'll post back here if I figure it out.

by Joe Walsh
Thu Jul 12, 2012 11:04 pm
Forum: Issues
Topic: REST service tests OK but fails when app is tested
Replies: 18
Views: 2381
 
Jump to post

REST service tests OK but fails when app is tested

It's possible that every once in a while the service might fail to receive the IPAddress parameter. However, if that were true then calling alert() before sending the request shouldn't have any effect. But it does, with perfect regularity, too. If I call alert() on the input, the request will succee...

Go to advanced search