Project

General

Profile

Actions

Bug #5759

closed

/drawpic -c should take into account icon index

Added by westor (GR) 10 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
07/14/2023
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

Hello,

I found some issues with /drawpic i will provide further the examples.

1) Specifying an index with /drawpic -o doesn't work with the file $adiircexe, any index:
     //window -pd @test | drawpic -co @test 20 20 1 $qt($adiircexe) doesn't work
      note: //window -pd @test | drawpic -c @test 20 20 $qt($adiircexe) display the adiirc icon.

2) Specifying an index with file mirc.exe works, but always gives the same icon regardless of the specified index:
     //window -pd @test | drawpic -co @test 20 20 4 $qt($sfile(.))
     //window -pd @test | drawpic -co @test 20 20 24 $qt($sfile(.))
     //window -pd @test | drawpic -co @test 20 20 4 $qt($sfile(.))

- Thanks!

Actions #1

Updated by Per Amundsen 9 months ago

  • Subject changed from /drawpic -o doesn't working to /drawpic -c should take into account icon index
  • Status changed from New to Resolved

AdiIRC.exe does not have any icons in it's icon index, you will not get an icon in mirc either.

Index in mirc.exe works, but when -c cache is specified, it uses the last icon found in that file. I fixed the cache to include index for next beta.

Actions #2

Updated by Per Amundsen 9 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF