Search found 23 matches

Go to advanced search

by John P
Sat Jul 11, 2015 11:48 pm
Forum: Issues
Topic: Forcing Javascript files to load in specific order
Replies: 12
Views: 1501
 
Jump to post

Forcing Javascript files to load in specific order

How about a feature request: give us some way to enforce an ordering (similar to what can be done for external resources)

:)

by John P
Sat Jul 11, 2015 7:27 pm
Forum: Issues
Topic: Forcing Javascript files to load in specific order
Replies: 12
Views: 1501
 
Jump to post

Forcing Javascript files to load in specific order

Yes, I'm adding them as JS assets (uploading them from my laptop).

by John P
Sat Jul 11, 2015 5:17 pm
Forum: Issues
Topic: Forcing Javascript files to load in specific order
Replies: 12
Views: 1501
 
Jump to post

Forcing Javascript files to load in specific order

Alena, Thanks, I do understand that the load order is important ... my question was how can I enforce a load order within Appery? i.e. if I accidentally upload c.js then a.js then b.js, then the code won't run since the load order that Appery imposes is wrong. How can I tell Appery that the order ne...
by John P
Thu Jul 09, 2015 5:34 pm
Forum: Issues
Topic: Forcing Javascript files to load in specific order
Replies: 12
Views: 1501
 
Jump to post

Forcing Javascript files to load in specific order

Is there a way to force javascript files to load in a certain order? E.g. I need to load a.js first, then b.js, then c.js ... since b.js requires things that are defined in a.js, etc. From what I can tell, the only way to do this in the UI is to upload them in reverse order (I even tried renaming th...
by John P
Thu Jul 09, 2015 12:01 am
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1243
 
Jump to post

canvas object

The top image/plot is created another way ... the canvas plot (with chart.js) should be below it, but isn't visible since it is 0x0 in size

by John P
Thu Jul 09, 2015 12:00 am
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1243
 
Jump to post

canvas object

I'm trying the same thing and it keeps coming up as width=0 and height=0, so no content is displayed. From the web console, it looks like it is inheriting the width=0/height=0 from "element" which is an "inline" element in the CSS. https://d2r1vs3d9006ap.cloudfront.net/s3_images/...
by John P
Mon Jun 01, 2015 5:42 pm
Forum: Issues
Topic: Overwrite URL for a REST service?
Replies: 1
Views: 234
 
Jump to post

Overwrite URL for a REST service?

Is there a way to overwrite the URL of a REST service based on user-input? I.e. I have a REST service at http://example.com/users/ .. and I want to put the user's name as the last part of the URL, but I won't know the user's name until after I've deployed the app. Is there a way to create the servic...
by John P
Wed Jan 28, 2015 1:42 pm
Forum: Issues
Topic: Appery video widget .. events?
Replies: 5
Views: 387
 
Jump to post

Appery video widget .. events?

@M&M ... a big THANK YOU for that tip!!

by John P
Wed Jan 28, 2015 11:16 am
Forum: Issues
Topic: Appery video widget .. events?
Replies: 5
Views: 387
 
Jump to post

Appery video widget .. events?

Is there any other way (javascript?) to catch when a video has ended? I'd like to automatically move to the next screen, or to display a pop-up menu, etc. whenever the current video ends. Is that possible?

by John P
Tue Jan 27, 2015 9:33 pm
Forum: Issues
Topic: Appery video widget .. events?
Replies: 5
Views: 387
 
Jump to post

Appery video widget .. events?

Are any events triggered when a Video (or Youtube or Vimeo) ends? I see the drop-down menu suggests "Common Events" ... maybe there are other less-common events that can be caught?

Go to advanced search