Operating Instructions 14
CP600/Issue: 09.2011
<sip> Soft Input Panel
SIP stands for Soft Input Panel and defines the way to edit any value on the SpiderControl MicroBrowser
under Windows CE.
Set to 0 to disable the Windows SIP and use instead of the keypad.teq and alphapad.teq in your web
project.
Set to 1 to enable the Windows SIP and automatically open the Windows SIP dialog (default).
Set to 2 to enable the Windows edit-box but without opening the SIP dialog. In the two latest cases, the
user may edit the value with a PS2 or USB keyboard. Default is 1.
Sets the SIP method:
0: Windows SIP is disabled, use keypad.teq and alphapad.teq.
1: Windows SIP is enabled, open the SIP on edit-box (*).
2: Windows edit-box is enabled, but do not open the SIP dialog.
3: Windows SIP is enabled in edit-box, like for SIP 1. And force the opening and closing of the SIP on
every Windows input dialog, like the configuration dialog.
<img_mem_max> Image memory max
Sets the maximum size in bytes used to cache image files in the MicroBrowser.
Default is 2 MB: “2097152”.
<temp_dir> Temporary Directory
Sets the temporary directory but also the prefix of temporary files. Should be /Temp/~mb~ or ~mb~. The
latest will create temporary files with prefix ~mb~ on relative path.
<warn_btn> Warning Button
Warning button: Configure the warning button in the following way:
1;time_in_sec;Label;x,y,width,height;bgndRed,bgndGreen, bgndBlue;
fgndRed,fgndGreen,fgndBlue;
Explanation:
1: The first option allows to enable=1 or disable=0 the button.
time_in_sec: Time in second to display the button. 0 means always on top.
Label: Text in button.
x,y,width,height: Allows to configure the position and the size of the button.
bgndRed,bgndGreen, bgndBlue; fgndRed,fgndGreen,fgndBlue : Allows to define the fore-
ground and background color in decimal RGB code.
Default: 1;0;!;1,1,23,23;255,128,64;0,0,0;
Example: 1;0;Warning!;1,1,80,30;255,128,64;0,0,0;