What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Window Manager Plugin (Dock, Autohide)
about the transparency issue... because i remove the menu before plus! had a chance to load it's menu, it cannot use transparency.... there is nothing wrong in my part on this issue.. i just need to tell patch how to retrieve the menu handle from my...
TazDevilPlug-Ins05-07-2005 at 11:55 AM
RE: Window Manager Plugin (Dock, Autohide)
ohh let see now i have commented a piece of code that delays the popup, i think that is the problem... you are using win XP right... are you sure msn exits completely ? 08/05/05 set cursor to hand on collupsed window minimize button collupses window ...
TazDevilPlug-Ins05-07-2005 at 11:45 AM
RE: Window Manager Plugin (Dock, Autohide)
and what are your settings.?? help me reproduce it check this one i have added a bit of the docker check that out as well
TazDevilPlug-Ins05-07-2005 at 11:32 AM
RE: Window Manager Plugin (Dock, Autohide)
at what side ? are you talking about...
TazDevilPlug-Ins05-07-2005 at 11:25 AM
RE: Window Manager Plugin (Dock, Autohide)
thanks CookieRevised, i just downloaded it a day before and it was the same version... k just updated to ... 813 and it works just fine for me... :)
TazDevilPlug-Ins05-07-2005 at 09:54 AM
RE: Window Manager Plugin (Dock, Autohide)
grue that is peculiar ... is version 813 official or it is BETA because i cannot find it to test it ... so maybe it is a buggy version... please do me a favour and downgrade to 777 to see if it works or it is something you your configuration i am ver...
TazDevilPlug-Ins05-07-2005 at 08:34 AM
RE: Window Manager Plugin (Dock, Autohide)
07/05/05 alt deactivated whan collupsed delay 200 ms in displaying the window to skip unwanted popups fixed risizing bug and set to the default minimum window snapping implemented window remembers topmost status on collupse & expand in autohide mode ...
TazDevilPlug-Ins05-07-2005 at 01:02 AM
RE: Window Manager Plugin (Dock, Autohide)
thanks a lot i couldn't find it due to wrong guids en stuff... (can you expalin how to extract it anyways..) edit... compiles ok... lets see if it works and you are set thanks a lot... but it will be compatible only with v7.0, no worries though in m...
TazDevilPlug-Ins05-05-2005 at 11:04 AM
RE: Window Manager Plugin (Dock, Autohide)
well can you extract it, send it andexplain how to use it... pm me with the details
TazDevilPlug-Ins05-05-2005 at 10:36 AM
RE: Window Manager Plugin (Dock, Autohide)
i have already tryed that raceprouk, i am going to try Get/SetFocus beacuse i didnt get the results i expected, at least as i read Get/SetFocus send a notification WM_SETFOCUS/WM_KILLFOCUS which i will need afterall to know when focus was lost.[hr]ra...
TazDevilPlug-Ins05-03-2005 at 09:38 PM
RE: Window Manager Plugin (Dock, Autohide)
hmm so IDispatch; stdcall; is a return value and not an argument ??? that is what you mean? well i upload the latest progress that you will see for about a week hide menu has its own timer now and off is fixed now i think... thanks (Cyberdude). i wil...
TazDevilPlug-Ins05-03-2005 at 09:33 PM
RE: Window Manager Plugin (Dock, Autohide)
well yes that is what i thought about SetFocus(), i'll give it a shot later guess what... SendFile() works for version 6.2 since the API i have is v6.2, i think so i guess the v7 API is different and does not implement SendFile() that way any more.....
TazDevilPlug-Ins05-03-2005 at 08:09 PM
RE: Window Manager Plugin (Dock, Autohide)
arggg, thanks for the tip raceprouk, i read the MSDN 3 times and i skipped this line :) but whether i use VT_BSTR or VT_DISPATCH SendFile() returns a E_NOTIMPL error... i am stuck here, i have even used IMessenger3 intrface instead of IMessenger and...
TazDevilPlug-Ins05-03-2005 at 11:44 AM
RE: Window Manager Plugin (Dock, Autohide)
@ Andre no the plugin does not draw any buttons on messenger, the button is a MSNM 7 feature, that was already used in convos for version 6 and then incorporated for the contactlist as well the only thing it just disables the minimise button, but in ...
TazDevilPlug-Ins05-02-2005 at 10:55 PM
RE: Window Manager Plugin (Dock, Autohide)
thanks, indeed but not all functions in an app load in the sames thread ?, (is it different if i complie a single-threaded dll instead of a multi-threaded) ? what about the send file, how can i get the conduct info of the window producing the comman...
TazDevilPlug-Ins05-01-2005 at 10:11 PM
RE: Window Manager Plugin (Dock, Autohide)
well yes i am using get_HWND() to get the contact list window, but the messages from the tray area are sent to another hidden window as you know and i think the only way to to differenciate between two processes of msn to to compare with GetWindowThr...
TazDevilPlug-Ins05-01-2005 at 09:43 PM
RE: Window Manager Plugin (Dock, Autohide)
just thought something for polygamy, but tell me first of all, the tray bar icon works for both instances of messenger or just for 1 ? just to see if my speculations as valid...
TazDevilPlug-Ins05-01-2005 at 06:06 PM
RE: Window Manager Plugin (Dock, Autohide)
so you mean if the contact list loses focus (clicked somewhere else), to hide, the window without waiting for the timer ???? i have been trying this activate/deactivate thing but ..... unsuccessfull i will look more into it tomorrow
TazDevilPlug-Ins05-01-2005 at 05:11 PM
RE: Window Manager Plugin (Dock, Autohide)
oh i understand what you mean, well all other windows created are child windows of the conductlist, and they inherit the properties of the conduct list, so if conduct list is on top they are ontop, if not then.. not i will see if i can change their p...
TazDevilPlug-Ins05-01-2005 at 04:53 PM
RE: Window Manager Plugin (Dock, Autohide)
you know i don't really understand this... you mean the convos ? the convo windows have a separate option for always on top, that is different from the conduct list :@ About the polygamy, thing i dont think it will be possible in the near future, ...
TazDevilPlug-Ins05-01-2005 at 04:35 PM
RE: Window Manager Plugin (Dock, Autohide)
ohh foolish me... OK, please check it now and tell me if it still crashes on reload i think it is fixed now
TazDevilPlug-Ins05-01-2005 at 02:19 PM
RE: Window Manager Plugin (Dock, Autohide)
okz, fixed the lil typo (d -> t) also fixed the width adjustment, when auto-hiding to the right added a couple of commands, /xwmconfig /xwminfo /xwmshow /xwmhide /xwmsend cannot be used yet i am still having a problem unloading the plugin when plugin...
TazDevilPlug-Ins05-01-2005 at 08:19 AM
RE: Window Manager Plugin (Dock, Autohide)
ohhhhkzzzzzzz, i am done for today got to go now.... i trust you BETA 2 added preferences <- i neigther couldn;t wait any more... permanently fixed taskbar, problem middle button doubleclick in notification area brings preferences as well as thenorma...
TazDevilPlug-Ins04-30-2005 at 07:05 PM
RE: Window Manager Plugin (Dock, Autohide)
The task bar thing temporarily fixed... and yes it is from my plugin about the wait thing... let me seee.... wait fixed also. Takes values from 10 to 2147483647, but note it is in miliseconds not seconds so 25000 is 25 seconds the preferences will of...
TazDevilPlug-Ins04-30-2005 at 03:37 PM
RE: Window Manager Plugin (Dock, Autohide)
Thanks for the info cockie... i already fixed it. go figure... i have a 127kb list if addresses being blocked no wander i rarely meet with a virus :) we learn something everyday... I guess that was for me... thank god they didn't block the forums as...
TazDevilPlug-Ins04-30-2005 at 02:45 PM
[Hide Excerpts] Pages: (15): « First « 10 11 12 13 [ 14 ] 15 » Last »