Wish Two wishes for the System Tray library.

LWGShane

Well-Known Member
Licensed User
Longtime User
First, it's an awesome library! Now on to wishes:

1: Node as Menu - This would allow us to display nodes (Forms, Controls) as menus instead of the default menu.

Maybe something like:
B4X:
Dim JS As Tray
JS.AddNode(Node)

2: A "Action" event to handle single clicks.
 
Top