|
-
Jan 16th, 2002, 11:16 AM
#1
Thread Starter
Lively Member
All Apps popup with Systray
Any of my programs that I wrote that put an icon in the system tray seem to popup whenever I click any of them. It seems it's only when the icons are together in the tray. Usually it's when I click on 2/2 icon and the code removes 2/2 icon then 1/2 icon slides over and then also pops up.. Is there some trap I need? Am I using the same identifier? Thanks
-
Jan 16th, 2002, 01:13 PM
#2
I'm confused. Your app puts two icons in the systray for the same app?
-
Jan 16th, 2002, 01:15 PM
#3
Thread Starter
Lively Member
-
Jan 16th, 2002, 01:31 PM
#4
And they both have the same icon, and both pop up regardless of which one you click on?
-
Jan 16th, 2002, 01:36 PM
#5
Thread Starter
Lively Member
Let me explain again..
Two seperate EXE's
Two seperate Icons
1. is called POSTIT
2. is called Dr. Hozo
When I click on DR HOZO, what ever code I have is executed for Dr. Hozo but then what ever code is setup for the same type of mouse command (sgl,dbl,right, etc) is also executed on the application to the left of it in the systemtray.
In this case I have them bring windows to the foreground, which they both will do if you click the second one (whichever is loaded last).
It's ok because I got around it by just leaving the icon in the tray during the whole program run, but I was curious why it was doing that.
-
Dec 11th, 2002, 03:23 PM
#6
Hyperactive Member
Does your app remove the icon from the systray? If so, it could be that when you double click on the icon, the icon is removed with the first click and all icons slide to save space. The second icon is now beneath your mouse pointer and your second click (of the double click) is on the second icon and again this app is shown...
"Experience is something you don't get until just after you need it."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|