Link Search Menu Expand Document

Root.ShowSIP Property

Explanation Controls the display of SIP (Software Input Panel).
Added since Ver.5.1.0, Mobile Ver.3.1.0, AI Ver.1.0.0

Also, in the Mobile version, it is possible to perform original SIP control by combining the SetUserSip method with the SIP control plug-in DLL.
Added since Ver.4.0.0
Call format //.ShowSIP( type, initial )

Mobile, Android version
//.ShowSIP( mode )
Return value Value selected by SIP

Mobile version, Android version
None
Arguments integer type Specify one of the following values.
Constant Description
0 Pops up the calculator directly under the current focus object
1 Pops up a calendar directly under the current focus object
Any initial Specify the initial value of SIP. The required type differs depending on the type.
Type Value
0 Number type
1 Date type
integer mode Mobile version
Specify one of the following values.
Constant Description
$ SIP_HIRAKATA Display SIP in "Hiragana / Katakana" mode
$ SIP_ROMAJI Display SIP in "Romaji / Kana" mode
$ SIP_HWINPUT Display SIP in "Handwriting Input" mode
$ SIP_HWSEARCH Show SIP in "handwriting search" mode
$ SIP_CLOSE Hide SIP
$ SIP_OPEN Displays SIP in the selected mode
$ SIP_USER1 For SIP control plug-in assignment
Added since Image
$ SIP_USER2 For SIP control plug-in assignment
Added since Image
$ SIP_USER3 For SIP control plug-in assignment
Added since Image

In addition to the above, the following options can be specified.
constant explanation
$ SIP_UPPER Show SIP at the top of the screen.
In this case, the Biz / Browser will not be resized and the SIP will appear to overlap the Biz / Browser.
$ SIP_AUTOPOS Displays SIP at the bottom of the screen if the object with focus is at the top of the screen, and $ SIP_UPPER if the object is at the bottom of the screen.
Android version
In the Android version, it is not possible to control the SIP input mode due to OS restrictions.
Also, depending on the IME application, SIP may not be controlled correctly.

The SIP display control when a value is set in the ShowSIP method is as follows.
If specify a value to display SIP and a value to not display at the same time, SIP will not be displayed.
Constant Action
$ SIP_CLOSE Do not show SIP
$ SIP_HIRAKATA Show SIP
$ SIP_ROMAJI
$ SIP_KEYBOARD
$ SIP_HWINPUT
$ SIP_ENUMBER
$ SIP_BUSYU
$ SIP_SOKAKU
$ SIP_HWSEARCH
Added since Image
$ SIP_CLOSE
$ SIP_OPEN
Exception None
Example of use
    //.ShowSIP($SIP_HWINPUT + $SIP_AUTOPOS);
    
Related item SetUserSip method