mIRC Home    About    Download    Register    News    Help

Print Thread
#163680 03/11/06 04:48 AM
Joined: Jun 2004
Posts: 19
Q
Pikka bird
OP Offline
Pikka bird
Q
Joined: Jun 2004
Posts: 19
(Of course I'm sure this has been suggested already :P)

I think that there should be more dialog addons such as treeviews, dropdown lists with icons, etc. In the same kind of fashion that some of the popular dll addons such as MDX and DCX allow you to do. On top of that, the dialog should be a bit more customizeable, for instance being able to change the colors of various dialog id's.

It just makes sense to me, since lots of scripters wind up using these dlls to make their dialogs more 'user-friendly', that they would be built in features in mIRC.

#163681 03/11/06 09:20 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
I think i've mentioned compilling DCX into mIRC a few times lol. It's not like it would be the first third party stuff being added to the source :P


$maybe
#163682 03/11/06 02:25 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
It would definitely be nice to have those abilities... especially font, font color and font size. I've only done a few scripts that use those things because I don't like having to package a DLL with a small script just to make the script look nice. It just makes it too big for a small script. Of course, if everyone had the DCX and MDX DLL files already, then it wouldn't be a problem, but I don't like to rely on that.

Having it built in would be wonderful.


Invision Support
#Invision on irc.irchighway.net
#163683 04/11/06 06:27 PM
Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
The main problem with including such a big project into mIRC is that it's in constant evolution (it's not perfect yet and bug less) and since the releases of mIRC are so far apart now, it would be hard to add new stuff to it.

I think that Khaled created the possibility for mIRC DLLs to remove that drawback of having too much to do in mIRC and help him concentrate on the essential part of it.

DCX is a very big project and is a DLL that is now larger than the initial scope of only enhancing dialogs. It has custom popup support, docking support and other misc features.

I agree that some of those features could be present in mIRC, but leaving them open to external libraries removes the burden of trying to please to everyone. mIRC is after all an IRC client for chatting before a complete development environment. The scripting was added to enhance the experience, but I think the scope has largely exceeded its initial vision.

#163684 05/11/06 02:45 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Oh, I agree and I didn't really mean to include all the features of DCX and MDX in mIRC. There are a few (font-related, such as color, size and typeface) that I would really like to see, though. Having the ability to also include mouseover help bubbles would also be nice for a built-in feature. I think those are dialog features that many would use regularly. Other DCX/MDX features are great, but may not be used regularly by very many people, so should really stay as DLL-based.


Invision Support
#Invision on irc.irchighway.net
#163685 06/11/06 09:32 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
For me personally it has to be one of the other, i'd hate if a small new feauture in mIRC broke DCX.


$maybe
#163686 06/11/06 02:16 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Why would it break DCX if mIRC added font colors, etc.? Obviously, people would probably start using mIRC's internal font method instead, so they didn't have to load the DLL if that was all they needed, but I don't see how it would break the DLL. You should be able to use both methods in one script without an issue...?


Invision Support
#Invision on irc.irchighway.net
#163687 06/11/06 04:49 PM
Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
You see, mIRC 6.2 already broke a feature in DCX concerning custom popup menus from mIRC (the status, channel, query and nicklist ones). The menubar one is unaffected. Khaled knows about it and said he would try to make it so that the old method is used again so we could regain the possibility to use this feature (we couldn't find a workaround so far).

On another note, mIRC can add whatever it wants to dialogs and it won't affect DCX because the DLL is completely independant of mIRC dialog controls. DCX manages everything on its own and has its own version of the mIRC regular controls because its easier to manage everything in a generic way inside DCX than to try to mangle around mIRC controls like MDX was doing. Overall, DCX commands don't affect mIRC handled controls and mIRC commands don't affect DCX controls (I think you could do some /did on DCX control IDs but the result would be unknown).

And you can use DCX controls with mIRC controls on the same dialog but there are limitations as using CLA for example which doesn't support mIRC controls.

Overall, anything that's added to mIRC is a good thing for users in the dialog space. DCX was only created to palliate the needs of people wanting more advanced features to fully exploit the available GUI in Windows. And the release cycle of bug fixes/new stuff is faster in DCX than mIRC as we all know.

#163688 06/11/06 05:57 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I still need to put DCX to use in the game I started long ago for the internal chat between players. Just haven't been feeling like working on it lately.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard