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

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -