In a B4A application, in a B4XTable, I need to have a cell background color changed to Red color (for example).
This cell is supposed to maintain its background color till a decision to change it.
The issue I need to address is that :
- after the respective cell's background was changed to a needed color, if I click on that cell, triggering the SingleClick event, its background will be restored to default (white color).
Is there any specific action to restore the cell's background color to whatever it was before the SingleClick ?
I have attached the B4A code ( actually a modified example from this forum, where I have modified the "Next" Button action to mark a cell background colour to Red (Column "Name", Row: 1).
This cell is supposed to maintain its background color till a decision to change it.
The issue I need to address is that :
- after the respective cell's background was changed to a needed color, if I click on that cell, triggering the SingleClick event, its background will be restored to default (white color).
Is there any specific action to restore the cell's background color to whatever it was before the SingleClick ?
I have attached the B4A code ( actually a modified example from this forum, where I have modified the "Next" Button action to mark a cell background colour to Red (Column "Name", Row: 1).