is there a way to place a background image in a table view, that is visible when no items are in the list and any item created will be placed over the image, blocking partly the view ??
The second one works, thanks a lot, Not in a thousand years I'd have the idea to do it that way ;)
Maybe it could be just a property ? Since the tableview can be used for chats like whatsapp and they support background images, maybe it wouldn't be a bad idea to have a less hidden way to achieve it ;)
The list background is only available if the style is loaded, this is why the GetListBackGround returns nil. The following code should make the list background available and force the style to be loaded.
After further investigation it seems the frame initialization is different from the form initialization and the style is not directly loaded. We will investigate if we can improve this behavior, but you can use the workaround as suggested.