mIRC Homepage
Posted By: Attila 2 bugs in 6.3 with toolbar - 17/08/07 04:04 AM
The fourth and the 5th button in the toolbar are called "scripts editor" both

the second bug is that my old skin for the toolbar (just a picture) don't work anymore with this version

the third is called channel list but it should be called mirc favorites
Posted By: Collective Re: 2 bugs in 6.3 with toolbar - 17/08/07 04:07 AM
First bug reproduced.

The second bug is likely caused by the removal of the Finger icon from the internal button bitmap. Removing the button and shrinking the width of your image should fix this.
Posted By: hixxy Re: 2 bugs in 6.3 with toolbar - 17/08/07 11:55 AM
If you want a temporary fix for the first and last bug, you can use this:

Code:
alias fixtoolbar { 
  toolbar -t chanfolder Favourites
  toolbar -t chanlist "Channels List"
  toolbar -t notify "Notify List"
  toolbar -t notify2 "Notify List"
  toolbar -t urls "URLs List"
}
on *:start:{ fixtoolbar }
Posted By: Mentality Re: 2 bugs in 6.3 with toolbar - 17/08/07 12:48 PM
Indeed, and if you want to get really specific, the URL list icon doesn't have any tooltip, and the notify list icon is called "Urls List" smile
Posted By: hixxy Re: 2 bugs in 6.3 with toolbar - 17/08/07 01:22 PM
^^ Updated.

I don't get the notify list icon problem though.
Posted By: Mentality Re: 2 bugs in 6.3 with toolbar - 17/08/07 01:34 PM
Definitely happens here.

Edit: Weird, I just went to compact mode and then back to normal mode - problem fixed. It was definitely 100% happening though.
Posted By: RoCk Re: 2 bugs in 6.3 with toolbar - 17/08/07 01:37 PM
Toggling compact mode didn't fix anything here.
Posted By: Mentality Re: 2 bugs in 6.3 with toolbar - 17/08/07 01:42 PM
I'm only referring to the fact the notify list icon stopped saying it was the 'Urls List', not any of the other icons.
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar - 17/08/07 01:47 PM
I've gone back to mIRC 6.21 because I hate the new version. (Sorry.)


But I did notice this during load.



And my toolbar.ini is here.


I also noticed that cid 1 has a window id of 20, instead of 1. Which I thought was strange. ;o
Posted By: Horstl Re: 2 bugs in 6.3 with toolbar - 17/08/07 01:55 PM
Originally Posted By: Mentality
Definitely happens here.

Edit: Weird, I just went to compact mode and then back to normal mode - problem fixed. It was definitely 100% happening though.
Same on my side, but no fix after changing mode smile
Posted By: RoCk Re: 2 bugs in 6.3 with toolbar - 17/08/07 02:00 PM
Originally Posted By: Jigsy
I've gone back to mIRC 6.21 because I hate the new version. (Sorry.)


What do you dislike about it?
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar *DELETED* - 17/08/07 02:05 PM
Post deleted by Jigsy
Posted By: hixxy Re: 2 bugs in 6.3 with toolbar - 17/08/07 02:10 PM
Originally Posted By: Jigsy
I found the nag screen more annoying than the previous versions. I mean going through it twice? C'mon. (It also looks uglier. ;X)


You won't get that nag screen if you register.

Originally Posted By: Jigsy
I can't find a way to get stop notified nicks appearing in treeview without disabling notify entirely. (Which I don't want since I use it for reclaiming my nick(s).)


Right click treebar > notify list > none.

Originally Posted By: Jigsy
The window count seems to be incorrect. (Status window one for connection id one seems to be 20 for some reason.)


The connection ID is just that - an ID. It doesn't have to count upwards in any particular recognisable fashion. In any event, the connection ID for my status window seems to always be 1, so I'm not sure what's happening on your end.

Originally Posted By: Jigsy
And $tip() seems to be broken for me. ;o


What's not working for you?

Originally Posted By: Jigsy
And there are other reasons which I can't be assed to think of right now.


