Hello,

thanks Geoff for your help.

Here is my script. It can help other people :

When the user click a column in a tab list fld, this handler gives 
the number of the clicked column :

   put item 1 of the rect of me into HFldLoc
   put the mouseH-HFldLoc into myHpos
   put the tabStops of me&","&myHpos into theItemlist
   sort items of theItemlist numeric
   put itemOffset(myHpos, theItemlist) into nrCol


nrCol gives the clicked column�

Thank you.
-- 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to