Okay. I'm making my mIRC completely custom, everything from switchbars to notify bars, themes, everything, is custom. I'm currently working on the custom Toolbar I'm working on. The few commands I need, and for some reason can't find, are the aliases to open Script Editor, and the Help/About dialogs. I'm also going to add a DCC window dropdown list.
My inqueries:
DCC-
1.) For some reason my DCC isn't setup correctly, any help?
2.) How would I tell (Via Dalog init and events) to show all the DCC's in a Dropdown/List box?
Tools-
1.) The script editor: What is the command? :| Is it something simple like /scripts or will I need to make a local alias that will do Alit+r (If so, what would I put? Would it be "alias -l Scripts $altr" or something?)
2.) The about: I'm pretty sure it's just /about but I'm not sure.
3.) With connecting, I've found that just doing /server will work, But how do I tell it to cancel connecting? :|
Dialogs/Docking-
1.) I've got 4 to 5 dialogs docked currently, the "BarSys" which will be the toolbar system, a custom switchbar (Left screen), a notify list (Right screen) and a wallops bar (Bottom screen.), but with the Wallops bar I need it to go further the the right so that the switchbar will drop further, allowed the Barsys more room. I currently chat on 6 servers, one of which being EveryWhereChat, and people like to P2P me even when I'm marked away, so my switchbar fills quickly, and it is annoying that I can't see all the channels and servers when they are active, so I want to lower the switchbar to allow more room, without crunching it. The wallops script is already about 6 scripts behind the Switchbar, but when it docks it still pushes the switchbar back up, will making the Barsys bigger fix this? (The Wallops bar's size has already been altered to allow the space to be compensated.)
2.) My notify bar only takes up about 3/5's the screen.. Is there a way to have one on top of the other, like the top and bottom bars, but on the side instead?
Visual Demo:
[Top of side]
[Bottom of side]
^^That way it doesn't take up two slots for two bars that will fill one, is this possible?
The DLL's I currently use are as folows:
hOS.dll
MDX.dll
Moo.dll
"Views.mdx"
"Bars.mdx"
"ctl_gen.mdx"
"dialog.mdx" (DMDX)
"POPUPS.dll"
The aliases for my MDX/DLL's:
alias hos { return dll\hos.dll }
alias mdx { return dll\mdx.dll }
alias moo { return dll\moo.dll }
alias views { return dll\views.mdx }
alias bars { return dll\bars.mdx }
alias ctl { return dll\ctl_gen.mdx }
alias dmdx { return dll\dialog.mdx }
alias mdxin { dll $mdx SetMircVersion $version | dll $mdx MarkDialog $dname }
alias popupsd { return dll\POPUPS.DLL }
Any help would be great! Thanks!