I was trying to load a base64-encoded .ico
file to use as the dialog's icon, but I get an error whenever I try to access Image.type
or any other Image
property. There’s no error when setting dialog.icon
, but the icon simply doesn’t get applied.
This is a test script.
dlg_test.opusscriptinstall (3.1 KB)
What am I doing wrong?
PS: I know I can embed images in the script, but for certain reasons, I want to avoid that approach.