4rtzel

Results 28 comments of 4rtzel

Yes, there is an invisible box around the items. It's unfortunate drawback of the way we draw the recipes on screen. We need to react to the mouse events so...

There now should be a information about the items that the tool was able to detect. Something like this: ``` ... row=6, column=8, item=Juggernaut, confidence=0.9771817326545715 row=7, column=1, item=Overcharged, confidence=0.9776066541671753 row=7,...

I quickly added a message with the information about the number of items found in a new v0.2.2 version. The rest of the changes will have to wait until I...

You'll have to modify [poe_arch_scanner.py](https://github.com/4rtzel/poe-archnemesis-scanner/blob/master/poe_arch_scanner.py) file to use the names in your desired language. If you're only interested in recipes names, then you'll have to modify this array https://github.com/4rtzel/poe-archnemesis-scanner/blob/fa88b69f6acb2f5440713f4f77a590e1e93cff94/poe_arch_scanner.py#L23-L87 and...

UI should always stay on top because of the '-topmost' option: https://github.com/4rtzel/poe-archnemesis-scanner/blob/6f60c59479c2db7b8407c310909b6c31f8b0422c/poe_arch_scanner.py#L235 How are you running the game? Windowed/Fullscreen/Windowed Fullscreen?

@antofa, are you using Windows 11 as well? That may be the main problem. There are quite a few solutions for the overlay windows for Tk floating around the internet....

It's hard to debug this issue because I don't have the same problems on my side. It would be nice if some of you could cooperate with me so we...

You could try using the tool in non-overlay mode and rely on hotkey to start the scanning.

Are you running the game in windowed fullscreen mode? Also, are you perchance using windows scale feature? If so, could you try a workaround suggested by [u/Arkalagon](https://www.reddit.com/u/Arkalagon) > managed to...

@dovry, the issue here is not related to search but to the highlights. I suspect that when the windows ui scale is active, it messes up the size and the...