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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -