B4A Library [B4X] B4XTableSelections - extended selection modes for B4XTable

aeric

Expert
Licensed User
Longtime User
Comment line 107:
B4X:
'        mTable.HighlightSearchResults = False
The downside is that in B4J the SelectedTextColor will not work.
It works for me.
B4X:
B4XTable1.SetData(Data)
B4XTable1.Refresh
XSelections.Initialize(B4XTable1)
XSelections.Mode = XSelections.MODE_SINGLE_CELL_PERMANENT
XSelections.SelectedTextColor = xui.Color_Green
B4XTable1.HighlightSearchResults = True

Edit: Oh, the SelectedTextColor turned back to Black.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…