mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
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!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Dec 2015
Posts: 148
Vogon poet
Offline
Vogon poet
Joined: Dec 2015
Posts: 148
It has to be an ICO file and that file is PNG, which is why it doesn't work.

Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
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.


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-

Link Copied to Clipboard