Bug #3889
closedCustom menubar icons are not anymore working
0%
Description
I've just updated AdiIRC to the new beta version and my custom icons on menubar isn't anymore working.
There is an example of how my project is loading custom icons on menubar:
$menuicon($_psys.gfx.fselect(_options.ico)) Options:/_psys.open -m options
the identifier $_psys.gfx.fselect is:
alias _psys.gfx.fselect { return $scriptdirGFX\ $+ $1 }
Updated by Cassio Luz S. over 6 years ago
Please, note that:
Previous beta didn't have the issue.
$scriptdir must not be $scriptdir\ (by default, $scriptdir already returns an "\" to the end)
Updated by Per Amundsen over 6 years ago
- Status changed from New to Resolved
- Regression changed from No to Yes
Thanks for the detailed bug report, it did indeed break evaluating the file path in the last beta (while fixing something else), I am not sure when next beta is, so I uploaded a fixed version to https://adiirc.com/build/AdiIRC64.exe and https://adiirc.com/build/AdiIRC.exe.
Updated by westor (GR) over 6 years ago
The bug didn't fixed, it still returns the error: * $menuicon: no such file ...
The file exists (checked thought $isfile + $exists)