In the past few posts I've read of the impossibility to change the menu contents.
It would seem that it is NOT possible to switch (by code) from :
to :
Is it true or someone has found a way to do it?
Thanks in advance
It would seem that it is NOT possible to switch (by code) from :
B4X:
Activity.AddMenuItem("Old title", "mnuTitle")
B4X:
Activity.AddMenuItem("New title", "mnuTitle")
Thanks in advance