Search found 9 matches

Go to advanced search

by hh
Wed Mar 01, 2017 2:35 pm
Forum: Issues
Topic: Code execution not sequential
Replies: 5
Views: 566
 
Jump to post

Code execution not sequential

I think that there are a bug regarding the navigate to or similar. from the beginning I wanted to do some checks in the init method of index page and then redirect to another page than the default page set for the app. Even though all code was in the init method it didn't run in sequence as I have t...
by hh
Wed Mar 01, 2017 1:39 pm
Forum: Issues
Topic: Code execution not sequential
Replies: 5
Views: 566
 
Jump to post

Code execution not sequential

Now I have tried another way of doing it byt the problem moves to another place. Depending on the status, I want to show different start pages but because of the issue above, (REST call is not done sequential) the wrong pages first shows up before the redirection to the correct page. The page that i...
by hh
Wed Mar 01, 2017 1:19 pm
Forum: Issues
Topic: Code execution not sequential
Replies: 5
Views: 566
 
Jump to post

Code execution not sequential

index page the built in init function { 1) some expressions 2) more expressions 3) call to another function within the index page which in turn call a REST service to check status in db. The return value is set to a scope variable 4) another expression that is dependent on the result from the REST c...
by hh
Tue Feb 28, 2017 9:51 pm
Forum: Issues
Topic: Code execution not sequential
Replies: 5
Views: 566
 
Jump to post

Code execution not sequential

I have code in init function on the init page which must be run at the startup but the code is not executed in sequence. The problem is a call to a REST service that must do a status check and that call is completed after code that should be run after the call. That lead of course to errors... Is it...
by hh
Thu Feb 23, 2017 5:48 pm
Forum: Issues
Topic: populate html item from database
Replies: 1
Views: 243
 
Jump to post

populate html item from database

I need to retrieve html code from the database and add it to a html element but can't figure out how to avoid it to be treated as a string for the html objekt. I have stored iframe objects in the database and will insert them in a html object and to be treated as html and not as string. In db they a...
by hh
Tue Feb 21, 2017 7:08 pm
Forum: Issues
Topic: tutorial for using Google Maps and Markers in Ionic
Replies: 13
Views: 8047
 
Jump to post

tutorial for using Google Maps and Markers in Ionic

the solution for the height problem is that one must use vh instead of %

by hh
Sat Feb 18, 2017 5:58 pm
Forum: Issues
Topic: how to filter out columns in a database query?
Replies: 1
Views: 234
 
Jump to post

how to filter out columns in a database query?

I can't find any information about how to select which columns that you want to retrieve from a query.

A simple thing that would be easy to give the syntax for

by hh
Sat Feb 04, 2017 10:09 am
Forum: Issues
Topic: Problem with executing REST services from mobile preview but not from app ide since yesterday
Replies: 6
Views: 1123
 
Jump to post

Problem with executing REST services from mobile preview but not from app ide since yesterday

I use Iconic app. I have a small page with only one filed as input mapping and added the service to the function by drag and drop. I have never had this problem before and it have alwas worked so my question is if you have done anything in the environment that can be the cause. I use v1.2 of the lib...
by hh
Sat Feb 04, 2017 10:07 am
Forum: Issues
Topic: Problem with executing REST services from mobile preview but not from app ide since yesterday
Replies: 6
Views: 1123
 
Jump to post

Problem with executing REST services from mobile preview but not from app ide since yesterday

All REST request returns Bad request. I have this for every request since yesterday. When I try the script from the App IDE it's no problem and everything is fine but when executing through Mobile preview or from mobile I get this fault. I have tried several scripts and the problem is there all the ...

Go to advanced search