File: exampleEditField.cfg

package info (click to toggle)
anyremote 6.7.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,616 kB
  • sloc: ansic: 16,504; sh: 4,469; python: 111; makefile: 56
file content (43 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%
% anyremote configuration file for  customization of GUI of Java client. (Server-mode)
%

% STATUS stable
% XTEST no
% SOUND no
% ENV no

GuiAppName=List example
GuiAppType=Example
GuiAppBinary=true
GuiAppProtocols=Server
GuiAppDesc=Example of anyRemote Android/J2ME clients list screen customization.

[Protocol]=Server

(Init)=Include($(CfgDir)/Utils/aliases-server.cfg);

(Connect)=\
	Set(parameter,debug,on);\
	Set(status,);\
	Set(title,Use menu);\
	Set(icons,Edit Field Example,\
		1,plus,2,fit,3,fit,\
		4,fit,5,fit,6,fit,\
		7,fit,8,fit,9,fit,\
		*,question,0,fit,#,fit);\
	Macro(SET_MENU);

* *=Set(text,replace,Help,1 Enter Name);

SET_MENU=Set(menu,replace,Enter Name);

1=Macro(Enter Name);
Enter Name=Set(editfield,Enter Name,Name,i_do_not_know);

Ok($$)=Set(title,$(Param));Macro(SET_MENU);
Back($$)=Set(title,unknown);Macro(SET_MENU);

Back=Set(text,close);Macro(SET_MENU);

[End]