You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
I have a desktop app that i am coding here and i need a little help with one thing. I need to know how can i focus on a window that is open when it it not in focus.
Example: jon doe clicks on james doe and there is already a window open for james doe, how can we just focus that window that is already open?
thanks!
VoidVolker
unread,
Mar 1, 2014, 12:33:46 AM3/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com, atlant...@gmail.com
1. Create the list of windows. 2. Set events for them 'open', 'close' and etc. and when they trigger - remember in var window state. 3. When user make click just find windows in list. 4. Get state of window. 5. If it not hidden - show it.