Android Question Transparent app event pass-through?

mr23

Active Member
Licensed User
Longtime User
Is it possible with B4a to have a service create a transparent [overlay] over any running (separate) application, yet pass through all screen touches to the application below ?
I've found the threads about making an application panel transparent, but nothing about events passing from/through the B4a application. [And subsequently determined a service would be used to install the overlay].

This isn't for any nefarious purpose...

[Edit: updated after further research into what Android supports.]
 
Last edited:

mr23

Active Member
Licensed User
Longtime User
I did some additional searching and reading, including this. I'm basically looking for this android capability. There is a System Alert window capability, and LayoutParams TYPE_SYSTEM_OVERLAY, TYPE_SYSTEM_ALERT and FLAG_NOT_FOCUSABLE. Plus the ability to to pass events through to an underlying app.

If the only way to get there is the StandOut lib, why isn't this part of B4A like clsFloatingWindow?
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…