Hi guys...
I found a snippet showing how to add an Icon to a B4XPages page in B4A, but is there an equivalent for B4J?
I found a snippet showing how to add an Icon to a B4XPages page in B4A, but is there an equivalent for B4J?
Set a logo as title instead of text
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)
www.b4x.com