|
|||
|
how do i create systray menu in AS3 ??
ive don this way but it isnt working public function SAtray():void { var stray:SysTray = new SysTray(); stray.useDefaultHandler = false; stray.icon = Global.getAdditionalFile("icon.ico"); stray.add(); stray.setEventHandler("onRClicked", onRClicked); }; private function onRClicked(e:MouseEvent):void { var saMenu:Menu = new Menu(); saMenu.createPopupMenu(); saMenu.appendItem("as", "test"); } Last edited by Snapz; 05-22-2009 at 03:23 PM. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|