Android Question SOLVED Flexible Table - programmatically select a row?

RKM904

Member
Licensed User
Longtime User
I'm using the Flexible Table Class and have a "table1_CellLongClick" event handler which works well. (Great work Eril, Klaus and Melamoud - Thankyou !)

However a row which has been longclicked is not highlited in the same way that a CellClick highlites the row.

I would like to be able to have the row selected by the longclick touch hilited. My thoughts are that the row would become hilited if it was "selected" by using code within the main UI thread - but I cannot find a "SetselectedRow" method within the class. A second option would be to modify the longclick event in the class cause the row to hilite.

Being a relative newcomer I have searched the forum particularly: http://www.b4x.com/android/forum/threads/class-flexible-table.30649/
and have attempted to determine if I could modify the class to achieve the desired result without success.

Any help would be greatly appreciated.

Thank you
Robert
 
Top