Messenger Lock (and boss mode?) bug |
Author: |
Message: |
ipab
Veteran Member
Design Evolved
Posts: 1017 Reputation: 32
35 / /
Joined: May 2004
|
O.P. Messenger Lock (and boss mode?) bug
well, basically when using messenger lock. Not all windows get suppressed. The windows such as remote assistance requests and any other requests such as whiteboard sharing...
Windows Version: Windows XP Home
Messenger Client Version: 7.0.0816
Messenger Plus! Version: 3.54.0132
56656E692C 20566964692C 2056696369
|
|
07-14-2005 08:11 PM |
|
|
mwe99
Veteran Member
Posts: 2514 Reputation: 67
36 / /
Joined: Jul 2004
|
RE: Messenger Lock (and boss mode?) bug
Whiteboard isnt supposed to be hidden by the lock as its not a messenger window, its an external one. Netmeeting
|
|
07-14-2005 08:41 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Messenger Lock (and boss mode?) bug
I believe Remote Assistance is also an external window, as it's a separate application.
|
|
07-15-2005 10:47 AM |
|
|
ipab
Veteran Member
Design Evolved
Posts: 1017 Reputation: 32
35 / /
Joined: May 2004
|
O.P. RE: Messenger Lock (and boss mode?) bug
i know that, but what good is boss mode if there are windows pertaining to msn messenger sessions open
56656E692C 20566964692C 2056696369
|
|
07-15-2005 10:18 PM |
|
|
Patchou
Messenger Plus! Creator
Posts: 8607 Reputation: 201
43 / /
Joined: Apr 2002
|
RE: Messenger Lock (and boss mode?) bug
I'll check if I can do somethign about these windows, thanks for reporting.
|
|
07-16-2005 06:20 AM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: Messenger Lock (and boss mode?) bug
hmm sort of related, i thought about this a while ago but forgot to post
how about some sort of api function for window hiding so plugin windows can be hidden with messenger lock/boss mode?
|
|
07-16-2005 06:51 AM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: Messenger Lock (and boss mode?) bug
just thought id bump my idea up while patchous online
|
|
07-18-2005 05:18 PM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
RE: Messenger Lock (and boss mode?) bug
There already is API for this reason....
Use the following message "nMsg" that is broadcasted to all toplevel windows, in order to receive BOSS mode changes
code: MessengerPlus_ModeChange
wParam = 1 for boss-protect, 2 for lock messenger
lParam = 1 when entering mode, 0 when leavingmode
UINT nMsg = RegisterWindowMessage("MessengerPlus_ModeChange");
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
07-18-2005 06:22 PM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: Messenger Lock (and boss mode?) bug
quote: Originally posted by TazDevil
There already is API for this reason....
Use the following message "nMsg" that is broadcasted to all toplevel windows, in order to receive BOSS mode changes
code: MessengerPlus_ModeChange
wParam = 1 for boss-protect, 2 for lock messenger
lParam = 1 when entering mode, 0 when leavingmode
UINT nMsg = RegisterWindowMessage("MessengerPlus_ModeChange");
o i didnt know about that, thx TazDevil
|
|
07-18-2005 06:25 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Messenger Lock (and boss mode?) bug
quote: Originally posted by Lee Jeffery
quote: Originally posted by TazDevil
There already is API for this reason....
Use the following message "nMsg" that is broadcasted to all toplevel windows, in order to receive BOSS mode changes
code: MessengerPlus_ModeChange
wParam = 1 for boss-protect, 2 for lock messenger
lParam = 1 when entering mode, 0 when leavingmode
UINT nMsg = RegisterWindowMessage("MessengerPlus_ModeChange");
o i didnt know about that, thx TazDevil
It seems the Plus! API has more than most are aware of. At least, I don't remember seeing mention of that in the API docs.
Have you made any other discoveries TazDevil? Or are you working on 'insider' information
This post was edited on 07-18-2005 at 09:06 PM by RaceProUK.
|
|
07-18-2005 09:06 PM |
|
|
|