Bug #5759
closed/drawpic -c should take into account icon index
0%
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!
Updated by Per Amundsen over 1 year 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.