Search found 47 matches

by thierryt
February 9th, 2018, 12:04 pm
Forum: Android
Topic: Problem with option "Automatically advance on selection" for Checkbox field
Replies: 3
Views: 3635

Problem with option "Automatically advance on selection" for Checkbox field

Hi all, There is a new option on Cspro 7.0.2 for mobile named "Automatically advance on selection". It is very interesting for radio button fields. My problem is that, when i have a Chekbox field, when i select one value, the program automatically advance to the next field. How can i do to...
by thierryt
January 14th, 2018, 8:19 am
Forum: Android
Topic: How to Hide Applications listing on mobile device
Replies: 11
Views: 10500

Re: How to Hide Applications listing on mobile device

Hi Dzidefo, i use cspro 6.3.2. in all devices you have a folder named TEMP. you can generate yours .pff that are not MENU and send it in TEMP folder. look this example. string temp = pathname(temp); function genpff4(string app) SetFile( piffile, temp + app + ".pff") ; FileWrite( piffile,&q...
by thierryt
December 23rd, 2017, 10:54 am
Forum: Android
Topic: How to add a userbar on android to insert automatically a line in a roster.
Replies: 10
Views: 9856

Re: How to add a userbar on android to insert automatically a line in a roster.

Hi Greg, i know that the userbar buttons don't appear on Android as they do on Windows. my problem is especially that when i write userbar(clear); userbar(add button, "INSERT A LINE", do("InsertGroupOcc")); userbar(show); on android when i click on the note icon (#3), nothing app...
by thierryt
December 23rd, 2017, 10:09 am
Forum: Android
Topic: How to add a userbar on android to insert automatically a line in a roster.
Replies: 10
Views: 9856

Re: How to add a userbar on android to insert automatically a line in a roster.

when i write
userbar(clear);
userbar(add button, "INSERT A LINE", do("InsertGroupOcc"));
userbar(show);

the button appear on windows but not on android.
What can i write to do this in android ?
by thierryt
December 23rd, 2017, 6:20 am
Forum: Android
Topic: How to add a userbar on android to insert automatically a line in a roster.
Replies: 10
Views: 9856

Re: How to add a userbar on android to insert automatically a line in a roster.

hi khurshid, thanks for your answer. What you propose allow user to insert a line manually . Now i want to know if it is possible to do it automatically like on windows. On windows i write : userbar(add button, "INSERT A LINE", do("InsertGroupOcc")); but when i run it on android ...
by thierryt
December 23rd, 2017, 12:09 am
Forum: Android
Topic: How to add a userbar on android to insert automatically a line in a roster.
Replies: 10
Views: 9856

How to add a userbar on android to insert automatically a line in a roster.

Hi all,
Please, i want to add a button who allow the user to insert a line on csentry android .
On windows i have do("InsertGroupOcc"), but it does not work on android.
how can i do it on android ?
Thanks !
by thierryt
May 8th, 2017, 12:07 pm
Forum: Android
Topic: Very dangerous problem with the function find on android when the dictionnary is the input_dict
Replies: 4
Views: 4517

Re: Very dangerous problem with the function find on android when the dictionnary is the input_dict

i forgot to indicate you that to run the application you have only one .pff file named MENU.pff in the folder ENTRY.
by thierryt
May 8th, 2017, 11:36 am
Forum: Android
Topic: Very dangerous problem with the function find on android when the dictionnary is the input_dict
Replies: 4
Views: 4517

Re: Very dangerous problem with the function find on android when the dictionnary is the input_dict

Hi Martin,
Ok, i will send you the application in few minutes.
I also discover that there is also a problem with that function find in windows :
Data file is not deleted, but all the cases are marked with red cross like partialsave evenif the questionnaire is complete (normally case must be yellow)
by thierryt
May 8th, 2017, 6:53 am
Forum: Android
Topic: Very dangerous problem with the function find on android when the dictionnary is the input_dict
Replies: 4
Views: 4517

Very dangerous problem with the function find on android when the dictionnary is the input_dict

Very dangerous problem with the function find on android when the dictionnary is the input_dict : find (input_dict,=,keystring). Hi all, I faced a problem last time and i shared it on the forum ENTRY the subject of that post was « Cspro reset my inputData each time i run .pff on android, why ? » Fin...