|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Mar 2007
Posts: 218
Fjord artisan
|
Fjord artisan
Joined: Mar 2007
Posts: 218 |
I used this, and still do occasionally. Paste the code for me Sparta and I'll take a look.
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
I paste the code when im at my computer.
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Jan 2007
Posts: 1,156
Hoopy frood
|
Hoopy frood
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.
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Mar 2007
Posts: 218
Fjord artisan
|
Fjord artisan
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.
|
|
|
|
Joined: Mar 2007
Posts: 218
Fjord artisan
|
Fjord artisan
Joined: Mar 2007
Posts: 218 |
Have you marked the window? 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.
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Mar 2007
Posts: 218
Fjord artisan
|
Fjord artisan
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.
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
|
|