mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#31095 20/06/03 06:25 AM
Joined: Jun 2003
Posts: 4
T
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Jun 2003
Posts: 4
Hey is there any chance of adding a mirc statusbar, a fully customisable one, iether with inbuilt things or you can add your own through scripting ?

#31096 20/06/03 12:00 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
It's been suggested before a couple of times. I think it is okay though personally I wouldn't use it as I like as much of the screen devoted to the room window as possible. So if it is added an on/off switch would be nice.

#31097 20/06/03 01:11 PM
Joined: May 2003
Posts: 177
P
Vogon poet
Offline
Vogon poet
P
Joined: May 2003
Posts: 177
I suggested this last month. Use the search feature next time.

#31098 20/06/03 01:26 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
im sure you can use mdx.dll to do this


new username: tidy_trax
#31099 20/06/03 01:38 PM
Joined: Jun 2003
Posts: 4
T
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Jun 2003
Posts: 4
Yer you can make one through a script but its for those people who dont have the time to learn or make a script that has trouble, let alone know how to use a script. But puttin it in mirc with an option to turn it off is a good idea.

#31100 20/06/03 02:09 PM
Joined: May 2003
Posts: 177
P
Vogon poet
Offline
Vogon poet
P
Joined: May 2003
Posts: 177
You can only use MDX in mIRC dialogs, not to customize mIRC's appearance itself.

#31101 20/06/03 02:32 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
then you can use ktools to add dialogs onto mirc windows smile


new username: tidy_trax
#31102 20/06/03 02:51 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Yes and 90% of the features in mIRC could have been accomplished using a dll of some kind.

#31103 20/06/03 02:58 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
yes but normally they are hard, with ktools (switchbar example) /dll $mircdir $+ ktools.dll DOCKWINDOW $dialog(blah).hwnd > left


new username: tidy_trax
#31104 20/06/03 03:05 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Thats just to display one, not to make it useful. Now show me, in one line, making the statusbar state the number of +o/+h/+v/total users on a channel, your current status on the channel, and it should also dynamically switch what it says depending on what window you are in, ie if you switch from #chan1 to #chan2 it should update, and if you switch to a query, dcc chat, dcc send, custom window, etc it should display nothing in the status bar, etc. Thats going to be a lot more difficult.

#31105 20/06/03 03:10 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
ive never made a statusbar but you can dock it using:
dll $mircdir $+ ktools.dll STATUSBAR $dialog(blah).hwnd > bottom

then the rest is simple
all q users: $nick($active,0,q)
all o users: $nick($active,0,o)
all v users: $nick($active,0,v)
all users: $nick($active,0)


new username: tidy_trax
#31106 20/06/03 03:11 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Umm no? That updates automatically? No you need events for ON MODE, ON JOIN, ON QUIT, ON PART, ON KICK, ON TOPIC, etc. And also, since when does $dialog apply to regular MDI windows? Oh yea, never.

#31107 20/06/03 03:15 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
a statusbar(in my opinion) is a dialog in the position of the statusbar, i didnt know you meant show on joins and that, but it still wouldnt be too hard, also i think youll find that $dialog applies since he brought out a dll to make it apply.........

Last edited by pheonix; 20/06/03 03:15 PM.

new username: tidy_trax
#31108 20/06/03 03:18 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
You're wrong, admit it. That $dialog(blah).hwnd returns NOTHING unless a dialog named blah exists. And guess what? Creating a dialog is more than one line of code. Stop making up garbage and admit that you're wrong.

#31109 20/06/03 03:19 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
have you ever used ktools.dll ?


new username: tidy_trax
#31110 20/06/03 03:23 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Yes I have, and I might ask you the same question seeing as how when I type the command you pasted I get:
* /dll: no such routine 'STATUSBAR'

#31111 20/06/03 03:28 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
As i said ive never made 1 myself, but ive seen my friends statusbar.
I typed from memory, but the switchbar 1 works which is still using $dialog(blah).hwnd =\


new username: tidy_trax
#31112 20/06/03 03:31 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
* /dll: no such routine 'DOCKWINDOW'

Yeah you really seem to know what you're talking about here...

#31113 20/06/03 03:34 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
1: is ur dll in $mircdir?
2: did u rename it?
3: it does work coz ive tried it


new username: tidy_trax
#31114 20/06/03 03:35 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
No the problem is you don't know what you're talking about. The function in ktools.dll is called DockWindow NOT DOCKWINDOW. So stop saying you tried it and it worked, because you're just lying.

Page 1 of 2 1 2

Link Copied to Clipboard