mIRC Home    About    Download    Register    News    Help

Print Thread
#146199 01/04/06 02:07 PM
Joined: Feb 2005
Posts: 185
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
hi everyone confused

I have just downloaded "Notify List v1.5 by da^hype" from one of the scripts sites, now everything works perfectly part from the fact that I dont know how to Dock the dialog to either the right or left hand side. Any ideas?

I would really like to use this addon, but at the moment its rather difficult. Cheers


sub-zero.homeip.net:6667

#146200 01/04/06 03:05 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Download hOSDock.dll, i use this myself for several dialogs to dock, and it's ideal, once you've done that make an alias to define the filepath
this is mine..
alias _hos { dll system\hOSDock.dll) $1- }

when you've done that, you need to add the docking info into the
INIT part of the dialog
on *:DIALOG: notify :INIT:*: {

i usually put it somewhere near the bottom
_hOS Dock notify right 1

#146201 01/04/06 03:51 PM
Joined: Feb 2005
Posts: 185
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
Where about could I get that .dll?

Added: I have managed to get a .dll called "hOS.dll" is this the same or similar to the one that your have?

Last edited by Skeletor; 01/04/06 04:13 PM.

sub-zero.homeip.net:6667

#146202 01/04/06 04:54 PM
Joined: Feb 2005
Posts: 185
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
I have added the following...

Code:
[color:red] alias _hos { " $+ $scriptdirhOS.dll") $1- }  [/color]
on *:dialog:notify:init:*:{
  dll $mdx.notify SetMircVersion $version
  dll $mdx.notify MarkDialog $dname
  dll $mdx.notify SetDialog $dname style border title sysmenu minbox
  dll $mdx.notify SetControlMDX $dname 10 positioner size minbox maxbox > $ddll.notify
  dll $mdx.notify SetControlMDX $dname 2 treeview hasbuttons showsel rowselect insertdroptarget > $views.notify
  if ($baca.file(sound,on)) did -c notify 14
  msn.notify
[color:red]   _hOS Dock notify right 1  [/color] 
}  


but there is an error msg...

[ 17:50:42 ] · · Invalid command: "D:\VTEC

Vtec is where mIRC is installed well D:\VTEC §cript Platinum ® to be more accurate. what else do i need to add or edit?


sub-zero.homeip.net:6667

#146203 02/04/06 07:07 AM
Joined: Jan 2006
Posts: 468
Fjord artisan
Offline
Fjord artisan
Joined: Jan 2006
Posts: 468
hOS.dll by hyron Click here smile

#146204 02/04/06 03:10 PM
Joined: Feb 2005
Posts: 185
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
Thats Great, I managed to get the required .dll from vexed. All is working well, Thankyou.


sub-zero.homeip.net:6667


Link Copied to Clipboard