Accueil > Forum > > > > combo et edit
combo et edit
lundi 19 novembre 2007 à 15:00:15 |
combo et edit

doob666
|
Bonjour, voila j'ai un problème, en fait je viens de créer un dialog d'aide pour IriX sur voila.fr, j'ai mis le nom de toutes les commandes dans un combo (jusque là pas de problème) cependant je voulais faire apparaitre une définition de la commande dans un edit par un simple survol (avec la souris ) du nom de celle ci dans le combo. est-ce possible, si oui comment?
|
|
lundi 19 novembre 2007 à 16:01:31 |
Re : combo et edit

wims
|
Je vais essayé mais je ne crois pas, donner la table de ton dialog n'aurais pas été de refus.
|
|
lundi 19 novembre 2007 à 16:06:07 |
Re : combo et edit

doob666
|
dialog irix { title "Commandes irix " size -1 -1 288 280 option pixels box "Commandes irix", 45, 6 212 280 65 combo 1, 11 230 266 357, size vsbar drop button "Button", 2, 575 124 75 25, ok button "Fermer", 3, 195 179 90 25 button "Dire sur le chan", 4, 100 179 90 25 button "Faire cette action", 5, 6 179 90 25 edit "", 6, 11 22 266 146,multi,vsbar,read box "Aide personnelle", 7, 5 4 279 170 } on 1:dialog:IriX:init:0: { var %combo 1 did -a IriX 1 ----- 000 ----- did -a IriX 1 - 0- CSADMIN did -a IriX 1 - 0- HELP did -a IriX 1 - 0- INFO did -a IriX 1 - 0- ISREGISTERED did -a IriX 1 - 0- SEEN did -a IriX 1 - 0- ADDTHISHOST did -a IriX 1 - 0- VERIFY did -a IriX 1 - 0- UPTIME did -a IriX 1 ----- 001 ----- did -a IriX 1 - 1- ACCESS did -a IriX 1 - 1- AUTH did -a IriX 1 - 1- CHANINFO did -a IriX 1 - 1- DEAUTH did -a IriX 1 - 1- NEWPASS did -a IriX 1 ----- Op ----- did -a IriX 1 - Op- ALIST did -a IriX 1 - Op- DEOP did -a IriX 1 - Op- DO did -a IriX 1 - Op- KICK did -a IriX 1 - Op- UNBAN did -a IriX 1 - Op- TOPIC did -a IriX 1 - Op- OP did -a IriX 1 - Op- NICKBAN did -a IriX 1 ----- Cm ----- did -a IriX 1 - Cm- BAN did -a IriX 1 - Cm- BANLIST did -a IriX 1 - Cm- RDEFTOPIC did -a IriX 1 - Cm- RDEFMODES did -a IriX 1 - Cm- RDEFAULTS did -a IriX 1 - Cm- KICKBAN did -a IriX 1 ----- Owner ----- did -a IriX 1 - Owner- CLEARBANS did -a IriX 1 - Owner- CLEARMODES did -a IriX 1 ----- Helpeur ----- did -a IriX 1 - Helpeur- ADDUSER did -a IriX 1 - Helpeur- CHANOPT did -a IriX 1 - Helpeur- DELUSER did -a IriX 1 - Helpeur- DEOPALL did -a IriX 1 - Helpeur- KICKALL did -a IriX 1 - Helpeur- SUSPENDNICK did -a IriX 1 - Helpeur- OPALL did -a IriX 1 - Helpeur- MODUSER did -a IriX 1 - Helpeur- MODERATE did -a IriX 1 - Helpeur- KICKBANALL }
on 1:dialog:IriX:sclick:5:{ if $did(1).sel == 2 { msg IriX csadmin } if $did(1).sel == 3 { msg IriX help } if $did(1).sel == 4 { msg IriX INFO $active $$?="Entrer votre Infoline" } if $did(1).sel == 5 { msg IriX ISREGISTERED $active } if $did(1).sel == 6 { msg IriX SEEN $active $$?="Entrer un pseudo" } if $did(1).sel == 7 { msg IriX ADDTHISHOST $active $$?="Entrer un Pseudo" $$?="Entrer un Mot de passe" } if $did(1).sel == 8 { msg IriX VERIFY $$?="Pseudo" } if $did(1).sel == 9 { msg IriX UPTIME $active } if $did(1).sel == 11 { msg IriX ACCESS $active $$?="Pseudo" } if $did(1).sel == 12 { msg IriX AUTH $active $$?="Votre Pseudo" $$?="Votre Mot De Passe" } if $did(1).sel == 13 { msg IriX CHANINFO $active } if $did(1).sel == 14 { msg IriX DEAUTH $active $$?="Votre Pseudo" } if $did(1).sel == 15 { msg IriX NEWPASS $active $$?="Pseudo" $$?="Nouveau mot de passe" } if $did(1).sel == 17 { msg IriX ALIST $active } if $did(1).sel == 18 { msg IriX DEOP $active $$?="Entre un pseudo" } if $did(1).sel == 19 { msg IriX DO $active $$?="ton texte" } if $did(1).sel == 20 { msg IriX KICK $active $$?="Entre un pseudo" } if $did(1).sel == 21 { msg IriX UNBAN $active $$?="Entre un Mask" } if $did(1).sel == 22 { msg IriX TOPIC $active $$?="Entre un topic" } if $did(1).sel == 23 { msg IriX OPALL $active } if $did(1).sel == 24 { msg IriX NICKBAN $active $$?="Entre un " $$?="Entre un pseudo" $$?="Entre un durée et son unité (durée:unitée)" $$?="entre une Raison" } if $did(1).sel == 26 { msg IriX BAN $active $$?="Entre un " $$=?"Entre un host" $$?="Entre un durée et son unité (durée:unitée)" $$?="entre une Raison" } if $did(1).sel == 26 { msg IriX BAN $active $$?="Entre un " $$=?"Entre un host" $$?="entre une Raison" } if $did(1).sel == 26 { msg IriX BAN $active $$?="Entre un " $$=?"Entre un host" } if $did(1).sel == 26 { msg IriX BAN $active $$=?"Entre un host" } if $did(1).sel == 27 { msg IriX BANLIST $active } if $did(1).sel == 28 { msg IriX RDEFTOPIC $active } if $did(1).sel == 29 { msg IriX RDEFMODES $active } if $did(1).sel == 30 { msg IriX RDEFAULTS $active } if $did(1).sel == 31 { msg IriX KICKBAN $active $$?="Entre un " $$?="Entre un pseudo" $$?="Entre un durée et son unité (durée:unitée)" $$?="entre une Raison" } if $did(1).sel == 33 { msg IriX CLEARBANS $active } if $did(1).sel == 34 { msg IriX CLEARMODES $active } if $did(1).sel == 36 { msg IriX ADDUSER $active $$?="Entre un pseudo" $$?="Entre un mask (pseudo*!*@*)" $$?="Entre un $$?="autoop(on/off)" $$?="protect(on/off)" $$=?"entre un mot de passe" } if $did(1).sel == 37 { run http://www.csadmin.net/commandeIriX.php#chanopt } if $did(1).sel == 38 { msg IriX DELUSER $active } if $did(1).sel == 39 { msg IriX DEOPALL $active } if $did(1).sel == 40 { msg IriX KICKALL $active $$?="Entre une raison" } if $did(1).sel == 41 { msg IriX SUSPENDNICK $active $$?="Entre un pseudo" } if $did(1).sel == 42 { msg IriX OPALL $active } if $did(1).sel == 43 { msg IriX MODUSER $active option $$?="Entre un pseudo" $$?="Entre des parametres" } if $did(1).sel == 44 { msg IriX MODERATE $active } if $did(1).sel == 45 { msg IriX KICKBANALL $active $$?="Entre une Raison" } } on 1:dialog:IriX:sclick:4:{ if $did(1).sel == 2 { msg $active CSADMIN : /msg IriX CSADMIN } if $did(1).sel == 3 { msg $active HELP : /msg IriX HELP } if $did(1).sel == 4 { msg $active INFO : /msg IriX INFO "#channel" "votre Infoline" } if $did(1).sel == 5 { msg $active ISREGISTERED : /msg IriX ISREGISTERED } if $did(1).sel == 6 { msg $active SEEN : /msg IriX SEEN "#channel" "Pseudo" } if $did(1).sel == 7 { msg $active ADDTHISHOST : /msg IriX ADDTHISHOST "Pseudo" "Mot_de_Passe" } if $did(1).sel == 8 { msg $active VERIFY : /msg IriX VERIFY "Pseudo" } if $did(1).sel == 9 { msg $active UPTIME : /msg IriX UPTIME "#channel" } if $did(1).sel == 11 { msg $active ACCESS : /msg IriX ACCESS "#channel" "Pseudo" } if $did(1).sel == 12 { msg $active AUTH : /msg IriX AUTH "#channel" "Pseudo" "Mot_De_Passe" } if $did(1).sel == 13 { msg $active CHANINFO : /msg IriX CHANINFO "#channel" } if $did(1).sel == 14 { msg $active DEAUTH : /msg IriX DEAUTH "#channel" "Pseudo" } if $did(1).sel == 15 { msg $active NEWPASS : /msg IriX NEWPASS "#channel" "Pseudo" "Nouveau mot de passe" } if $did(1).sel == 17 { msg $active ALIST : /msg IriX ALIST "#channel" } if $did(1).sel == 18 { msg $active DEOP : /msg IriX DEOP "#channel" "pseudo" } if $did(1).sel == 19 { msg $active DO : /msg IriX DO "#channel" "texte" } if $did(1).sel == 20 { msg $active KICK : /msg IriX KICK "#channel" "pseudo" } if $did(1).sel == 21 { msg $active UNBAN : /msg IriX UNBAN "#channel "Mask" } if $did(1).sel == 22 { msg $active TOPIC : /msg IriX TOPIC "#channel" "topic" } if $did(1).sel == 23 { msg $active OPALL : /msg IriX OPALL "#channel" } if $did(1).sel == 24 { msg $active NICKBAN : /msg IriX NICKBAN "#channel" " " "pseudo" "durée et son unité (durée:unitée)" "Raison" } if $did(1).sel == 26 { msg $active BAN : /msg IriX BAN "#channel" " " "host" "durée et son unité (durée:unitée)" "Raison" } if $did(1).sel == 26 { msg $active BAN : /msg IriX BAN "#channel" " " "host" "Raison" } if $did(1).sel == 26 { msg $active BAN : /msg IriX BAN "#channel" " " "host" } if $did(1).sel == 26 { msg $active BAN IriX BAN $active $$=?"Entre un host" } if $did(1).sel == 27 { msg IriX BANLIST $active } if $did(1).sel == 28 { msg IriX RDEFTOPIC $active } if $did(1).sel == 29 { msg IriX RDEFMODES $active } if $did(1).sel == 30 { msg IriX RDEFAULTS $active } if $did(1).sel == 31 { msg IriX KICKBAN $active $$?="Entre un " $$?="Entre un pseudo" $$?="Entre un durée et son unité (durée:unitée)" $$?="entre une Raison" } if $did(1).sel == 33 { msg IriX CLEARBANS $active } if $did(1).sel == 34 { msg IriX CLEARMODES $active } if $did(1).sel == 36 { msg IriX ADDUSER $active $$?="Entre un pseudo" $$?="Entre un mask (pseudo*!*@*)" $$?="Entre un $$?="autoop(on/off)" $$?="protect(on/off)" $$=?"entre un mot de passe" } if $did(1).sel == 37 { run http://www.csadmin.net/commandeIriX.php#chanopt } if $did(1).sel == 38 { msg IriX DELUSER $active } if $did(1).sel == 39 { msg IriX DEOPALL $active } if $did(1).sel == 40 { msg IriX KICKALL $active $$?="Entre une raison" } if $did(1).sel == 41 { msg IriX SUSPENDNICK $active $$?="Entre un pseudo" } if $did(1).sel == 42 { msg IriX OPALL $active } if $did(1).sel == 43 { msg IriX MODUSER $active option $$?="Entre un pseudo" $$?="Entre des parametres" } if $did(1).sel == 44 { msg IriX MODERATE $active } if $did(1).sel == 45 { msg IriX KICKBANALL $active $$?="Entre une Raison" } } on 1:dialog:IriX:sclick:3:{ dialog -x IriX IriX }
menu channel { Commande IriX:/IriX }
Pour l'instant j'ai ça. et je voudrais retrouver les même information qu'il y a dans " on 1:dialog:IriX:sclick:4:{ " dans l'edit par un simple survol de la souris pour une aide personnelle.
|
|
lundi 19 novembre 2007 à 16:54:11 |
Re : combo et edit

wims
|
J'avais bien préciser la table du dialog uniquement, pas tout le bordel horrible qui va avec :d
|
|
lundi 19 novembre 2007 à 16:58:31 |
Re : combo et edit

doob666
|
rho wims tu l'as en même temps mdrrrrrrr
|
|
Cette discussion est classée dans : problème, edit, combo
Répondre à ce message
Sujets en rapport avec ce message
combo et edit (dialog) [ par clem54 ]
Salut, a tous, a mon avis, je vous fais *** avec mes questions ?? non ??Mon probleme, je voudrais savoir comment a partir d'un edit d'un dialog, ce qu
Probleme... [ par vesparo ]
voila j'ai un pb j'explike: je veut que ce quia dans mon edit parte dans un combo a partir d'un boutton et ca le fait pa je montre le code edit "", 1
Ligne de depart combo drop edit [ par PiZZaMaN ]
Une question probablement toute conne, mais comme le did -a rajoute une ligne moi je voudrais que ça le mette ds l'edit et j'ai tjs pas trouvé comment
did+machin [ par Fayen$ ]
Yo :)bon j'explikj'ai dans mon dialog 2 combo et 1 edit, dans les 2 combos j'ai une liste avec un read (*.ini) qui me donne la liste dans le ini, diso
combo [ par ReMi34 ]
Bonsoir.J'ai un petit probleme, j'explique:Je suis en train de faire un systeme de couleurs, j'ai mis un combo et je me demande comment on fait pour q
probleme... [ par vesparo ]
voila alors je fait un quote system et je vous montre mon blem:;edit %quote, 2, 25 10 200 10;;On *:DIALOG:quote:edit:2: { set %quote $did(2) }On *:DIA
Problème droit user [ par dridri ]
Bonsoir,Voila j'ai installé unreal ircd + epona sur un serveur internet. J'ai tout compilé et tout configuré et ca marche ( oufe ... ) Par contre j'ai
Un léger problème de $ial [ par KaRiLLe ]
Bonjour tout le monde :))Je me permets d'écrire parce que j'ai un léger problème dans une de mes lignes de code mirc pour mon bot! En fait, je voudrai
Problème de connection a chat.viendez.com [ par ICIoBRa ]
Kand jéssé d'me connecter a chat.viendez.com bé i m'met ça :Closing Link: ICIoBRa[**.***.***.***] (User has been permanently banned from ZeFunChat (Pr
T'as un problème avec un alias ou un remote ?? [ par NeoMorph ]
Alors viens poser tes questions sur #aide.script @ quakenet !! On est la pour t'aider.
Livres en rapport
|
Derniers Blogs
SESSION SILVERLIGHT 5 3D : SLIDES ET DEMOSSESSION SILVERLIGHT 5 3D : SLIDES ET DEMOS par Groc
Durant les techdays, j'ai eu le plaisir d'animer une session sur Silverlight 5 et la 3D avec Simon Ferquel. Comme promis, voici nos slides et mes démos (celles avec le viper BSG) ici et là. Pour mémoire, les démos utilisent toutes le viper BSG...
Cliquez pour lire la suite de l'article par Groc [TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES[TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES par gpommier
Suite à la session que j'ai présenté sur WebMatrix 2, vous pouvez trouver les slides ici, ainsi que les démos en packages nuget : démos1 et démos2 J'en profite pour remercier chaleureusement tous ceux qui sont venus très nombreux à cette sess...
Cliquez pour lire la suite de l'article par gpommier [SHAREPOINT] LES SESSIONS TECHDAYS 2012.[SHAREPOINT] LES SESSIONS TECHDAYS 2012. par Patrick Guimonet
Voici donc pour ceux qui n'ont pas pu venir, ou ceux qui n'ont pas pu toutes les suivre la liste des sessions SharePoint aux TechDays 2012, que je mettrais à jour dès que les liens des vidéo seront disponibles. Ou ici : http...
Cliquez pour lire la suite de l'article par Patrick Guimonet TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3 par ROMELARD Fabrice
Speaker: Bernard Ourghanlian Cette session est comme chaque jour transmise en live par BrainSonic, et j'ai donc suivi cette troisième pleinière par ce moyen sur mon iPad . Elle est dédiée comme chaque année à la mise en perspective de l'é...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE !MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE ! par Vko
Hier durant une session dédiée aux Techdays 2012, j'ai eu le plaisir d'annoncer la sortie de la Béta 2 de Mishra Reader. C'est quoi ? Pour les utilisateurs, c'est une vraie expérience de lecture de flux RSS sur Windows. Rien à voir avec les produit...
Cliquez pour lire la suite de l'article par Vko
Forum
RE : AIDERE : AIDE par Nico26000
Cliquez pour lire la suite par Nico26000 RE : AIDERE : AIDE par WorldDMT
Cliquez pour lire la suite par WorldDMT AIDEAIDE par Nico26000
Cliquez pour lire la suite par Nico26000
Logiciels
Tribler (2012)TRIBLER (2012)Tribler est un client pair à pair (P2P/Peer-to-Peer) open source avec la capacité de regarder des... Cliquez pour télécharger Tribler OneSwarm (2012)ONESWARM (2012)Le peer-to-peer qui protège votre vie privée, c'est OneSwarm.
Ce logiciel de peer-to-peer crypté... Cliquez pour télécharger OneSwarm PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning
|