HELP Dialog

ArXo Messages postés 10 Date d'inscription mercredi 6 février 2008 Statut Membre Dernière intervention 26 mars 2008 - 26 mars 2008 à 17:59
cs_wims Messages postés 2466 Date d'inscription vendredi 23 juillet 2004 Statut Membre Dernière intervention 1 août 2010 - 29 mars 2008 à 21:00
Bo,jour pouvez me dire ce qui bug sur cet addon!

on *:START:{
  alias config { .dialog -m config config }
  dialog config {
    title "Configuration ArXo Script"
    size -1 -1 284 130
    text "Bienvenue dans ArXo SCRIPT  V.1!", 1, 49 37 203 32
    button "Suivant", 2, 115 81 65 25
  }



  dialog first2 {
    title "Configuration ArXo ScripT"
    size -1 -1 284 130
    text "Votre Pseudo", 1, 49 37 203 32
    button "Suivant", 2, 111 100 65 25
    edit "", 3,96 72 150 19
  }
  alias config { .dialog -m config config }
  dialog first3 {
    title "Configuration ArXo Script"
    size -1 -1 284 130
    text "Votre Email", 1, 49 37 203 32
    button "Suivant", 2, 111 100 65 25
    edit "", 3, 96 72 150 19
  }
  dialog first4 {
    title "Configuration ArXo Script"
    size -1 -1 284 130
    text "Votre Pass", 1, 49 37 203 32
    button "Suivant", 2, 111 100 65 25
    edit "", 3,96 72 150 19
  }
  dialog first5 {
    title "Configuration ArXo ScripT"
    size -1 -1 284 130
    text " Voila ArXo ScripT est configurer !", 1, 20 22 245 49
    button "Recommencer", 2, 75 79 80 30
    button "Terminer",3,180 79 80 30, ok
  }

2 réponses

RCA ArKanis Messages postés 1287 Date d'inscription mercredi 21 avril 2004 Statut Membre Dernière intervention 21 février 2009
26 mars 2008 à 19:01
C'est plutôt à toi de nous dire où est le bug, et on te donnera la solution (si t'es gentil).
En aucun cas on fera office de debuggueur alors que tu peux le débugguer toi-même. La flemme, ça ne paie pas.

Mets des /echo un peu partout pour savoir par où passe le code.

Juste un truc : les deux premières lignes sont déjà fausses ...

on *:START:{
  alias config { .dialog -m config config }

la définition d'un alias ne peut se faire ainsi que si la ligne est alignée le plus à gauche possible (donc sans le ON START)
le ON START peut l'appeller après, si c'est ça que tu veux ...
0
cs_wims Messages postés 2466 Date d'inscription vendredi 23 juillet 2004 Statut Membre Dernière intervention 1 août 2010 1
29 mars 2008 à 21:00
Une autre remarque : si tu as un mirc cracké, certains evenement ne marche plus (très en particulier le on start)
0
Rejoignez-nous