Skip to content
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

Localization Issue with Comma vs Period Based Decimal Separator #2

Closed
AndrewHazelden opened this issue Jul 18, 2024 · 9 comments
Closed

Comments

@AndrewHazelden
Copy link
Member

AndrewHazelden commented Jul 18, 2024

There is a known localization issue with the current Spatial Metadata GUI's v1.1 release's handling of textfield based number entry in the GUI for users in select regions with non "English US" region settings enabled in their OS. Dev efforts are underway now to solve this. :)

At the moment, you need to set your computer's localization settings to allow a period based separator to be used for the decimal point mark. If you have your number input preferences in your operating system set to use a comma value for the decimal point character there will be an error.

Summary: The GUI wrapper tool is a thin shell that is passing data to the Spatial CLI tool through the command line interface. A North American localized number input setting has to be used until the next dot update is shipped. (Sorry about that!)

@mrlando
Copy link

mrlando commented Aug 13, 2024

Hi Andrew,

Excellent work on this app, makes it much easier to create spatial videos.
The only thing is this issue with the comma vs period. Now I constantly need to switch the region back and forth.
Any idea when you are going to fix this?

MrLando

@AndrewHazelden
Copy link
Member Author

Any idea when you are going to fix this?

As soon as a I have a spare moment I will fix this. It's at the absolute top of my priority list.

@mrlando
Copy link

mrlando commented Aug 13, 2024

Great! 👍

@AndrewHazelden
Copy link
Member Author

AndrewHazelden commented Aug 15, 2024

@mrlando There is a new v1.2 update that addresses the comma vs period localization issue. Please let me know if you try it out and it works for you: https://github.com/Kartaverse/Spatial-Metadata/releases/tag/v1.2

@mrlando
Copy link

mrlando commented Aug 16, 2024

Yes! It works! Appreciated thx!
Can I make a suggestion? Can you make a progress bar instead of the raw output text? Or at least let it auto scroll to the last line every time so I do not need to scroll to see the progress? When you have time for this ofc.

@AndrewHazelden
Copy link
Member Author

The Xojo code for auto-scrolling the console zone to the last line of text is already present in the source code in the repo. It was simply commented out due to having some scrollback view refreshing issues that needed resolving when the text input line was also used.

Scroll to Bottom

@mrlando
Copy link

mrlando commented Aug 16, 2024

Ok, well I'll just scroll a bit for now. It is converting to spatial at least. It would be a nice addition sometime in the future.

@AndrewHazelden
Copy link
Member Author

Yup. I will enable a progress bar and scrolling console view feature on the next dot update of the Spatial Metadata GUI toolset, along with spatial photo conversions, and a JSON based preset system. :)

@mrlando
Copy link

mrlando commented Aug 16, 2024

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants