|

Icon


(number) The icon to display on the dialog:



CONSTANT


VALUE DESCRIPTION


MB_ICONNONE


0


None. (Default)


MB_ICONSTOP


16


Stop.


MB_ICONQUESTION


32


Question.


MB_ICONEXCLAMATION


48


Exclamation.


MB_ICONINFORMATION


64


Information.


Re t u r n s


(string) The text that was typed into the edit field if the OK button is pressed, or "CANCEL" if the Cancel button is pressed. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Dialog.SplashFlash

OverviewExamples

Dialog.SplashFlash ( string FlashFile,


number Time = 0,


boolean AllowClickToSkip = true )


De s cr ip t ion


Displays a splash dialog containing a Flash movie.


P arame t er s


FlashFile


(string) The path to the Flash file (.swf). Click the browse button to select a file.


|