I'm going to change the title and color of the title bar, what am I doing wrong?
1. How can I change the title for the 'MainPage' bar (see file: S0.png) 2. How can I replace the light to dark color for the 'MediaView' (see file: S1.png)
I will be grateful in advance for the tips. Greeting.
Another option for a Dark Title Bar I found some code on StackOverflow which I got working in B4j: It depends on JNA 5 + available on Github. Although it's probably easier to get them from Maven Central #AdditionalJar: jna-5.16.0 #AdditionalJar: jna-platform-5.16.0 I have tested on Win...
www.b4x.com
I don't know if it's possible to change the title color with this class.
Another option for a Dark Title Bar I found some code on StackOverflow which I got working in B4j: It depends on JNA 5 + available on Github. Although it's probably easier to get them from Maven Central #AdditionalJar: jna-5.16.0 #AdditionalJar: jna-platform-5.16.0 I have tested on Win...
www.b4x.com
I don't know if it's possible to change the title color with this class.
The demo example attached to the post (B4XPages.zip) shows my problem. I also wanted to get a dark title color for the MediaView window. Currently you only see a dark background for the title in MainPage. @stevel05 suggestion is right, it made me realize that the settings should be made for each new page. Now everything is clear, you can close the resolved topic - thanks for your response and help