Message Thread: |
View All MessagesBack to WebFX |
Err? The code you posted was Wrong, there is no bug in the code. You posted this: var m= new Menu() Should have been THIS: var m= new Menu() I've seen that error a thousand times already, line 202 right? :) -Tim Scarfe From: Jason Bernstein Sent: July 24, 2002 Subject: Re:menu4 sharing submenus and contextmenu; programmatically using radio button I'm experiencing 2 issues (both with workarounds, but still issues).. 1) I have a submenu that is also being used as a context menu. Workaround - make 2 menus (and maintain state between them) 2) If the items in a menu are radiobutton menus, and I programatically change the checked property, the other items are not unchecking. It works properly if I click on the radioitem, but not when I programatically change it. Workaround - Uncheck them individually while checking the correct one. Thanks! -jas |