Event.COMPLETE

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains changes which are not marked for translation.


Available since: Gideros 2012.8
Value: complete
Defined by: AlertDialog

Description

This event is dispatched when user presses any button on AlertDialog or the dialog is dismissed by any other reason.

Parameters

buttonIndex: (number) the index of the button pressed. It is nil when cancel button is pressed, 1 when 1st button is pressed and 2 when 2nd button is pressed.
buttonText: (string) the text of the button pressed


Available since: Gideros 2012.2.1
Value: complete
Defined by: MovieClip

Description

This event is dispatched when a MovieClip object finishes playing (by reaching its final frame or a frame with stop action).


Available since: Gideros 2011.6
Value: complete
Defined by: SoundChannel

Description

This event is dispatched when the sound channel has finished playing.


Available since: Gideros 2012.8
Value: complete
Defined by: TextInputDialog

Description

This event is dispatched when user presses any button on TextInputDialog or the dialog is dismissed by any other reason.

Parameters

text: (string) the text entered into text input field
buttonIndex: (number) the index of the button pressed. It is nil when cancel button is pressed, 1 when 1st button is pressed and 2 when 2nd button is pressed.
buttonText: (string) the text of the button pressed


Available since: Gideros 2011.6
Value: complete
Defined by: UrlLoader

Description

This event is dispatched when UrlLoader has reached the host and loading is complete.

Parameters

data: (string) The downloaded data.
httpStatusCode: (number) HTTP Response Code from server
headers: (table) HTTP response headers