mIRC Home    About    Download    Register    News    Help

Print Thread
#167429 23/12/06 11:18 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Someone here that using that DLL and have a cupple of minutes to spare?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #167472 25/12/06 04:08 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
no one that using it? or know anything about it? confused


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #167475 25/12/06 04:10 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Not me, sorry.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #167476 25/12/06 04:12 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
trying to identify how the h*ll i can grab the signals from it, been trying like everything "it feels like", but

on *:SIGNAL:*:

dosent work, and i dont even know if it use signal, and nothing in the debug window if i look in it smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #167517 25/12/06 04:26 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
This is what i got so far:

Code:
alias mtt_dll return $scriptdir $+ mTooltips.dll

alias mtooltips {
  return $dll($mtt_dll,$1,$2-)
}

alias traytest {
  mtooltips SetTooltipWidth 200
  mtooltips SetFont default
  mtooltips SetTooltipColors red
  mtooltips SetEditboxColors default
  mtooltips TrayInit 0 $scriptdir $+ mtt.ico > echo TRAY EVENT: > A test of mTooltips DLL
  mtooltips Balloon +1 Test..... $chr(4) Testing how this work.
}

the "echo TRAY EVENT:" part return this in my status window:

When open: TRAY EVENT: BALLOON SHOW
When clicked: TRAY EVENT: BALLOON CLICK
When closed: TRAY EVENT: BALLOON CLOSE

But i dont know what it uses to trigger, the events are only shown as "echo" in my status, if i remove the echo in the line:

mtooltips TrayInit 0 $scriptdir $+ mtt.ico > echo TRAY EVENT: > A test of mTooltips DLL

Then nothing happen, nothing in my status, and nothing in a @debug window open, any other ways to see what it does? frown


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard