I know someone is going to bite my head off for asking (it's ok, I'm getting used to it), but is there an alternative to using the B4XTable to show a table of data? I have been trying to work with the B4XTable, but I need to turn off the pnlHeader. In order to do this I need to have a Sleep(0) beforehand. This of course screws up my logic flow. I have read and watched all the tutorials on resumable subs and still cannot figure out how to get around this.
Unless someone can tell me how to get around this sleep(0) problem, I need a different approach.
All I need is a simple 2 X 8 table that I can set individual cells and manipulate individual cell colors. It's not just that the B4XTable is difficult to use, but is actually overkill for me. I'm not knocking B4XTable. It's just not doing what I need to do.
Thank you to anyone who can help me without criticizing.
Unless someone can tell me how to get around this sleep(0) problem, I need a different approach.
All I need is a simple 2 X 8 table that I can set individual cells and manipulate individual cell colors. It's not just that the B4XTable is difficult to use, but is actually overkill for me. I'm not knocking B4XTable. It's just not doing what I need to do.
Thank you to anyone who can help me without criticizing.