mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2008
Posts: 1,483
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
Hello,

I've notice today that there is a problem in the dialog main icon loading progress, IF the .ico file size is less than 2KB the mirc does not load the ico and uses the default, i don't know if this is for purpose but it should be loaded into the dialog as it can be opened in mspaint.exe with success and the file does not contains any errors.

Step to reproduce:

Image example: here

Test Code:

Code:
dialog -l test {
  title ""
  icon favicon.ico, 0
  size -1 -1 100 50
  option dbu
}
alias testing { dialog -md test test }

- Thanks!

Joined: Dec 2015
Posts: 147
D
Vogon poet
Offline
Vogon poet
D
Joined: Dec 2015
Posts: 147
It has to be an ICO file and that file is PNG, which is why it doesn't work.

Joined: Dec 2008
Posts: 1,483
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
lol, you're right! my fault.

I didn't noticed that because it was downloading via an code and the saving file format was incorrect.


Link Copied to Clipboard