Kromtec / LegendsViewer

Recreates Dwarf Fortress' Legends Mode from exported files.
GNU General Public License v3.0
62 stars 19 forks source link

Cannot select xml file #26

Closed BurningSquid closed 6 years ago

BurningSquid commented 7 years ago

I cannot currently select the xml file to load within LV 1.17.01 as the ellipses button ('...') does not show up next to any of the items in the Summary tab. This image show an example of what I'm talking about.

I have read through the readme and troubleshooting tips but can't seem to figure this out. My IE is version 11 so I don't think that's the problem. Also I tried using version 1.13 and the button shows up.

Kromtec commented 7 years ago

I have never heard of this bug and can not reproduce it myself. Maybe it is DPI related? Do you have a high resolution monitor?

BurningSquid commented 7 years ago

Hmm I am using a 1440p monitor as my main display, but my peripheral monitors are 1080p and the button doesn't show up on them either. I'll give it another shot though. Super weird...

Kromtec commented 6 years ago

Please reopen if your problem is still there in v1.18.00+

Kromtec commented 6 years ago

It looks like Windows Forms does not do well with custom scaling. 125% 150% 225% were fine but with 113% scaling factor I could reproduce this bug. I changed the order of the controls so that the buttons are on the left side of the textboxes and made a few other tweaks.

BurningSquid commented 6 years ago

Shit I forgot about this. Thanks for letting me know, I believe I do actually have 113% scaling on with a third party scaling program. Was having issues with windows 10 UI when running 2K resolution so had to fuss with it a bit... are releasing a new build with that update or is it already implemented?

Really going above and beyond the call of duty with support here, appreciate it.

On Wed, Dec 20, 2017 at 9:23 AM, Kromtec notifications@github.com wrote:

It looks like Windows Forms does not do well with custom scaling. 125% 150% 225% were fine but with 113% scaling factor I could reproduce this bug. I changed the order of the controls so that the buttons are on the left side of the textboxes and made a few other tweaks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kromtec/Legends-Viewer/issues/26#issuecomment-353092358, or mute the thread https://github.com/notifications/unsubscribe-auth/ANP9HjujroUfDCLNf4WxktuzFNui2PNeks5tCSZ5gaJpZM4OwJOl .

-- Austin Bailey

Kromtec commented 6 years ago

This will be in the upcoming version 1.19.04, that i hope to release very soon.