Hi
As i wrote in the question how to simulate selection of an item from code ?
All the items are cretaed from code and I have a sub like this:
MI.SetEnabled(False)
Param01.Show(MainForm)[/CODE]
For example I want to launch "Param01" from code
Thank you
As i wrote in the question how to simulate selection of an item from code ?
All the items are cretaed from code and I have a sub like this:
MenuBar:
Public Sub Menu_Action(MI As MenuItemTextClass)
[CODE=b4x]Public Sub MenuAction(MI As MenuItemTextClass)
Select Case MI.Gettag
Case "Param01"
Param01.Show(MainForm)[/CODE]
For example I want to launch "Param01" from code
Thank you