What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Email tooltip

Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
[Release] Email tooltip
Author: Message:
wlmcrap
Junior Member
**

Avatar
David

Posts: 71
Reputation: -6
30 / Male / –
Joined: Jul 2006
RE: [Release] Email tooltip
Thanks alot dt!
08-01-2006 08:13 PM
Profile E-Mail PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [Release] Email tooltip
quote:
Originally posted by craig2k5
quote:
Originally posted by vaccination
Nice and what JA suggests would be brilliant and like RacePro says if it said sumthing like the amount of disk space you have.(even if it is fake)

Well i already said that :P

If you can get a tooltip whilst its locked, ill use it :P Or did patchy disable that or something?
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
08-02-2006 12:37 PM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Release] Email tooltip
Works great! edited it slightly though so that it shows my username and email address because my email addresses are too similar :p
<Eljay> "Problems encountered: shit blew up" :zippy:
08-02-2006 12:50 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Release] Email tooltip
This script is probably the best one i have downloaded. Thanks so much

134jimbodude
08-02-2006 05:45 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Email tooltip
-dt-, your class is far more complicated then it needs to be.

You don't need all those fancy API callings to get to the tray icons of messenger.

In fact you don't need to know the handles to the tray icons since the Shell_NotifyIcon API doesn't need them. All it needs is the handle to the window which owns the icon (which is the hidden window with class "MSNHiddenWindowClass") and the identifier used for the tray icon (which is 40046). With this in mind you could make your class a whole lot shorter...

see "CookieRevised's reply to Help: How to write code that hides system tray icon".


This post was edited on 08-14-2006 at 06:07 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-13-2006 09:47 PM
Profile PM Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: [Release] Email tooltip
I downloaded your script, CookieRevised, and I remember it saying 'Polygamy warning' of some kind?

With this script you certainly don't have that problem...

But I could've misread/misunderstood
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
08-13-2006 10:53 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Email tooltip
It doesn't say "polygamy warning", it says "polygamy aware" meaning it is fully polygamy compatible.
(which can also be deducted from the 4 lines of code in my script)

This post was edited on 08-13-2006 at 11:06 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-13-2006 11:01 PM
Profile PM Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: [Release] Email tooltip
Than it was a misread:P
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
08-13-2006 11:05 PM
Profile PM Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [Release] Email tooltip
hey guys, i'd like to make the tooltip show like this:

quote:
Windows Live Messenger
email@hotmail.com (Status)
but i dont know how to make a linebreak

the line i'm edittin is:

code:
Tray.EditTooltip(TrayIcon.hwnd, TrayIcon.uID, "Windows Live Messenger " + Messenger.MyEmail +  status );
how do i do the linebreak???
10-03-2006 07:49 PM
Profile E-Mail PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: [Release] Email tooltip
"\n"

Just put it in the middle of your string:
code:
Tray.EditTooltip(TrayIcon.hwnd, TrayIcon.uID, "Windows Live Messenger\n" + Messenger.MyEmail +  status );
10-03-2006 08:25 PM
Profile PM Find Quote Report
Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On