mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
Which one do you prefer?

I prefer the switch bar myself. But I'm starting to like the tree.


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I use the switchbar. Never really liked tree menus.


Invision Support
#Invision on irc.irchighway.net
Joined: Feb 2006
Posts: 546
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
switchbar of course!


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Treebar definitely. Way too many windows to make the switchbar feasible.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

Switchbar. I just wish we still had the buttons like before.

Joined: Feb 2008
Posts: 34
Ameglian cow
Offline
Ameglian cow
Joined: Feb 2008
Posts: 34
Was using switchbar at first but changed to treebar just to test it,and using it ever since =0P

Joined: Apr 2010
Posts: 969
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
yup, same here. Was partial to the switchbar for the longest, then had to many windows open so I switched to the treeview


I am SReject
My Stuff
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
I see so its about 50/50 I'd say? Anyone else?

BTW thanks for the feedback this is going towards which of the two will be featured as the default in my mIRC project


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Apr 2007
Posts: 60
M
Babel fish
Offline
Babel fish
M
Joined: Apr 2007
Posts: 60
I use Treebar.

I use the treebar, as I am in 8 servers and in 50+ channels all the time.

Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
Well when you look at it, the tree bar is designed to manage more server windows and channel windows etc. than the switch bar. The tree bar can easily handle 2x or more windows than what the switch bar can, and with the collapsible branches it makes room for that much more.

I'm only on 3 servers with a total of 22 widows open through out. and the switch bar is probably 2/3 full. With the tree bar with all items displayed on the tree, it takes up a little over half of the bar.


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Yes, if you're in tons of channels, treebar makes more sense. Personally, I just stay in channels where I either offer help/support or chat with friends, so the number of channels I am in is far less than some others.

I *might* consider using the treebar if it offered background support the way that the switchbar does. Since I can't really theme it to match the rest of my mIRC, I don't really care to use it. I'm sure there's a DLL somewhere that can do that, but I don't want more DLLs than I already have. Anyhow, just personal preference. wink


Invision Support
#Invision on irc.irchighway.net
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Switchbar for a few channels, treebar for a lot of channels.

Joined: Sep 2007
Posts: 202
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
switchbar

Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
Hmm seems like its still 50/50

Nice


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
Switchbar for pball. I'm only in 5 servers and 15 chans. I actually made a script that lets me easily hide status/chan/@windows etc from the switchbar.


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
pball that sounds cool. A useful tool for us switchbar lovers! lol


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
Originally Posted By: N3M3S1S
pball that sounds cool. A useful tool for us switchbar lovers! lol


Since you said that here is a link to it. It's quite simple and does @windows, status windows, chans, and queries. It only does @windows/chans/queries for the server you are currently on. Just right click on any of the above types of windows and you get the option.

http://pball.pastebin.com/7Yb3dNV7

There is one quirk to the script, if you hide a window then open it either via the Window menu list or another way. The right click option won't show that's it's still "hidden" and will hide it again. That's just because of how it checks the window state.
Also I can't seem to get dcc chat window states so I can't really add this for them.


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Originally Posted By: pball
Also I can't seem to get dcc chat window states so I can't really add this for them.

You can use window IDs, for example:
$window(@ $+ $send(1).wid).state
window -ra $+(@,$get(someone,2).wid)

Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
Thanks man, that really helped. I figured there was a way just didn't know how.

updated with DCC chat windows
http://pball.pastebin.com/UVsN2yVP


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: Aug 2010
Posts: 134
T
Vogon poet
Offline
Vogon poet
T
Joined: Aug 2010
Posts: 134
Switchbar would be way too cluttered for me. Treebar, please!


Learning something new every day.
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
Nice script pball you should let me add that to the next version of my script wink


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
What script might that be?

Go ahead and use it if you want. If you give me credit sweet, if not nothing lost for me.


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
Its nothing too special, it is still in the beta testing pages. Its on hawkee. Just search my user name N3M3S1S on hawkee to see all my scripts.

I decided to make the switch bar the default choice in my script, but I added a popup menu for the status window allowing you to change back and forth between status and tree bars. laugh


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Dec 2002
Posts: 252
T
Fjord artisan
Offline
Fjord artisan
T
Joined: Dec 2002
Posts: 252
For me, it's always been the switchbar. I've had tons of channels and queries open on several irc networks to the point where you can't read the buttons on the switchbar but I still manage hehe, I hate the treebar, its just ugly and unthemable, maybe possible with a DLL but i'm anti-DLL and prefer to make everything i want/need in 100% mSL.

Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
True. I don't mind the tree bar too much. But eh.

Why anti-DLL? DLLs allow for more features to be added to your mSL script. Using a DLL is still using mSL all the calling commands for the DLL are done in mSL. Now the programming language that makes the DLL is different, but you dont utilize that language in the mSL script that uses that DLL.


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Apr 2003
Posts: 342
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Apr 2003
Posts: 342
Originally Posted By: N3M3S1S
True. I don't mind the tree bar too much. But eh.

Why anti-DLL? DLLs allow for more features to be added to your mSL script. Using a DLL is still using mSL all the calling commands for the DLL are done in mSL. Now the programming language that makes the DLL is different, but you dont utilize that language in the mSL script that uses that DLL.


DLLs influence stability... their biggest problem.

BTW... there's also the Window menu...

Last edited by MeStinkBAD; 07/10/10 07:56 AM.

Beware of MeStinkBAD! He knows more than he actually does!
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
Well the crappy DLLs are unstable, and the older DLLs dont work with the newer versions of mIRC, but there are some good solid DLLs out there. DCX is a good example of a nice DLL.


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Mar 2010
Posts: 146
Vogon poet
Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Change the "Lines" of Switchbar and your problem will be solved :P
Treebar sucks


Nothing...
Joined: Apr 2010
Posts: 969
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
Many parts of DCX are incompatible with Windows 7 and/or mIRC 7.*


I am SReject
My Stuff
Joined: Aug 2010
Posts: 69
N
N3M3S1S Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Aug 2010
Posts: 69
I'm sure a new version will come out eventually. It works good with XP and 6.35 wink

I know I need to update to a newer OS but I like XP


"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."
Joined: Jan 2009
Posts: 116
Vogon poet
Offline
Vogon poet
Joined: Jan 2009
Posts: 116
On my netbook, I use switchbar, as I have very few channels to join, and want to have as much space in width as possible. On my desktop, I have a lot more space in the width, and I generally am on a lot more channels/networks, so I use the treebar.

So yeah, sometimes one, sometimes the other. Or both when mIRC is set all to default and I haven't changed anything yet.


http://zowb.net

/server -m irc.p2p-network.net -j #zomgwtfbbq
(ssl on port 6697 and 7000)
Joined: Jun 2009
Posts: 96
V
Babel fish
Offline
Babel fish
V
Joined: Jun 2009
Posts: 96
last time used switchbar was on 6.03
since treebar was introduced, never went back to switchbar

much more clean UI
and now when widescreen monitors are dominant
theres no lack of space in width so treebar is suitable

the only problem is lack of font size/type setting for it
atleast on older versions...

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
I started using treebar right off the bat and while Im not an IRCer anymore, it's still locked on treebar.


Those who fail history are doomed to repeat it
Page 1 of 2 1 2

Link Copied to Clipboard