Re: [Gambas-user] GridView not setting Row & Column on right-click Menu event

2014-08-07 Thread DaveOxford1
Many thanks, Shane! I didn't know about RowAt & ColumnAt - very useful. Dave -- View this message in context: http://gambas.8142.n7.nabble.com/GridView-not-setting-Row-Column-on-right-click-Menu-event-tp47692p47698.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] GridView not setting Row & Column on right-click Menu event

2014-08-06 Thread DaveOxford1
Hi All When right-clicking on a GridView, .Row and .Column are not set to the values for the new cell in the Menu event (as they in the Click event for a left-click). Is this a bug or the intended behaviour? If it /is/ the intended behaviour, how can I ascertain the Row and Column values? Hope