Goodday to all How can i set a logo as a title without set title to False? I tried this without success Dim logo As Bitmap = LoadBitmap(File.DirAssets, "icon.png") B4XPages.SetTitle(Me, logo)
Setting B4XPages.SetTitle in B4J actually changes the form title itself (and not the root Pane, to were we add the views) ... and I would like to add an Icon to my title, just like in the B4A version...
This is one of the very particular cases were the differences between platforms makes things work.... differently.
In this case, in the designer, there is an Icon property form the MainForm... and that was it!
Thanks for the replies!