twig / dcxdll

Dialog Control eXtensions for mIRC
BSD 3-Clause "New" or "Revised" License
23 stars 2 forks source link

build 222 have some bugs + idea #22

Closed Loveness closed 3 years ago

Loveness commented 7 years ago

Hi!

Please, turn off the warning:

D_ERROR mIRCLinker::eval() (SendMessage() - failed)

that occurs on HALT command in cb_alias. I understand that /halt command (is not an error command, but a command that halts the script that is different from /return completely.. is a normal to use), but i don't want to change tons of codes to replace /halt with /return and, in some cases, to modify all my scripts.

If you turn off this warning to not appear anymore in status (even in every way) than i'll try to use this and to say more bugs and issues. I returned back to 2.0, build 1120.

So I've met these errors during my 5 minutes test:

[16/10/2017 @ 17:00:01] D_CERROR xdialog -c update: Unable To Create Control (Control with ID "14" already exists) [16/10/2017 @ 17:00:01] D_ERROR /xdialog ("update -c 14 button 100 110 128 35 bitmap hidden" error: Control with ID "14" already exists)

It's a nonsence! in 2.0 is all fine, but in update dialog says that id 14 exists! Ok, i checked and no duplicate of 14 was not found!

[16/10/2017 @ 16:59:11] D_ERROR /xdid ("media + -w 137 16 pics\icons.dll" error: Invalid ID : 0 (dialog : media)) The command is: xdid -w media 8,16,20,48 + 137 16 pics\icons.dll that works perfectly!

More detailed information i'll make when you turn off the warning if you wish so.

Thanks.