Project

General

Profile

Actions

Bug #3889

closed

Custom menubar icons are not anymore working

Added by Cassio Luz S. almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
04/30/2018
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
Yes

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 }

Actions #1

Updated by Cassio Luz S. almost 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)

Actions #2

Updated by Per Amundsen almost 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.

Actions #3

Updated by Per Amundsen almost 6 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by westor (GR) almost 6 years ago

The bug didn't fixed, it still returns the error: * $menuicon: no such file ...

The file exists (checked thought $isfile + $exists)

Actions

Also available in: Atom PDF