Quote:
Issue 1 : (very important and essential)
Problem: There are lots of windows in Windows that are not resized the same on MacOS.
|
Hmm is the child dialog also getting resized in that case? It doesn't look like it's using the full width...
Quote:
Issue 6 : (Works under windows 10 pro)
Langpack : IDD_MEDIAITEMPROPS
|
Strings such as "Item timebase:", strings that have an & in them, this will require a workaround, which is to calculate the ID of the string without the &, and set that in the language pack. You can use:
https://landoleet.org/i8n/string_calculator.html
to calculate, for example:
7FA9D4B370190166=Item time&base:
you'd paste "Item timebase:" and get:
267E13103BEC6742=Item timebase:
(sorry for the need for the workaround, perhaps we can remove this requirement at some point)