<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Dec 2018 16:43:15 Z</lastBuildDate><pubDate>25 Oct 2004 11:30:59 Z</pubDate><description>Bonjour, ayant besoin de récupérer la zone cliquée dans un champ arbre, j'ai trouvé la fonction ArbreInfoXY qui me parait parfaite.&#13;
Le seul problème, c'est que meme en reproduisant exactement  le meme test qu'il y a dans l'aide de WD8, le Trace me dit toujours que j'ai sélectionné la ligne 1...&#13;
&#13;
Le code de l'exemple dans l'aide :&#13;
--------------------------&#13;
// clic sur l’arbre Arbre1&#13;
// Récupération des coordonnées du clic&#13;
X, Y sont des entiers&#13;
X = PoidsFaible(_Eve.wParam)&#13;
Y = PoidsFort(_Eve.wParam)&#13;
// Recherche du numéro de la ligne correspondant au clic&#13;
nLigne est un entier = ArbreInfoXY(Arbre1, aiNUMLIGNE, X, Y)&#13;
// Recherche du nom de la branche&#13;
sBranche est une chaîne = ArbreInfoXY(Arbre1, aiNOMBRANCHE, X, Y)&#13;
Trace("Vous avez cliqué sur la branche ("+sBranche +"(ligne n°" + nLigne +")")&#13;
--------------------------&#13;
&#13;
Est ce qu'une personne l'a déjà utilisé avec succès ?&#13;
Merci d'avance pour votre aide !&#13;
&#13;
&#13;
Ben.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas/read.awp</link><title>ArbreInfoXY ne marche pas ?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>MedRAHIMI</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-222841/read.awp</comments><pubDate>20 Dec 2018 16:43:15 Z</pubDate><description>Bonjour ,&#13;
&#13;
Utiliser la fonction ArbreSelect() : &#13;
&#13;
 [code:wl]&#13;
sBranche  est chaîne = ArbreSelect("NomArbre") // Récupérer la…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-222841/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-222841/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas/read.awp">ArbreInfoXY ne marche pas ?</source><title>Re: ArbreInfoXY ne marche pas ?</title></item><item><author>dupont</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-6390/read.awp</comments><pubDate>17 Nov 2004 13:21:00 Z</pubDate><description>utilise la fonction ArbreSelect(&lt;Nom de l'arbre&gt;).</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-6390/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-6390/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas/read.awp">ArbreInfoXY ne marche pas ?</source><title>Re:  ArbreInfoXY ne marche pas ?</title></item><item><author>mkurth</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-5188/read.awp</comments><pubDate>26 Oct 2004 18:49:59 Z</pubDate><description>Salut, &#13;
&#13;
le problème dans l'exemple de l'aide (et je ne sais pas pourquoi) c'est que _EVE.wParam = 0&#13;
&#13;
Alors je te conseil de…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-5188/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas-5188/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/5051-arbreinfoxy-marche-pas/read.awp">ArbreInfoXY ne marche pas ?</source><title>Re: ArbreInfoXY ne marche pas ?</title></item></channel></rss>
