Ulrich Telle
Ulrich Telle
> Grouping is valuable both with monetary and other values (e.g. population count), so it shouldn't be currency-specific, but it is indeed somewhat related. Well, IMHO the number formatting should...
> I am trying to learn "wxchartviewer" project, Visual Studio 2022 - hoping to understand the code and customize it for academic use. Actually, the _wxchartviewer_ project just references the...
AFAICT this is not a _real_ issue. Closing for now. Reopen if necessary.
> Assuming the encrypted DB file exists and contains data, it generally works fine most of the time. If the encrypted database file exists and already contains data, the error...
> 1. After the database file is created, it sets PRAGMA user_version=xxx. In principle, this is a good approach, because it forces SQLite to write the database schema to disk,...
> I'll tell you one thing I see at first glance though. It seems like you're running the DB tasks multi-threaded which will heavily complicate your setup. In principle, the...
Sorry for chiming in. > It's more nuanced than this, quite often you do _not_ want to apply the UI locale to all number/date formatting, e.g. if you write these...
> The problem is that under Unix, at least with GTK, UI locale and C locale have to be the same, and I don't see what can we do about...
> > IMHO this is simply not true and contradicts the documentation of method `wxString::FromDouble()`. > > No, sorry, it definitely doesn't contradict the documentation, which says that it respects...
> > I suspect that many users understand _"current locale"_ as a synonym for _"UI locale"_. > > Perhaps, so we should clarify that they're different. To make documentation unambigous,...