DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
392 stars 44 forks source link

UI scaling #1296

Open tomtom1969vlbg opened 1 year ago

tomtom1969vlbg commented 1 year ago

Hey there, if I use the UI scaling to make me see everything a littel better the windows are sometimes to big for the screen and it is not possible to scroll down within that window. So for example in the Word Generator its not possible to see the created words :-( Or maybe I am doing somthing wrong Best wishes Thomas

TrapinchO commented 1 year ago

are you using the beta version? it is possible that it is fixed there

tomtom1969vlbg commented 1 year ago

Hi, thanks for the info. No I do not use the beta version. Can I download that anywhere? Thanks

Gesendet von Outlook für Androidhttps://aka.ms/AAb9ysg


From: TrapinchO @.> Sent: Monday, May 29, 2023 5:55:11 PM To: DraqueT/PolyGlot @.> Cc: tomtom1969vlbg @.>; Author @.> Subject: Re: [DraqueT/PolyGlot] UI scaling (Issue #1296)

are you using the beta version? it is possible that it is fixed there

— Reply to this email directly, view it on GitHubhttps://github.com/DraqueT/PolyGlot/issues/1296#issuecomment-1567298488, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4BCYH3AGJRHSUJLBWMQTNLXITBF7ANCNFSM6AAAAAAYS5T4PY. You are receiving this because you authored the thread.Message ID: @.***>

TrapinchO commented 1 year ago

it is on the Polyglot's main page below the "stable" downloads

tomtom1969vlbg commented 1 year ago

I am not really commen with GitHub 😁 Don't know where to find that 😂 I have the version 3.5.1

Gesendet von Outlook für Androidhttps://aka.ms/AAb9ysg


From: TrapinchO @.> Sent: Monday, May 29, 2023 5:59:16 PM To: DraqueT/PolyGlot @.> Cc: tomtom1969vlbg @.>; Author @.> Subject: Re: [DraqueT/PolyGlot] UI scaling (Issue #1296)

it is on the main page below the "stable" downloads

— Reply to this email directly, view it on GitHubhttps://github.com/DraqueT/PolyGlot/issues/1296#issuecomment-1567302423, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4BCYH46JF7DR5CNG5PWP4DXITBVJANCNFSM6AAAAAAYS5T4PY. You are receiving this because you authored the thread.Message ID: @.***>

DraqueT commented 1 year ago

Heyo! You can snag it in the link below.

https://draquet.github.io/PolyGlot/

tomtom1969vlbg commented 1 year ago

Oh thanks a lot Thomas

Gesendet von Outlook für Androidhttps://aka.ms/AAb9ysg


From: Draque Thompson @.> Sent: Monday, May 29, 2023 6:30:24 PM To: DraqueT/PolyGlot @.> Cc: tomtom1969vlbg @.>; Author @.> Subject: Re: [DraqueT/PolyGlot] UI scaling (Issue #1296)

Heyo! You can snag it in the link below.

https://draquet.github.io/PolyGlot/

— Reply to this email directly, view it on GitHubhttps://github.com/DraqueT/PolyGlot/issues/1296#issuecomment-1567329836, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4BCYHY6RJHZYUNCF6AIGOTXITFKBANCNFSM6AAAAAAYS5T4PY. You are receiving this because you authored the thread.Message ID: @.***>

tomtom1969vlbg commented 1 year ago

Hey there,

sorry for bothering you …

But now I have another problem – I cannot save my language anymore, it Shows the following Problem: @.***

Do you habe any idea what I can do?

Would be sad to delete everything i have done so far 😲

Thx in Advance Thomas

Gesendet von Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 für Windows

Von: Draque @.> Gesendet: Montag, 29. Mai 2023 18:30 An: @.> Cc: @.>; @.> Betreff: Re: [DraqueT/PolyGlot] UI scaling (Issue #1296)

Heyo! You can snag it in the link below.

https://draquet.github.io/PolyGlot/

— Reply to this email directly, view it on GitHubhttps://github.com/DraqueT/PolyGlot/issues/1296#issuecomment-1567329836, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4BCYHY6RJHZYUNCF6AIGOTXITFKBANCNFSM6AAAAAAYS5T4PY. You are receiving this because you authored the thread.Message ID: @.***>

DraqueT commented 1 year ago

Heyo! It looks like your email service edited out the screenshot, so I am unable to see it. Could you please add it directly to the discussion? You can do so by jumping to the thread here: https://github.com/DraqueT/PolyGlot/issues/1296

I have done extensive work rewriting the saving/file integrity system, so it's possible that you're running into a new bug there.

tomtom1969vlbg commented 1 year ago

it says “java.lang.Exception: Written file does not match file in memory” grafik

tomtom1969vlbg commented 1 year ago

and i am very sorry, I have another bug found

grafik

even when every test in grafik is ok and works, it does not show these results in the conword declensions :-(

tomtom1969vlbg commented 1 year ago

btw ... the more I get into it, the more I like what you have done :-O it's amazing

DraqueT commented 1 year ago

I'm really glad this tool is helping you! I'm sorry that you're running into a saving problem, though.

Do you remember the last thing you did before is stopped saving properly? What is happening in this bug is that PolyGlot saves the file, reloads it, then compares that to what is currently loaded. If the two did not match, this means that PolyGlot is not saving data exactly as it is loading data later. If we can isolate this, it will help me track down what I need to fix here. Any clues would be super helpful!

In the mean time, I will make a new beta (which I'll link here) that simply saves an alternate file location when this comes up so that the two can be compared.