Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
wx-users
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
wx-users
Contact owners and managers
1–30 of 29182
Mark all as read
Report group
0 selected
Martin Corino
Mar 22
[ANN] wxRuby3 v1.5.2 released
This upgrade release updates the targeted wxWidgets release to the new 3.2.7 release and also
unread,
[ANN] wxRuby3 v1.5.2 released
This upgrade release updates the targeted wxWidgets release to the new 3.2.7 release and also
Mar 22
Vadim Zeitlin
, …
Tolga Katas
6
Mar 20
Announcing wxWidgets 3.2.7 release
The best!! Thank you so much! Tolga Katas ˙ǝɹnʇnɟ ǝɥʇ ǝʇɐǝɹɔ (435)680-5030 mobile On Thu, Mar 20,
unread,
Announcing wxWidgets 3.2.7 release
The best!! Thank you so much! Tolga Katas ˙ǝɹnʇnɟ ǝɥʇ ǝʇɐǝɹɔ (435)680-5030 mobile On Thu, Mar 20,
Mar 20
Black Jack
,
Vadim Zeitlin
2
Mar 20
Is it allowed to Refresh() wxWindow from OnPaintEvent another brother wxWindow?
On Thu, 20 Mar 2025 21:28:49 +0300 Black Jack wrote: BJ> I have wxScrolledWindow that have two
unread,
Is it allowed to Refresh() wxWindow from OnPaintEvent another brother wxWindow?
On Thu, 20 Mar 2025 21:28:49 +0300 Black Jack wrote: BJ> I have wxScrolledWindow that have two
Mar 20
Vadim Zeitlin
Mar 14
New collection of wxWidgets examples
Hello, For anybody looking for some nice examples of using #wxWidgets, Bartosz W. Warzocha, the
unread,
New collection of wxWidgets examples
Hello, For anybody looking for some nice examples of using #wxWidgets, Bartosz W. Warzocha, the
Mar 14
acwn...@gmail.com
,
Kenneth Porter
3
Mar 14
what is the correct way: scrolledwindow in a notebook page
That solved my problem. Thank you very much for your help. Kenneth Porter schrieb am Freitag, 14.
unread,
what is the correct way: scrolledwindow in a notebook page
That solved my problem. Thank you very much for your help. Kenneth Porter schrieb am Freitag, 14.
Mar 14
raf
,
Vadim Zeitlin
3
Mar 10
TreeItemData doc suggestions
On Sun, Mar 09, 2025 at 04:37:39PM +0100, Vadim Zeitlin <va...@wxwidgets.org> wrote: > On
unread,
TreeItemData doc suggestions
On Sun, Mar 09, 2025 at 04:37:39PM +0100, Vadim Zeitlin <va...@wxwidgets.org> wrote: > On
Mar 10
Tim Burgess
, …
Kenneth Porter
5
Mar 7
Iterating through all nodes and attributes of a wxXmlDocument
Small correction. The auto in the ranged for loops should use a "forwarding reference" (
unread,
Iterating through all nodes and attributes of a wxXmlDocument
Small correction. The auto in the ranged for loops should use a "forwarding reference" (
Mar 7
Christian Homeier
,
Vadim Zeitlin
5
Mar 7
No RibbonBar in CLion on MacOS14.7
Additionally I tried what you said, simply adding ribbon to this section do the same.
unread,
No RibbonBar in CLion on MacOS14.7
Additionally I tried what you said, simply adding ribbon to this section do the same.
Mar 7
raf
, …
Scott Talbert
9
Mar 6
Menu.Append/AppendSubMenu question
On Thu, Mar 06, 2025 at 10:37:52AM -0500, Scott Talbert <s...@techie.net> wrote: > On Thu, 6
unread,
Menu.Append/AppendSubMenu question
On Thu, Mar 06, 2025 at 10:37:52AM -0500, Scott Talbert <s...@techie.net> wrote: > On Thu, 6
Mar 6
Tony Kennedy
,
Vadim Zeitlin
3
Feb 27
wxDataViewCtrl, is there a way to define a custom renderer for the column/row labels?
Not to worry. I've got something that works, I'd just like to make it "perfect",
unread,
wxDataViewCtrl, is there a way to define a custom renderer for the column/row labels?
Not to worry. I've got something that works, I'd just like to make it "perfect",
Feb 27
Tony Kennedy
4
Feb 26
wxStyledTextCtrl and predictive text problem on Mac (wx 3.2.6, MacOS 15.3).
And I've managed to submit an issue. Hopefully I've done everything correctly. Tony. On
unread,
wxStyledTextCtrl and predictive text problem on Mac (wx 3.2.6, MacOS 15.3).
And I've managed to submit an issue. Hopefully I've done everything correctly. Tony. On
Feb 26
Martin Corino
Feb 26
[ANN] wxRuby3 v1.5.1 released
This is a minor update release. What's Changed fix potential crash with use of Wx::PGChoiceEntry
unread,
[ANN] wxRuby3 v1.5.1 released
This is a minor update release. What's Changed fix potential crash with use of Wx::PGChoiceEntry
Feb 26
Tony Kennedy
,
Vadim Zeitlin
3
Feb 19
wxStyledTextCtrl, Eastern European script letter is replaced ascii character.
Thankfully it is a font issue. Using the standard "Courier" font, it doesn't show
unread,
wxStyledTextCtrl, Eastern European script letter is replaced ascii character.
Thankfully it is a font issue. Using the standard "Courier" font, it doesn't show
Feb 19
Tony Kennedy
,
Vadim Zeitlin
4
Feb 13
wxDataViewCtrl with an expander column, hiding the ">" if the item has no children?
Thanks for the pointer. All works well if I check the size of the child nodes during IsContainer.
unread,
wxDataViewCtrl with an expander column, hiding the ">" if the item has no children?
Thanks for the pointer. All works well if I check the size of the child nodes during IsContainer.
Feb 13
Tony Kennedy
,
Vadim Zeitlin
4
Feb 11
Possible bug in wxGrid when using wxEVT_GRID_ROW_MOVE event, GetRow returns wxNOT_FOUND, GetCol returns row number that was moved.
I'm not that familiar with GIT sadly so not sure how to do a PR. If/when I encounter another
unread,
Possible bug in wxGrid when using wxEVT_GRID_ROW_MOVE event, GetRow returns wxNOT_FOUND, GetCol returns row number that was moved.
I'm not that familiar with GIT sadly so not sure how to do a PR. If/when I encounter another
Feb 11
Сергей Коныгин
, …
Vadim Zeitlin
10
Feb 1
Cannot enter non-English characters
Are there any pitfalls in another solution? wxString s; s.Printf( "%.15e", value ); s.
unread,
Cannot enter non-English characters
Are there any pitfalls in another solution? wxString s; s.Printf( "%.15e", value ); s.
Feb 1
Martin Corino
Jan 31
[ANN] wxRuby3 v1.5.0 released
This upgrade release extends the verified platforms and release packages to include MacOS 15 and the
unread,
[ANN] wxRuby3 v1.5.0 released
This upgrade release extends the verified platforms and release packages to include MacOS 15 and the
Jan 31
PB
, …
Vadim Zeitlin
5
Jan 9
Using a generic control where the native one is default
On Thu, 9 Jan 2025 09:46:31 -0800 (PST) PB wrote: P> I have tried using wxGenericListCtrl as Vadim
unread,
Using a generic control where the native one is default
On Thu, 9 Jan 2025 09:46:31 -0800 (PST) PB wrote: P> I have tried using wxGenericListCtrl as Vadim
Jan 9
Martin Corino
12/30/24
[ANN] wxRuby3 v1.4.2 released
This upgrade release brings some additions, bugfixes and performance improvements. What's Changed
unread,
[ANN] wxRuby3 v1.4.2 released
This upgrade release brings some additions, bugfixes and performance improvements. What's Changed
12/30/24
Tony Kennedy
,
Vadim Zeitlin
2
12/11/24
wxBitmapBundle and wxAuiToolbar, buttons are too large.
On Wed, 11 Dec 2024 05:20:57 -0800 (PST) Tony Kennedy wrote: TK> When the wxAuiToolbar is create,
unread,
wxBitmapBundle and wxAuiToolbar, buttons are too large.
On Wed, 11 Dec 2024 05:20:57 -0800 (PST) Tony Kennedy wrote: TK> When the wxAuiToolbar is create,
12/11/24
Сергей Коныгин
,
Vadim Zeitlin
2
11/13/24
wxHtmlWindow encoding
On Mon, 28 Oct 2024 06:38:08 -0700 (PDT) Сергей Коныгин wrote: > I want to use a wxHtmlWindow to
unread,
wxHtmlWindow encoding
On Mon, 28 Oct 2024 06:38:08 -0700 (PDT) Сергей Коныгин wrote: > I want to use a wxHtmlWindow to
11/13/24
Martin Corino
11/12/24
[ANN] wxRuby3/Shapes 0.9.6 released
This is major development update including a lot of bug fixes (no? really?), changes, improvements
unread,
[ANN] wxRuby3/Shapes 0.9.6 released
This is major development update including a lot of bug fixes (no? really?), changes, improvements
11/12/24
Martin Corino
11/8/24
[ANN] wxRuby3 v1.3.1 released
This is a minor bug-fix and feature release. What's Changed add some missing method aliases and
unread,
[ANN] wxRuby3 v1.3.1 released
This is a minor bug-fix and feature release. What's Changed add some missing method aliases and
11/8/24
Martin Corino
11/8/24
[ANN] wxRuby3 MaterialDesignArtProvider v1.0.2 released
wxRuby3 MaterialDesignArtProvider v1.0.2 has been released. This is a minor bug-fix release. Have you
unread,
[ANN] wxRuby3 MaterialDesignArtProvider v1.0.2 released
wxRuby3 MaterialDesignArtProvider v1.0.2 has been released. This is a minor bug-fix release. Have you
11/8/24
Sting Ko
10/31/24
Do I need any special configuration on CLion to enable breakpoint debugging in macOS?
I tried using the following CMake configuration with Ninja for debugging in CLion, but breakpoints
unread,
Do I need any special configuration on CLion to enable breakpoint debugging in macOS?
I tried using the following CMake configuration with Ninja for debugging in CLion, but breakpoints
10/31/24
Zoran Bošnjak
,
Vadim Zeitlin
5
10/30/24
problem with the scrollbar inside the notebook
> I think you're getting the sizes too early, as with the actual size > equal > to the
unread,
problem with the scrollbar inside the notebook
> I think you're getting the sizes too early, as with the actual size > equal > to the
10/30/24
Vadim Zeitlin
10/29/24
Post about enabling dark mode support in wxMSW 3.3
Hello, I don't think this will be new to many people here but, just in case, I'd like to post
unread,
Post about enabling dark mode support in wxMSW 3.3
Hello, I don't think this will be new to many people here but, just in case, I'd like to post
10/29/24
Gerry Glauser
,
Vadim Zeitlin
2
10/26/24
Updating compatibility question
On Fri, 25 Oct 2024 13:50:00 -0700 (PDT) Gerry Glauser wrote: GG> Starting to move to a new OS
unread,
Updating compatibility question
On Fri, 25 Oct 2024 13:50:00 -0700 (PDT) Gerry Glauser wrote: GG> Starting to move to a new OS
10/26/24
Martin Corino
10/15/24
[ANN] wxRuby3 v1.3.0 released
This release provides an important improvement of exception handling for wxRuby3 as well as several
unread,
[ANN] wxRuby3 v1.3.0 released
This release provides an important improvement of exception handling for wxRuby3 as well as several
10/15/24
Andre F
,
Vadim Zeitlin
3
10/12/24
wxtextCtrl text placement
Problem resolved! Thank you!! On Sat, Oct 12, 2024 at 6:39 AM Vadim Zeitlin <va...@wxwidgets.org
unread,
wxtextCtrl text placement
Problem resolved! Thank you!! On Sat, Oct 12, 2024 at 6:39 AM Vadim Zeitlin <va...@wxwidgets.org
10/12/24