Figured out another workaround that seems to restore full functionality - I'm not versed at all in AHK scripts nor the ins and out of Windows, so no guarantees on whether this breaks anything.
Open POE-ItemInfo.ahk, find the section "ShowToolTip(String)" around line #5475.
Find the line "ToolTip, %String%, X - 135, Y + 35" and add additional lines so it reads:
"
ToolTip, %String%, X - 135, Y + 35
Fonts.SetFixedFont()
ToolTip, %String%, X - 135, Y + 35
Find the line "ToolTip, %String%, XCoord, YCoord" and add additional lines so it reads:
Figured out another workaround that seems to restore full functionality - I'm not versed at all in AHK scripts nor the ins and out of Windows, so no guarantees on whether this breaks anything.
Open POE-ItemInfo.ahk, find the section "ShowToolTip(String)" around line #5475.
Find the line "ToolTip, %String%, X - 135, Y + 35" and add additional lines so it reads:
"
ToolTip, %String%, X - 135, Y + 35
Fonts.SetFixedFont()
ToolTip, %String%, X - 135, Y + 35
Find the line "ToolTip, %String%, XCoord, YCoord" and add additional lines so it reads:
Super simple actually haha, just right click the item info file and click compile :). Fixed the issue for me!
Compiled script by right clicking. I could then successfully use the script if I ran the compiled "POE-ItemInfo.exe" file. Running the "POE-ItemInfo.ahk" file directly still only shows the info for a fraction of a second. Great script. I've been really missing it while it was't working. Thanks for all the work.