Shoutbox

Messenger Lock (and boss mode?) bug - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Messenger Lock (and boss mode?) bug (/showthread.php?tid=47592)

Messenger Lock (and boss mode?) bug by ipab on 07-14-2005 at 08:11 PM

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


RE: Messenger Lock (and boss mode?) bug by mwe99 on 07-14-2005 at 08:41 PM

Whiteboard isnt supposed to be hidden by the lock as its not a messenger window, its an external one. Netmeeting


RE: Messenger Lock (and boss mode?) bug by RaceProUK on 07-15-2005 at 10:47 AM

I believe Remote Assistance is also an external window, as it's a separate application.


RE: Messenger Lock (and boss mode?) bug by ipab on 07-15-2005 at 10:18 PM

i know that, but what good is boss mode  if there are windows pertaining to msn messenger sessions open 8-)


RE: Messenger Lock (and boss mode?) bug by Patchou on 07-16-2005 at 06:20 AM

I'll check if I can do somethign about these windows, thanks for reporting.


RE: Messenger Lock (and boss mode?) bug by Eljay on 07-16-2005 at 06:51 AM

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?


RE: Messenger Lock (and boss mode?) bug by Eljay on 07-18-2005 at 05:18 PM

just thought id bump my idea up while patchous online :P


RE: Messenger Lock (and boss mode?) bug by TazDevil on 07-18-2005 at 06:22 PM

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");


RE: Messenger Lock (and boss mode?) bug by Eljay on 07-18-2005 at 06:25 PM

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 :)
RE: Messenger Lock (and boss mode?) bug by RaceProUK on 07-18-2005 at 09:06 PM

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 :P