Hi List

I'm very happy with the datagrid !!!

I still have a question : about a click on a line of DataGrid Form

I want to use a "contextual" menu
I used therefore the follwing script in my popup Btn to know the data of the clickedLine

 put the dgHilitedLines of group "DataGrid 1" into theLine
 put the dgDataOfLine[theLine] of group "DataGrid 1" into theDataA

BUT

If I control-click a line,
it gives me the previous hilitedLine. In fact I have to first click the line to make it "hilited" and then click again with controlKey to have the correct theDataA

Can you help me ?
thanks.

Greetings.

Yves COPPE
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to