Dietmar Schwertberger
Dietmar Schwertberger
I tried this: - It seems to work when I call Text the second time. - It seems to work when I use bytes instead of a string. Using bytes...
I think it's actually a documentation (creation) issue. `StyledTextCtrl.SetTextRaw` has the same signature and the same documentation: `text` and `text (int)` So, actually `text (int)` means a binary string.
@elibroftw Please open a ticket at the wxGlade tracker. https://github.com/wxGlade/wxGlade/issues
I think I have installed my wx 4.2.1 for Python 3.12 64 bit from pip and I see the media module: - D:\Python\Python312-64_wx421\Lib\site-packages\wx\media.py - D:\Python\Python312-64_wx421\Lib\site-packages\wx\_media.cp312-win_amd64.pyd - D:\Python\Python312-64_wx421\Lib\site-packages\wx\wxmsw32u_media_vc140_x64.dll
I would suggest to close the isssue. It's not reproducible and the reporter seems to have lost interest.
This is probably wxWidgets, not wxPython. Can you check this with wxWidgets directly? I could so, but only next week. I'm not a fan of the reordered table display in...
I see the issue in the wxWidgets grid sample. Please report issues like this and #2525 in the wxWidgets issue tracker. There's no point in doing this here. wxPython will...
I'm not familiar with PropertyGrid or PropertyGridManager. Therefore I don't know whether it's a bug or feature that items with the same category do get displayed next to each other....
In this call the previous category will be re-used: `pg->AppendIn(subattributeBa, new wxPropertyCategory("Aa"));` That's the related comment in `wxPropertyGridPageState::PrepareToAddItem`: ``` // If we already have category with same name, delete given...
I would suggest to close the isssue. It's not clear whether it's a bug or the documentation should be updated. Also, the reporter seems to have lost interest.