OVH Cloud OVH Cloud

[CENTRAL] tutorial de macromédia

1 réponse
Avatar
bolo972 webforumsuser
Salut,

je suis en train d'étudier le tutorial pour faire un application sur central

http://www.macromedia.com/devnet/central/articles/my_first_app_03.html

y a partie du tuto que je comprends bien

onActivate = function(shell, appID, shellID, baseTabIndex, appData) {
gShell=shell;
var myString="";
myString += "shell=" + shell +newline;
myString += "id=" + appID +newline;
myString += "shellID=" + shellID +newline;
myString += "baseTabIndex=" + baseTabIndex +newline;
myString += "appData=" + appData;
ta.text = myString;
}
Central.initApplication(this, this);


je comprends pas trop il appal un fonction
onActivate c quoi ?

merci

1 réponse

Avatar
Ned
(réponse totalement hasardeuse, je connais pas CENTRAL)
- c'est pas un appel, mais l'implémentation d'une fonction
- ça serait pas un gestionnaire appelé une fois la session (?) activée ?


--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"bolo972" a écrit dans le message de
news:bqiguc$dj8$
| Salut,
|
| je suis en train d'étudier le tutorial pour faire un application sur
central
|
| http://www.macromedia.com/devnet/central/articles/my_first_app_03.html
...