Hi
I need to add a menu when I call I open an activity from a function, such as:
But it is not created !?
Can anyone tell me how can I do it?
thank you
I need to add a menu when I call I open an activity from a function, such as:
B4X:
CallSubDelayed2(Activityname, FunctionExample)
Sub FunctionExample
Activity.AddMenuItem3(......
end sub
But it is not created !?
Can anyone tell me how can I do it?
thank you