prokli Active Member Licensed User Longtime User Jul 21, 2014 #1 How do I have to declare a "MenuButton" or a "SplitMenuButton"? If I try to declare both types of button I cannot find the associated data type e.g.: Dim myMenuButton As ...?????
How do I have to declare a "MenuButton" or a "SplitMenuButton"? If I try to declare both types of button I cannot find the associated data type e.g.: Dim myMenuButton As ...?????
Erel B4X founder Staff member Licensed User Longtime User Jul 22, 2014 #2 These two types are not "wrapped" by the jfx library. You will need to declare then as Node. Upvote 0