Live data from Hacker News

Viewing profile — VZ

VZ

HN member
Joined
Wed, Mar 27, 2013, 9:48 PM UTC
HN karma
60
Public activity
26 items

About VZ

No profile information was provided.

Recent public activity

  1. comment
    Comment #47874730

    wxRuby has been resurrected as wxRuby3, see https://mcorino.github.io/wxRuby3/ Among actively developed bindings, there is also wxRust at https://crates.io/crates/wxdragon

  2. comment
    Comment #46766939

    > wxWidgets is oldschool It's a bit sad that a GUI library absolutely needs to be new and shining to be even considered nowadays, it looks like the whole programming world got infe…

  3. comment
    Comment #36901356

    You definitely should have been able to link statically, but my point was that these DLLs are already available on the wxWidgets site, you didn't need to upload them yourself...

  4. comment
    Comment #36901282

    Interesting that you've decided to provide your own wxWidgets DLLs instead of using the official ones (see https://www.wxwidgets.org/downloads/ ). Is there some reason for this or …

  5. comment
    Comment #36083005

    Well, there is only so much latitude for naming the event (or message, callback, whatever) sent when a window needs to repaint itself. Qt has `paintEvent()` too and nobody calls it…

  6. comment
    Comment #36069510

    This was indeed the case. In 1995. Since then just about everything has changed, but the idea that wxWidgets is MFC-like still refuses to die... Another common related opinion is t…

  7. comment
    Comment #30429059

    This is very similar to my memories of Sven too, except that I didn't even manage to buy him a beer remotely. Good for you to have done it!

  8. comment
    Comment #30244541

    > Still, they looked unusable. This shouldn't be the case. If you use wx 3.0, it's too old to support the features that appeared in macOS after its release (dark mode etc), but 3.1…

  9. comment
    Comment #26822740

    Best size is determined by each window. Min size is best size by default, but can be set to something different to override it. And the initial size is also min size by default, be…

  10. comment
    Comment #26817671

    Be the change you want to be! wxC did exist but grew unmaintained, split into several variants (I think at least wxHaskell and wxErlang had their own versions) and withered. It sho…

  11. comment
    Comment #26817483

    My answer at https://stackoverflow.com/a/19358996/15275 dates from 8 years ago but it's still relevant.

  12. comment
    Comment #26817456

    FWIW updating from 3.1.4 to 3.1.5 (and then to 3.2.0) should be pretty seamless. The documentation does need work, but it's hard to find people volunteering to do it (although a fe…

  13. comment
    Comment #26817422

    Maybe this has something to do with the fact that Windows doesn't have dark mode for the desktop applications in the first place.

  14. comment
    Comment #26817409

    I can't say much for wxPython lib, but fixing high DPI support in native controls is the main focus of 3.2.0 and things look pretty good in 3.1.5 already IMHO. I could understand i…

  15. comment
    Comment #26817359

    It's neither a strength (there are definitely tons of things to do) but nor is it much of a weakness because the development is quite active pretty much all the time (just look at …

  16. comment
    Comment #26320470

    I'd be interested to know what do you find rough about XRC (as wx XML layout system is known)?

  17. comment
    Comment #24270841

    > Well, let's verify that… https://i.imgur.com/uHfjoUs.png No, they're not. Sorry, I don't know what is this supposed to prove, but I can definitely assure you that all the mention…

  18. comment
    Comment #24255528

    ECMerge seems to use standard wxToolBar which is definitely a native control, so I don't know why it has the same background on all the screenshots. Perhaps they've explicitly chan…

  19. comment
    Comment #24253488

    Sorry, but it was really surprising to see such an account of events. Just in case it's not obvious, and I realize that not everybody had a chance to be confronted by a giant corpo…

  20. comment
    Comment #24253332

    I've completely forgotten about this page of the site, but it's nothing but polite fiction. We didn't really have any choice in the matter, it was that or be dragged in court by Mi…

  21. comment
    Comment #24252491

    There are many screenshots here, I'm not sure which one do you mean. But do keep in mind that some of these screenshots (maybe even most of them) are 10, or 20, years old, so what …

  22. comment
    Comment #24251998

    Wow, you have some interesting sources (care to share them?). Microsoft _forced_ us to change the name, threatening unspecified but dire legal consequences if we didn't. They have …

  23. comment
    Comment #24251037

    > I submit that Wx implements its own non-native widgets. It does for the widgets that have no native equivalent, such as draggable/dockable tabs/panels that you show. You can't sa…

  24. comment
    Comment #24247674

    Both Codelite and Code::Blocks are written using wxWidgets.

  25. comment
    Comment #23470202

    The really interesting thing would be to have a wx port using the native API for it, but unfortunately the last time I heard about wxBe was in the last century...