
![]() |
Dial_SetPosition |
Sets the position on the screen of dialogs to be shown.
Syntax
Dial_SetPosition ( switches ; left ; top )
![]() |
Dial_SetPosition |
Sets the position on the screen of dialogs to be shown.
Dial_SetPosition ( switches ; left ; top )
![]() |
Dial_Version |
Use this function to see which version of the plug-in is loaded. This function is also used to register the plug-in.
Dial_Version ( switches )
![]() |
Show Big Input Dialog |
Displays an input dialog box, in which the user can enter a (very) long text.
Show Big Input Dialog [ Select ; Result ; Prompt ; Button1 ; Button2 ;
Button3 ; Button4 ; Initial text ; Switches ; Icon ;
Custom icon ]
![]() |
Show Flash Dialog |
Displays a flash dialog box for a specified period of time.
Show Flash Dialog [ Select ; Result ; Ticks ; Dialog text ; Countdown text ;
Switches ; Icon ; Custom icon ]
![]() |
TrText_GetClipboardAsText |
Returns the text contents of the clipboard. Can also return FileMaker script(s) or script steps (fmxmlsnippet XML) as text.
TrText_GetClipboardAsText( switches )
![]() |
TrText_ANDText |
Returns all lines that are both in text1 and text2.
TrText_ANDText ( switches ; text1 ; text2 )
![]() |
TrText_CheckSpelling |
Returns the start position and length of the first word which is spelled incorrectly in the text.
TrText_CheckSpelling ( switches ; text { ; languageID } )
![]() |
TrText_GetLine |
Returns the n-th line of the text. The end of a line is determined by the return character ¶. This function returns all characters including the return character.
TrText_GetLine ( switches ; lineNumber ; theText )
![]() |
TrText_GetSpellingLanguages |
Returns a list of all supported spelling languages.
TrText_GetSpellingLanguages ( switches )