Search found 16 matches

Go to advanced search

by Marcel Popescu
Wed May 28, 2014 10:34 am
Forum: Issues
Topic: Rotate screen event catching.
Replies: 2
Views: 545
 
Jump to post

Rotate screen event catching.

Thanks Evgene.

by Marcel Popescu
Tue May 27, 2014 4:22 pm
Forum: Issues
Topic: Rotate screen event catching.
Replies: 2
Views: 545
 
Jump to post

Rotate screen event catching.

Hi,

Is there any way to catch the rotate screen event ?
I would like to run a JS at a rotate screen event and I didn't manage to find any reference in the Appery documentation.

Thanks,
Marcel

by Marcel Popescu
Tue May 20, 2014 1:40 pm
Forum: Issues
Topic: Periodically call rest service with JS
Replies: 5
Views: 955
 
Jump to post

Periodically call rest service with JS

Yes I did. Anyway meanwhile I managed to make it disappear using the following css:
.ui-loading div.ui-loader {
display:none;
}

It is strange because the previously tried options should have been the same in terms of results ...

Thx.

by Marcel Popescu
Tue May 20, 2014 12:07 pm
Forum: Issues
Topic: Periodically call rest service with JS
Replies: 5
Views: 955
 
Jump to post

Periodically call rest service with JS

Hi Evgene, Actually I would need some help with the following issue: I'm struggling to make the spinner disappear from one page. I have a rest service which has some JS on success event. When I call the service ( which updates some info on a google map) I would like to hide the spinner. After readin...
by Marcel Popescu
Tue May 20, 2014 8:12 am
Forum: Issues
Topic: Periodically call rest service with JS
Replies: 5
Views: 955
 
Jump to post

Periodically call rest service with JS

Solved by running the following JS at restservice2() complete event.
setTimeout("restservice2.execute()",5000);

by Marcel Popescu
Tue May 20, 2014 7:25 am
Forum: Issues
Topic: Periodically call rest service with JS
Replies: 5
Views: 955
 
Jump to post

Periodically call rest service with JS

Hi, I would like to periodically call a rest service after page load, which updates some info on a google map. I tried to use: var interval = setInterval(restservice2.execute(), 5000); at different page events (load, show, etc) but it doesn't work. On page load it only calls the service once. Thanks...
by Marcel Popescu
Mon May 12, 2014 12:24 pm
Forum: Issues
Topic: Get map center and zoom level.
Replies: 6
Views: 1642
 
Jump to post

Get map center and zoom level.

Solved meanwhile.

Thanks

by Marcel Popescu
Mon May 12, 2014 10:52 am
Forum: Issues
Topic: Get map center and zoom level.
Replies: 6
Views: 1642
 
Jump to post

Get map center and zoom level.

Hello, I would like to get the google map center and zoom level after any changes occurs and store them in global variables. I tried to use the google.maps.event.addListener, with GetZoom() and GetCenter(), but I didn't manage to set it right in Appery. Can anyone give me a hand with this issue ? Th...
by Marcel Popescu
Fri May 09, 2014 1:14 pm
Forum: Issues
Topic: Multiple markers from json on Gmap
Replies: 9
Views: 1612
 
Jump to post

Multiple markers from json on Gmap

Do you have any news on the above issue ?

Thanks,
Marcel

by Marcel Popescu
Fri May 09, 2014 10:21 am
Forum: Issues
Topic: Multiple markers from json on Gmap
Replies: 9
Views: 1612
 
Jump to post

Multiple markers from json on Gmap

Sergiy, I didn't use ".get(0)" before. Anyway I tried in both ways and the behavior is the same. No marker shown.

Go to advanced search