|

AllowClickToSkip


(boolean) Whether the user can close the splash screen by clicking on it:



VALUE DESCRIPTION


true


Allow the user to click on the dialog to close it. (Default)


false


Prevent the user from closing the dialog.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Dialog.SplashImage

OverviewExamples

Dialog.SplashImage ( string MediaFile,


number Time,


boolean AllowClickToSkip = true )


De s cr ip t ion


Displays a splash dialog containing an image.


P arame t er s


MediaFile


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


|