I try test this
http://www.nsbasic.com/ce/info/BigRedToolbox/samples/Popup.htm addobject "MGCEBarsNPops.PopupMenu", "Menu", 0, 0, 0, 0 addobject "CommandButton", "ShowMenu", 10, 10, 80, 20 ShowMenu.Caption = "Show Menu" Menu.Add "&Item 1" Menu.Add "I&tem 2" Menu.Add "It&em 3" Menu.Add "Ite&m 4" Menu.Add "-" Menu.Add "Cancel" Menu.Enabled( 4 ) = FALSE sub ShowMenu_Click Menu.Show 0, 60, 20 end sub sub Menu_Click( text ) if text = "Cancel" then exit sub MsgBox text & " was selected" end sub I download the MGCEBarsNPops.exe from this link http://www.nsbasic.com/ce/info/BigRedToolbox/ and try instal on emulator 6.1.4 Professional 480x800 recive this message " Control Set not support the connect device type" EMERSON VIER --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
