B4J Question Transparent main form without task bar button

FrenchDeveloper

Member
Licensed User
Longtime User
Hello,
For my application (One Click Around) I need :
  1. a transparent main form which covers the whole screen
  2. several javaFX windows
  3. no task bar button
  4. ability to click on under laying applications
I made an UI app with two options :
B4X:
MainForm.SetFormStyle("TRANSPARENT")  'I get 1, 2, 4
'or
MainForm.SetFormStyle("UTILITY")  'I get 2, 3

May I do something to reach my needs ? Thank you in advance for your reply.
 
Top