FrenchDeveloper Member Licensed User Longtime User Aug 9, 2014 #1 Hello, For my application (One Click Around) I need : a transparent main form which covers the whole screen several javaFX windows no task bar button 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.
Hello, For my application (One Click Around) I need : a transparent main form which covers the whole screen several javaFX windows no task bar button 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.
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2014 #2 I don't that it is possible to get all four requirements. Upvote 0