Invité Invité
| Sujet: Les options folle dans un container Jeu 31 Déc 2009 - 14:26 | |
| Bonjour ! Mon inutilitaire a un bug je le sais. Mais essayer ça ; - Code:
-
label opt1,opt2:dim i container_option 1 container_option 2:left 2,200 caption 1," Option 1 ":caption 2," Option 2 "
option 3:parent 3,1:left 3,10:top 3,20:caption 3,"Touche moi":on_click 3,opt1 option 4:parent 4,2:left 4,10:top 4,50:caption 4,"Touche moi aussi":on_click 4,opt2
end
opt1: for i=1 to 50 parent 4,1 wait 350 parent 3,2 wait 350 next i terminate return
opt2: for i=1 to 50 parent 4,1 wait 350 parent 3,2 wait 350 next i terminate return |
|
jjn4
Nombre de messages : 2747 Date d'inscription : 13/09/2009
| Sujet: rep Ven 1 Jan 2010 - 11:04 | |
| Le bug, c'est que tu as mis les changements de parent entre for-to-next. Sinon, ça pourrait être le début d'un inutilitaire amusant. Bonne année, au fait ! | |
|
Invité Invité
| Sujet: Re: Les options folle dans un container Ven 1 Jan 2010 - 16:28 | |
| Ah ! Merci JJN4. |
|
Contenu sponsorisé
| Sujet: Re: Les options folle dans un container | |
| |
|