Difference between revisions of "Event.COMPLETE"
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.8<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.8<br/> |
− | '''Value:''' complete<br/> | + | '''<translate>Value</translate>:''' complete<br/> |
− | === | + | === <translate>Descriptio</translate>n === |
<translate>This event is dispatched when user presses any button on AlertDialog or the dialog is dismissed by any other reason.</translate> | <translate>This event is dispatched when user presses any button on AlertDialog or the dialog is dismissed by any other reason.</translate> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''buttonIndex''': (number) <translate>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.</translate><br/> | '''buttonIndex''': (number) <translate>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.</translate><br/> | ||
'''buttonText''': (string) <translate>the text of the button pressed</translate><br/> | '''buttonText''': (string) <translate>the text of the button pressed</translate><br/> | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.2.1<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.2.1<br/> |
− | '''Value:''' complete<br/> | + | '''<translate>Value</translate>:''' complete<br/> |
− | === | + | === <translate>Descriptio</translate>n === |
<translate>This event is dispatched when a [[Special:MyLanguage/MovieClip|MovieClip]] object finishes playing (by reaching its final frame or a frame with stop action).</translate> | <translate>This event is dispatched when a [[Special:MyLanguage/MovieClip|MovieClip]] object finishes playing (by reaching its final frame or a frame with stop action).</translate> | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | '''Value:''' complete<br/> | + | '''<translate>Value</translate>:''' complete<br/> |
− | === | + | === <translate>Descriptio</translate>n === |
<translate>This event is dispatched when the sound channel has finished playing.</translate> | <translate>This event is dispatched when the sound channel has finished playing.</translate> | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.8<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.8<br/> |
− | '''Value:''' complete<br/> | + | '''<translate>Value</translate>:''' complete<br/> |
− | === | + | === <translate>Descriptio</translate>n === |
<translate>This event is dispatched when user presses any button on TextInputDialog or the dialog is dismissed by any other reason.</translate> | <translate>This event is dispatched when user presses any button on TextInputDialog or the dialog is dismissed by any other reason.</translate> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''text''': (string) <translate>the text entered into text input field</translate><br/> | '''text''': (string) <translate>the text entered into text input field</translate><br/> | ||
'''buttonIndex''': (number) <translate>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.</translate><br/> | '''buttonIndex''': (number) <translate>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.</translate><br/> | ||
'''buttonText''': (string) <translate>the text of the button pressed</translate><br/> | '''buttonText''': (string) <translate>the text of the button pressed</translate><br/> | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | '''Value:''' complete<br/> | + | '''<translate>Value</translate>:''' complete<br/> |
− | === | + | === <translate>Descriptio</translate>n === |
<translate>This event is dispatched when [[Special:MyLanguage/UrlLoader|UrlLoader]] has reached the host and loading is complete.</translate> | <translate>This event is dispatched when [[Special:MyLanguage/UrlLoader|UrlLoader]] has reached the host and loading is complete.</translate> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''data''': (string) <translate>The downloaded data.</translate><br/> | '''data''': (string) <translate>The downloaded data.</translate><br/> | ||
'''httpStatusCode''': (number) <translate>HTTP Response Code from server</translate><br/> | '''httpStatusCode''': (number) <translate>HTTP Response Code from server</translate><br/> | ||
'''headers''': (table) <translate>HTTP response headers</translate><br/> | '''headers''': (table) <translate>HTTP response headers</translate><br/> |
Revision as of 07:28, 24 August 2018
Available since: Gideros 2012.8
Value: complete
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
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
Description
This event is dispatched when the sound channel has finished playing.
Available since: Gideros 2012.8
Value: complete
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
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