You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__New(hDestination, hSource)
{
local thumbnail
VarSetCapacity(thumbnail, 4, 0)
And it should work.
P.S. it's possible that other methods are similarily broken, and need a local variable before VarSetCapacity, but I'm not a fan of AHK language and the way it won't give you a sensible errors.
The text was updated successfully, but these errors were encountered:
I know this is not your most pressing issue, but if someone else is using this, it might be a useful note here.
Currently one can't render multiple thumbnails to a window, because of a little bug.
To fix this change:
to this:
And it should work.
P.S. it's possible that other methods are similarily broken, and need a local variable before VarSetCapacity, but I'm not a fan of AHK language and the way it won't give you a sensible errors.
The text was updated successfully, but these errors were encountered: