A popup "contextmenu" is specified by assigning a comma separated string of items.
myobj.contextmenu = "one, two,three"
to diable items (in 5.3.2 i've added this functionality) prefix the item...
Type: Posts; User: barrymavin
A popup "contextmenu" is specified by assigning a comma separated string of items.
myobj.contextmenu = "one, two,three"
to diable items (in 5.3.2 i've added this functionality) prefix the item...
Hi Herb
what type of menu? Custom menu bar, menu item or popup menu?