You haven't even given it chance yet, and half of your "problems" aren't problems at all. The same can probably be said for other reasons you dislike the new version.
Posted By: Horstl Re: 2 bugs in 6.3 with toolbar - 17/08/07 02:10 PM
Originally Posted By: Jigsy
I found the nag screen more annoying than the previous versions. I mean going through it twice? C'mon. (It also looks uglier. ;X)
You're valuating a shareware that you use day-to-day (I presume) by the visual qualities of it's nag screen (which is there only as a reminder to register that very shareware) ? c'mon...
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar *DELETED* - 17/08/07 02:18 PM
Post deleted by Jigsy
Posted By: RoCk Re: 2 bugs in 6.3 with toolbar - 17/08/07 02:24 PM
$wid for my first status window is 30.

Originally Posted By: Jigsy
I didn't mind one nag screen, it's just two simoultaniously I can't stand.


I got one nag here.
Posted By: hixxy Re: 2 bugs in 6.3 with toolbar - 17/08/07 02:25 PM
Even if you're not paying for mIRC, I think dozens of bug fixes and new features outweighs an extra 2 seconds of "nag" - dont you?

---

The same applies. It's an ID - a unique identifier for that window. It doesn't have to be in any particular order. What possible reason could you have for wanting it to be ordered anyway?
Posted By: Horstl Re: 2 bugs in 6.3 with toolbar - 17/08/07 02:38 PM
Originally Posted By: hixxy
Even if you're not paying for mIRC, I think dozens of bug fixes and new features outweighs an extra 2 seconds of "nag" - dont you?
In fact, the nag-effect is one click more, but several seconds less smile
I can't understand that one is requesting changes on the one hand side, but refusing other changes - they all come along in a bundle of modifications, called "new version"... never will all of them fit ones personal "whish list". Erm, and topic is "toolbar bug" whistle
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar - 17/08/07 04:41 PM
Is it actually possible to remove any of the toolbar buttons? /:)
Posted By: hixxy Re: 2 bugs in 6.3 with toolbar - 17/08/07 04:43 PM
/toolbar -d <n/name>

To get the <name>, you can get a list of toolbar button names with this alias:

Code:
alias listbuttons {
  var %i = 1
  while ($toolbar(%i)) {
    echo -a $toolbar(%i).name
    inc %i
  }
}
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar - 17/08/07 04:45 PM
/toolbar -d chanfolder and so forth isn't actually doing anything.
Posted By: hixxy Re: 2 bugs in 6.3 with toolbar - 17/08/07 04:46 PM
/toolbar -d chanfolder works fine here.
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar - 17/08/07 04:47 PM
Ok ... now it's working for some reason ...

*edit*

Oh, wait. I did -r not -d. ;X
Posted By: DragonRyder Re: 2 bugs in 6.3 with toolbar - 19/08/07 06:08 PM
Originally Posted By: Jigsy
....And my toolbar.ini is here .....


sorry but no toolbar.ini that i can see


but yes i also noticed the toolbar bugs - and they are kinda insane - i am also switching back to 6.21

hopefully they fix things and come back with better.
Posted By: Jigsy Re: 2 bugs in 6.3 with toolbar - 19/08/07 06:19 PM
Yeah. I deleted it.

I manage to reset my toolbar to how it should be.

Quote:

n1="connect","Connect",1,"0",0,0,0,0,0,16,16,"","",0,1,0,0,""
n2="connect2","Disconnect",1,"1",0,0,0,16,0,16,16,"","",0,0,1,0,""
n3="connect3","Disconnect",1,"2",0,0,0,32,0,16,16,"","",0,0,1,0,""


I think the extra connect* object is the cause of the problem.
Posted By: Khaled Re: 2 bugs in 6.3 with toolbar - 21/08/07 09:26 AM
Thanks the tooltips bug has been fixed for the next version.
Posted By: gxh Re: 2 bugs in 6.3 with toolbar - 24/08/07 01:46 PM
use /toolbar -fs
and now we get toolbar.ini in $mircdir.

