David_Cox
(David Cox)
1
Add a MobilePopupMenu and a Button to a Screen. Have the button Pressed Event run:
Var myItems() As String = Array ("AAA", "BBB", "-", "CCC", "DDD", "EEE", "FFF")
PopupMenu1.RemoveAllRows
PopupMenu1.AddAllRows(myItems)
On Desktop and Web the String “-” is treated as a Separator, but on Mobile it appears as a hyphen.
Am I doing it wrong?
https://tracker.xojo.com/xojoinc/xojo/-/work_items/81807
David_Cox
(David Cox)
2
Apparently Separators are not supported on iOS PopupMenus.
Arnaud_N
(Arnaud N)
3
Is this a lack of support from Xojo or from iOS?
In short, there’s no separator menu item on iOS.