Search found 373 matches

Go to advanced search

by Aeneas McBurney
Sat Oct 10, 2015 7:17 pm
Forum: Issues
Topic: Can I use EventSource API in Appery?
Replies: 7
Views: 1444
 
Jump to post

Can I use EventSource API in Appery?

I want to be able to push database events to the client without using polling. Is this possible with Appery?

by Aeneas McBurney
Thu Oct 08, 2015 8:05 pm
Forum: Issues
Topic: Can I use EventSource API in Appery?
Replies: 7
Views: 1444
 
Jump to post

Can I use EventSource API in Appery?

Any updates on this?

by Aeneas McBurney
Sun Oct 04, 2015 11:19 pm
Forum: Issues
Topic: Can I use EventSource API in Appery?
Replies: 7
Views: 1444
 
Jump to post

Can I use EventSource API in Appery?

I want to implement a server side script to push database updates from a message table to the client. Is this possible with Appery?

https://developer.mozilla.org/en-US/d...

Thanks,
Aeneas

by Aeneas McBurney
Sun Oct 04, 2015 8:50 pm
Forum: Issues
Topic: Show HTML in new window from html string
Replies: 17
Views: 2912
 
Jump to post

Show HTML in new window from html string

I write the html to a localStorage variable and this is the code I use which will either write to a window (if web based) or a file if device based if(plat!="iOS" && plat!="Android"){ var wnd = window.open("about:blank","_blank","directories=no,st...
by Aeneas McBurney
Wed Sep 16, 2015 8:36 pm
Forum: Issues
Topic: Media manager should NOT bundle all media
Replies: 8
Views: 1369
 
Jump to post

Media manager should NOT bundle all media

I really need to delete multiple items also as have uploaded 250 flag icons which I don't need and replace with others.

Any idea when this well be implemented?

by Aeneas McBurney
Mon Sep 07, 2015 2:59 am
Forum: Issues
Topic: Google places Rankby Distance
Replies: 42
Views: 5062
 
Jump to post

Google places Rankby Distance

I have already resolved this.

Thanks,
Aeneas

by Aeneas McBurney
Mon Sep 07, 2015 12:37 am
Forum: Issues
Topic: Google places Rankby Distance
Replies: 42
Views: 5062
 
Jump to post

Google places Rankby Distance

Any updates on this?

by Aeneas McBurney
Wed Sep 02, 2015 11:15 pm
Forum: Issues
Topic: Google places Rankby Distance
Replies: 42
Views: 5062
 
Jump to post

Google places Rankby Distance

HI, Will the above work in a Collection.query call? I want to return all users within a certain distance from the current user. Currently I'm returning all users and then checking the distance with a distance function. However I think this might timeout when I get too many users. If I add var whereO...
by Aeneas McBurney
Fri Aug 14, 2015 8:39 pm
Forum: Issues
Topic: HttpWebRequest to Appery Db
Replies: 4
Views: 1149
 
Jump to post

HttpWebRequest to Appery Db

Thanks for your response and link but it's not for Json data types which is what this db is. I'm unable to use server code as it timesout through Apperys settings.

Hoping someone else can help.

by Aeneas McBurney
Fri Aug 14, 2015 3:33 am
Forum: Issues
Topic: HttpWebRequest to Appery Db
Replies: 4
Views: 1149
 
Jump to post

HttpWebRequest to Appery Db

I'm hoping someone can help me about retrieving data from the Appery database through .net. I have been able to get data without using a query filter as below Dim request As HttpWebRequest Dim response As HttpWebResponse = Nothing request = DirectCast(Net.WebRequest.Create(" https://api.appery....

Go to advanced search