Hello,
it seems that the help for "MenuItems" has an error:
"MenuItems As List" shouldn't be listed as "[Read Only]" because menu items can be added to it. Or maybe I missunderstood something?
Thanks
it seems that the help for "MenuItems" has an error:
B4X:
Dim cm As ContextMenu
cm.Initialize("")
Dim m As MenuItem
m.Initialize("Item", "")
cm.MenuItems.Add(m)
"MenuItems As List" shouldn't be listed as "[Read Only]" because menu items can be added to it. Or maybe I missunderstood something?
Thanks