Thanks for the
Sleep(0)
B4XTable1.pnlHeader.Visible = False
But that only hides them. The space is not reclaimed (by reclaimed I mean that the grid would allow more entries)
Tried setting the pnlHeader.Height to 0 but that did nothing.
Oh, well
Sorry to be a pain with all these questions.
But if I could incorporate all this information into the drag box i could free up 2 lines for display, on my 7" tablet not a big thing but on my S7 2 extra lines is a lot.
A second part to this question would be is there an easy way to reproduce the messages you show:
I've added a line to the bottom of the drag box that will show the same messages. and when clicking on the Search show a edit text field to type in.
I've figured out how to do the normal message. But haven't figured out how to do the search message.
Would be nice if there was just a string the contained the whole message that we could grab and display instead of piecing together.
NO Search message
Message when search being done.
I'll stop now with all these posts.