Page 1 of 1
Name changes & Scripts
Posted: 2013-09-26, 23:52 UTC
by sas2000
Hi, if you use cm_CRCcreate command in 8.01 then TCheckEditBox dialog window appears, but if you use the same command in 8.50b4 then the name of the dialog window is TCrcForm, both dialog windows do the same but have different names on each version.
Only if you consider it feasible, may you try to avoid these name changes so we don't have to modify our previous AHK scripts ?. Thank you very much

. (Sorry for my bad English)
Posted: 2013-09-27, 10:00 UTC
by ghisler(Author)
Unfortunately I had to create a new separate dialog box with 5 radio buttons to support the new methods sha256 and sha512. The TCheckEditBox dialog is a generic dialog which can show between 0 and 3 checkboxes only.
Posted: 2013-09-27, 16:01 UTC
by sas2000
Hi, i understand, if it is possible may you report this type of changes indicating the name of the new dialog in History.txt.
For example:
22.09.13 Added: Create CRC checksums: New dialog (
TCrcForm) to also create SHA256+SHA512, remember option "separate checksum files" and "*.*.sha" when entered by the user (32/64)
So users will notice easily that they must modify their AHK scripts. Thank you very much