mIRC Home    About    Download    Register    News    Help

Print Thread
#205330 20/10/08 09:32 AM
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 been using nicklust3.dll ? I have a problem i cant solve, it sends out a message when i change the mode for the user.

When i give voice to it:
<+test> $dialog(#testar).hwnd

And when i remove voice from it:
<test> $dialog(#testar).hwnd

Same goes for op - deop

And i have no clue what causing this, someone else that had the same prolem and solved it? and in that case how did you solve it? if i search the file there i have the code i wont get a match on the line triggered. I can paste the whole code here if needed.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #205334 20/10/08 12:49 PM
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
I used this, and still do occasionally.
Paste the code for me Sparta and I'll take a look.

vexed2 #205430 22/10/08 11:07 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I paste the code when im at my computer. smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
vexed2 #205464 23/10/08 07:43 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Solved the problem, but i have a new one, i want to change font for the tool tip, and also for the Group names, how can i do that? played around with it for a while, but still no luck.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #205467 23/10/08 09:28 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
I believe the font settings is mirc's font setting. Nicklust dll mirrors the mirc nicklist. It just gives you some design features.

DJ_Sol #205471 23/10/08 11:22 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
The group text looks bigger, so the nick list ends up looking different from the channel text, need to get the nick list text smaller.. =)


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #205494 24/10/08 12:04 PM
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
I can't seem to find my nicklust3.mrc that i used.
But, i do go to the same network and channel as the authour, so i'll ask her when she's online. smile

vexed2 #205552 25/10/08 01:19 PM
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
Have you marked the window?

Code:
    nicklust Mark $window($chan).hwnd nLUST_CallBack  rowselect tooltips hideempty appendcount


I presume you have the help file?

Last edited by vexed2; 25/10/08 01:20 PM.
vexed2 #205553 25/10/08 01: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
nicklust Mark $window($1).hwnd nlist_cb rowselect tooltips hideempty

this is how i mark it.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #205555 25/10/08 01:36 PM
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
What version of the dll are you using, do this: //nicklust DllInfo fuction

Last edited by vexed2; 25/10/08 01:44 PM.
vexed2 #205568 25/10/08 08:48 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I have one more question about this DLL file, it's one of my @windows i use:

window -kel11 @window 60 100 700 200 @window Verdana 10

now i get a custom window that looks like a irc channel, how can i with nicklust.dll assign the right status to the users listed to that @ window? i cant use isop or isvoice, so anyone know a way to solve this?


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

Link Copied to Clipboard