[toolbar]
n0=34
n1="connect","Connect",1,"0",0,0,0,0,0,16,16,"","",0,1,0,0,""
n2="connect2","Disconnect",1,"1",0,0,0,16,0,16,16,"","",0,0,1,0,""
n3="connect3","Disconnect",1,"2",0,0,0,32,0,16,16,"","",0,0,1,0,""
n4="sep1","",0,"3",0,0,0,48,0,16,16,"","",2,1,0,0,""
n5="options","Options",1,"4",0,0,0,64,0,16,16,"","",0,1,0,0,""
n6="sep2","Favorites",0,"5",0,0,0,80,0,16,16,"","",2,1,0,0,""
n7="chanfolder","Channels List",0,"6",0,0,0,96,0,16,16,"","",0,1,0,0,""
n8="chanlist","Scripts Editor",0,"7",0,0,0,112,0,16,16,"","",0,1,0,0,""
n9="sep3","",0,"8",0,0,0,128,0,16,16,"","",2,1,0,0,""
n10="scripts","",1,"9",0,0,0,144,0,16,16,"","",0,0,1,0,""
n11="scripts2","Scripts Editor",1,"10",0,0,0,160,0,16,16,"","",0,1,0,0,""
n12="sep4","",0,"11",0,0,0,176,0,16,16,"","",2,1,0,0,""
n13="addrbook","Address Book",0,"12",0,0,0,192,0,16,16,"","",0,1,0,0,""
n14="timer","Online Timer",0,"13",0,0,0,208,0,16,16,"","",0,1,0,0,""
n15="colors","Colors",0,"14",0,0,0,224,0,16,16,"","",0,1,0,0,""
n16="sep5","",0,"15",0,0,0,240,0,16,16,"","",2,1,0,0,""
n17="send","Send File",0,"16",0,0,0,256,0,16,16,"","",0,1,0,0,""
n18="chat","Chat",0,"17",0,0,0,272,0,16,16,"","",0,1,0,0,""
n19="dccopts","DCC Options",0,"18",0,0,0,288,0,16,16,"","",0,1,0,0,""
n20="sep6","",0,"19",0,0,0,304,0,16,16,"","",2,1,0,0,""
n21="rcvdfiles","Received Files",0,"20",0,0,0,320,0,16,16,"","",0,1,0,0,""
n22="logfiles","Log Files",0,"21",0,0,0,336,0,16,16,"","",0,1,0,0,""
n23="sep7","Notify List",0,"22",0,0,0,352,0,16,16,"","",2,1,0,0,""
n24="notify","Notify List",0,"23",0,0,0,368,0,16,16,"","",0,1,0,0,""
n25="notify2","Urls List",0,"24",0,0,0,384,0,16,16,"","",0,0,1,0,""
n26="urls","",0,"25",0,0,0,400,0,16,16,"","",0,1,0,0,""
n27="urls2","Urls List",0,"26",0,0,0,416,0,16,16,"","",0,0,1,0,""
n28="sep8","",0,"27",0,0,0,432,0,16,16,"","",2,1,0,0,""
n29="htile","Tile Horizontal",0,"28",0,0,0,448,0,16,16,"","",0,1,0,0,""
n30="vtile","Tile Vertical",0,"29",0,0,0,464,0,16,16,"","",0,1,0,0,""
n31="cascade","Cascade",0,"30",0,0,0,480,0,16,16,"","",0,1,0,0,""
n32="arrange","Arrange Icons",0,"31",0,0,0,496,0,16,16,"","",0,0,1,0,""
n33="sep9","",0,"32",0,0,0,512,0,16,16,"","",2,1,0,0,""
n34="about","About",0,"33",0,0,0,528,0,16,16,"","",0,1,0,0,""


now we get the bugs, the No.6,7,8,10,23,25,26,32 have problems. To show the courently tool tips, we can fix the bugs manualy.
© mIRC Discussion Forums