-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
act tracker can get stuck off screen if resolution lowers #411
Comments
Thanks for reporting and for your suggestions! Movable widgets usually auto-correct if out of bounds (i.e. they're placed as close as possible to the target location, while staying within the current screen-area). Due to an oversight, the act-tracker widget doesn't do that. As long as you switch between two fixed resolutions and restart the tool in-between switching, screen-checks should work without a problem at each resolution (there should be individual |
Also: "bottom, middle" is the default position, so right-clicking the white square in the widget should put it there at every resolution (unless you mean "bottom, middle" but slightly above the exp-bar). |
Thanks! I am indeed always switching between two fixed resolutions. Are you saying that I need to restart the tool before launching PoE at the new resolution? I'm definitely not doing that, because I would normally forget until I see the tool visible and the act tracker missing 🥲. But I am happy to try to remember to reload the script it via the taskbar before launching on the laptop if that's a workaround. If is it possible to apply the out of bounds check to the act tracker as well, that would be extra awesome! |
I'll fix it for the next release. I would normally publish a hotfix for that but I'm pretty deep into implementing updates and new features for 3.25. The way I do it is: switch monitors in the in-game settings, wait for it to switch over, then confirm in-game to keep these settings, and also click save in the in-game options. Then I just restart the tool, and it figures it out itself. |
Awesome, thanks! I don't use multiple monitors, just either laptop display or my ultrawide. I did try closing PoE, unplugging the monitor, reloading Lailloken, and launching PoE. Lailloken says it has to restart due to resolution changes, but when it does the Act Tracker is still off screen. For now I'll just pin the |
Should be fixed in v1.54.3. |
Hmm, that's an "initialization error". Basically, at script startup the script checks the position of the PoE-client, creates an invisible window in its center, then maximizes said window. This is to check which monitor the client is running on and to get the monitor's resolution and set the bounds (the exact bounds the act-tracker didn't respect when you first encountered issues). The error states EDIT: I double-checked, and there is a check in place that maximizes the PoE-client in case it's minimized. Maybe there's a timing issue, and the tool tries to move on before the window has been fully restored. I just got up and need to walk the dog, but I'll test asap. |
Hi there and thanks for this fantastic collection of tools! I use a laptop and regularly switch between a large monitor and playing on the laptop screen itself. I like to have the act tracker in the bottom middle, but when I go back to playing on the laptop monitor, the act tracker is stuck off screen and I don't know how to get it back besides editing the .ini file.
Suggestions:
Thanks again!
The text was updated successfully, but these errors were encountered: