RekallMain functions
Prev
Next

RekallMain functions

messageBox  Show a simple popup message box
Returnvoid  
 stringNoMessage to display
 stringYesPopup box caption
queryBox  Show a simple Yes/No query box
Returnvoid  
 stringNoMessage to display
 stringYesPopup box caption
promptBox  Show a simple prompt box
Returnvoid  
 stringNoMessage to display
 stringYesDefault value
 stringYesPopup box caption
choiceBox  Show a popup with selection combobox
Returnvoid  
 stringNoMessage to display
 listYesList of entries for combobox
 stringYesPopup box caption
logscript  Write message to script log window
Returnvoid  
 stringNoMessage to be written

Prev
Next
Home