Search found 594 matches

by AriSilva
July 6th, 2018, 12:23 pm
Forum: Feature Requests
Topic: Dataviewer - converting and exporting ordered
Replies: 1
Views: 2313

Dataviewer - converting and exporting ordered

The dataviewer can show the file as ordered or not, which is very good. But when exporting to other formats, or converting to dat, for example, even if the file is shown as ordered, the output file is not ordered. There should be an option to export/convert as ordered. In the "old times", ...
by AriSilva
June 30th, 2018, 8:25 am
Forum: Feature Requests
Topic: Data viewer - do not show group items
Replies: 0
Views: 36755

Data viewer - do not show group items

An option in the menu not to show menu items (this might be the default).
by AriSilva
June 21st, 2018, 8:56 am
Forum: Feature Requests
Topic: DataViewer - show variable names
Replies: 0
Views: 37441

DataViewer - show variable names

In the View menu, an option to show the variable names instead of the variable labels.
by AriSilva
June 13th, 2018, 6:01 pm
Forum: Other
Topic: Loadcase using an array element as an ID
Replies: 1
Views: 2412

Loadcase using an array element as an ID

array string a(10);
string x;
loadcase(dict, a(1)); //compiler error
loadcase(dict, x); //ok
by AriSilva
June 6th, 2018, 9:56 am
Forum: Android
Topic: execsystem with parameters
Replies: 3
Views: 3180

Re: execsystem with parameters

2bad. So, if I need to pass something to another program I should write a file with a predefined name, writing the information on that file. Now, in Android (I´m fairly new on this environment) If I want to write a file in the root, how do I set this file´s filename? And, next, if I need to receive ...
by AriSilva
June 5th, 2018, 1:12 pm
Forum: Android
Topic: execsystem with parameters
Replies: 3
Views: 3180

execsystem with parameters

Is there a way to call an outside application passing a parameter? Like execsystem("app:com.example.jorge.meurecordatorio"); // open recordatorio But I need to pass an identification key to this program, something like execsystem("app:com.example.jorge.meurecordatorio, parm"); //...
by AriSilva
June 5th, 2018, 12:11 pm
Forum: Other
Topic: Accessng the First proc (FF)
Replies: 2
Views: 3284

Re: Accessng the First proc (FF)

And, why not having all the function names also in the tree, just below the GLOBAL node, as they are shown in the program?
This would help very much in navigating through the program code.
by AriSilva
June 5th, 2018, 12:05 pm
Forum: Other
Topic: Accessng the First proc (FF)
Replies: 2
Views: 3284

Accessng the First proc (FF)

I know this is not a very important issue, but... In the fmf screen, the left side shows the procs tree, where the very first node is the FF for the entire program. By clicking in any name there the system is directed for the corresponding proc. But a click in the very first one goes to the entire p...
by AriSilva
June 4th, 2018, 4:32 pm
Forum: Synchronization
Topic: Synchronizing paradata files
Replies: 4
Views: 3563

Re: Synchronizing paradata files

In fact, my needs where a little bit more basic than everything paradata could give me: I have to measure the time spent in each form, that is, since it entered the first variable of the form, and when it left the last one. And the whole time in each interview. As simple as that. Presently I´m captu...
by AriSilva
June 4th, 2018, 11:52 am
Forum: Synchronization
Topic: Synchronizing paradata files
Replies: 4
Views: 3563

Synchronizing paradata files

Which is the best way to sync paradata files from several users using tablets?
Best
Ari