Search found 7 matches

by LoganDark
Sat Jul 18, 2020 4:50 am
Forum: Platform Related Issues
Topic: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)
Replies: 4
Views: 1423

Re: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)

So I was reading up online about NSHighResolutionCapable and I came across this StackOverflow post . The post describes ways to force an app to run in low-resolution mode when it refused to do so, which was the complete inverse of my situation, but still possibly a good read. Lo and behold, the post...
by LoganDark
Fri Jul 17, 2020 11:02 pm
Forum: Platform Related Issues
Topic: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)
Replies: 4
Views: 1423

Re: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)

It does seem to have something to do with the executable itself, considering running one of the examples still produces a non-blurry result even though it's not even in a bundle.

Image
by LoganDark
Fri Jul 17, 2020 7:09 pm
Forum: Platform Related Issues
Topic: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)
Replies: 4
Views: 1423

Re: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)

Hi, So minimal sample from the wxWidgets distribution supports black theme and has HiDPI? In this case - what is different inside the info.plist for both? Thank you. Yep, minimal app works fine. https://puu.sh/G89qk/0a4fa69698.png I even manually reordered all the keys in my plist (and added a coup...
by LoganDark
Fri Jul 17, 2020 1:03 pm
Forum: Platform Related Issues
Topic: NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)
Replies: 4
Views: 1423

NSPrincipalClass trick not working for retina application?! (EXPOSED) (GONE WRONG)

So I have this C++ application, here is my CMakeLists.txt: cmake_minimum_required(VERSION 3.12) project(wxwidgets_test) set(CMAKE_CXX_STANDARD 11) find_package(wxWidgets 3.1.3 COMPONENTS all REQUIRED) include(${wxWidgets_USE_FILE}) add_executable(wxwidgets_test MACOSX_BUNDLE main.cpp) target_link_li...
by LoganDark
Fri Nov 09, 2018 6:56 pm
Forum: General Forum Issues
Topic: British English, but no American English
Replies: 5
Views: 23787

Re: British English, but no American English

doublemax wrote:In that case, maybe we could rename "British English" to just "English"? (I have no idea if that's even possible with reasonable amount of effort.)
Maybe, although that could imply that British English is the only English language... It would probably work for me, though.
by LoganDark
Fri Nov 09, 2018 5:08 pm
Forum: General Forum Issues
Topic: British English, but no American English
Replies: 5
Views: 23787

Re: British English, but no American English

We have a couple extensions installed that don't provide/support American English The extensions will just use their default language then, and everything will be fine. Installing additional locales requires extra updates and maintenance that's just not worth the burden or time we have to add it In...
by LoganDark
Wed Nov 07, 2018 12:48 pm
Forum: General Forum Issues
Topic: British English, but no American English
Replies: 5
Views: 23787

British English, but no American English

Why is there no American English option in addition to the normal British English? Can you consider adding it please?

Thanks!