Search found 18 matches

Go to advanced search

by Luci Emilian
Tue Nov 25, 2014 6:26 am
Forum: Issues
Topic: Service waiting time response !
Replies: 3
Views: 147
 
Jump to post

Service waiting time response !

Yes , I use a string in base64 response but large size . When you test the service designer works but you launch the application does not work. The response from the server receive it later but in the meantime acts service error .

by Luci Emilian
Mon Nov 24, 2014 10:40 am
Forum: Issues
Topic: Service waiting time response !
Replies: 3
Views: 147
 
Jump to post

Service waiting time response !

What is the maximum size of type json response that can be sent to a browser? I have a service that I should return a picture (about 3 mb) in json format but fails every time. The service works only with pictures smaller (<= 400, 500 KB). It can be somewhat high service waiting time? Thank you!
by Luci Emilian
Wed Jul 30, 2014 10:37 am
Forum: Issues
Topic: Populate selectmenu from localStorage !
Replies: 6
Views: 157
 
Jump to post

Populate selectmenu from localStorage !

OK!
We found it !

Appery("mobileselectmenuname").empty();
Appery("mobileselectmenuname").append($('' + 'Please select !' + ''));

Appery("mobileselectmenuname").selectmenu("refresh");

by Luci Emilian
Wed Jul 30, 2014 10:37 am
Forum: Issues
Topic: Populate selectmenu from localStorage !
Replies: 6
Views: 157
 
Jump to post

Populate selectmenu from localStorage !

Thanks !

by Luci Emilian
Wed Jul 30, 2014 10:35 am
Forum: Issues
Topic: Populate selectmenu from localStorage !
Replies: 6
Views: 157
 
Jump to post

Populate selectmenu from localStorage !

OK !
We found !

Appery("mobileselectmenuName").empty();
Appery("mobileselectmenuName").append($('' + 'Please select !' + ''));

Appery("mobileselectmenuName_44").selectmenu("refresh");

by Luci Emilian
Wed Jul 30, 2014 9:45 am
Forum: Issues
Topic: Populate selectmenu from localStorage !
Replies: 6
Views: 157
 
Jump to post

Populate selectmenu from localStorage !

Ok , i split the local storage but i don't know to add this to the list . Can you help me ? var stringToSplit = localStorage.getItem('serverlist'); var arrayOfStrings = stringToSplit.split(';'); for (var i=0; i < arrayOfStrings.length-1; i++) { if (i%3===0) { var serverx = arrayOfStrings ; var ipx =...
by Luci Emilian
Wed Jul 30, 2014 8:39 am
Forum: Issues
Topic: Populate selectmenu from localStorage !
Replies: 6
Views: 157
 
Jump to post

Populate selectmenu from localStorage !

How can I populate a select menu from localStorage variable ? My localStorage variable looks like this : server1;ip1 server2;ip2 server3;ip3 .... I wish the "Label" to be server1, server2, SERVER3 ... and "Value" to be IP1, IP2, IP3, ... to access selectmenu . Thanks in advance !
by Luci Emilian
Mon Jul 14, 2014 5:35 am
Forum: Issues
Topic: Mapping field rest service (value 0 and 1) to a checkbox !!!!
Replies: 4
Views: 154
 
Jump to post

Mapping field rest service (value 0 and 1) to a checkbox !!!!

Thank you very much.
That was what I needed.

To have a good day !

by Luci Emilian
Fri Jul 11, 2014 1:10 pm
Forum: Issues
Topic: Mapping field rest service (value 0 and 1) to a checkbox !!!!
Replies: 4
Views: 154
 
Jump to post

Mapping field rest service (value 0 and 1) to a checkbox !!!!

When the value from field come with the value 0 or 1 then the checkbox must be
uncheked / checked .
Can make this in Add JS in response of the service on field value ?!!!
Image

by Luci Emilian
Fri Jul 11, 2014 12:33 pm
Forum: Issues
Topic: Mapping field rest service (value 0 and 1) to a checkbox !!!!
Replies: 4
Views: 154
 
Jump to post

Mapping field rest service (value 0 and 1) to a checkbox !!!!

how can i map a field from rest service ( value 0 - uncheked , value 1 - cheked) to an checkbox and make this visible checked/uncheked ?
It works only if in design mode when check Selected or uncheked this .

Go to advanced search