Search found 1287 matches

by tierra
Fri Jul 08, 2022 3:18 pm
Forum: General Development
Topic: Diamond Inheritance within the wxWidgets library
Replies: 3
Views: 9068

Re: Diamond Inheritance within the wxWidgets library

I think wxVarHVScrollHelper might be the only class in wxWidgets that uses diamond inheritance. I'm not sure that this idea adds any value to that design though.
by tierra
Sat May 28, 2022 2:00 am
Forum: Component Writing
Topic: wxWidgets modern look
Replies: 6
Views: 12810

Re: wxWidgets modern look

I really does look like wxAUI + wxGrid + lots of wxPropertyGrid, and a dark Windows theme (likely not the new "dark mode").

It does look quite nice to me, some solid work for sure.

It could just be something like GreyEveTheme.
by tierra
Fri Feb 11, 2022 12:36 am
Forum: General Forum Issues
Topic: Try log out and log in again if you can't post due to Error "The submitted form was invalid"
Replies: 18
Views: 22806

Re: Try log out and log in again if you can't post due to Error "The submitted form was invalid"

I also haven't seen it happen since your fix. It seems like that has done the trick. Thanks again!
by tierra
Sat Feb 05, 2022 4:34 pm
Forum: C++ Development
Topic: Search not working in https://docs.wxwidgets.org/3.1/
Replies: 4
Views: 5497

Re: Search not working in https://docs.wxwidgets.org/3.1/

Site search works pretty well for this too for what it's worth: http://www.wxwidgets.org/search/?q=wxlistctrl

Known issue is tracked here: https://github.com/wxWidgets/wxWidgets/issues/19276
by tierra
Thu Oct 07, 2021 9:52 pm
Forum: General Forum Issues
Topic: Error "The submitted form was invalid"
Replies: 58
Views: 107176

Re: Error "The submitted form was invalid"

Yeah, it's pretty clear at this point that it's something server-side. We just can't figure out what it is still. I have found that the most reliable way to quickly see if it's affecting you at any specific time is to repeatedly click the "Board index" link in the header (or the blocks log...
by tierra
Sat Feb 29, 2020 6:48 pm
Forum: Open Discussion
Topic: Developing for the Big 3
Replies: 4
Views: 18133

Re: Developing for the Big 3

However now VirtualBox have an option to install OSX inside VM, so I guess it is OK. This is because the macOS license does allow you to run macOS in a guest VM on macOS host machines (running on Apple hardware). I believe it's even licensed to run in a guest VM on a Windows 10 host, but only if th...
by tierra
Fri Dec 27, 2019 9:31 pm
Forum: General Forum Issues
Topic: Is https://trac.wxwidgets.org/ down?
Replies: 5
Views: 36099

Re: Is https://trac.wxwidgets.org/ down?

I've restarted the service, it's back up now.
by tierra
Mon Nov 18, 2019 2:15 am
Forum: General Forum Issues
Topic: Unable to post (Message seems to be spam)
Replies: 6
Views: 34579

Re: Unable to post (Message seems to be spam)

I've whitelisted your account from our spam filters.
by tierra
Mon Feb 18, 2019 9:28 pm
Forum: Forum Announcements
Topic: Forums Upgraded to 3.2.5
Replies: 1
Views: 48287

Forums Upgraded to 3.2.5

You might notice some changes to the look and feel of the forums today. We've upgraded from phpBB 3.1 to 3.2. There's lots of nifty new features , but let me just quickly point out some of the most relevant ones for you: Emoji 💯 A brand-new BBCode parser allows you to make use of the entire Emoji ke...
by tierra
Thu Jan 31, 2019 2:43 am
Forum: Announcements and Discoveries
Topic: ANN: New wxWidgets based app, Other World Mapper
Replies: 3
Views: 15329

Re: ANN: New wxWidgets based app, Other World Mapper

Nice work, you should consider opening a pull request to the wxWidgets website to add this to the screenshots page, similar to this one: https://github.com/wxWidgets/website/pull/2
by tierra
Fri Nov 09, 2018 3:11 pm
Forum: General Forum Issues
Topic: British English, but no American English
Replies: 5
Views: 23199

Re: British English, but no American English

We have a couple extensions installed that don't provide/support American English, mostly due to the fact that phpBB itself uses British English as it's source locale. Being that wxWidgets does the same, we've never really thought it might be a problem for anyone. Installing additional locales requi...
by tierra
Sun Nov 26, 2017 3:07 am
Forum: Compiler / Linking / IDE Related
Topic: Current status of wxWidgets with MinGW based compilers
Replies: 5
Views: 15971

Re: Current status of wxWidgets with MinGW based compilers

I'm not sure if you're aware of this, but wxWidgets has some AppVeyor CI builds setup that are constantly monitoring merged commits and pull requests for MinGW (32bit), MSYS2 (64bit), and Cygwin. Builds are found here: https://ci.appveyor.com/project/wxWidgets/wxwidgets Environment details here: htt...
by tierra
Tue Nov 17, 2015 2:12 pm
Forum: C++ Development
Topic: Show/Hide from parent element doens't completely hide children
Replies: 3
Views: 7109

Re: Show/Hide from parent element doens't completely hide children

If you don't have both panels in a sizer, you should only have *one* panel as a child of any top level window, regardless of whether one is hidden or not. wxWidgets does some magic sizing for a single child window that isn't in a sizer, and you're likely confusing it. I would second the recommendati...
by tierra
Thu Nov 12, 2015 2:36 pm
Forum: Platform Related Issues
Topic: Best Cross Platform Build Approach?
Replies: 5
Views: 8522

Re: Best Cross Platform Build Approach?

Atom CPU and virtualization? Ouch. Don't even bother with a virtual machine, your only option is to just dual boot. Using something like VirtualBox on an Atom CPU could easily take half a day just to compile wxWidgets. Even using VirtualBox / VMWare / or some other kind of virtual machine other than...