windows 7 - How to create a desktop tool with air -
i want create desktop window windows7's sidebar gadget.
here code.
win = new window(); win.type = nativewindowtype.utility; win.systemchrome = nativewindowsystemchrome.none; win.owner = null; win.alwaysinfront = false; win.open(); there problem, window hidden when click system's 'show desktop' shortcut. don't want this.
have suggestions?
Comments
Post a Comment