LWGShane Well-Known Member Licensed User Longtime User May 18, 2016 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2016 #3 Single click event was added: https://www.b4x.com/android/forum/threads/updates-to-internal-libaries.48274/#post-441231 Adding views is problematic as the system tray is not based on JavaFX.
Single click event was added: https://www.b4x.com/android/forum/threads/updates-to-internal-libaries.48274/#post-441231 Adding views is problematic as the system tray is not based on JavaFX.