Search found 9 matches
- Thu Jul 13, 2017 8:52 am
- Forum: General Forum Issues
- Topic: Serial posters who waste our time
- Replies: 13
- Views: 6967
Re: Serial posters who waste our time
iwbnwif : thank you for your three suggestions. Regarding your 1: in Quick links there is an “Unread posts” and an “Unanswered posts”; certainly the reason for those categories is to attract attention to the topics they contain, so that no question goes unread or unanswered. Regarding 2: on Stack Ov...
- Tue Jul 11, 2017 1:45 pm
- Forum: General Forum Issues
- Topic: Serial posters who waste our time
- Replies: 13
- Views: 6967
Re: Serial posters who waste our time
After more than 11000 posts I would expect that this person has helped some, and maybe many people, since many people ask for help at the first difficulty, but my experience is that the two times I submitted a question this person was there immediately putting the spoon in the soup, giving some tota...
- Mon Jul 10, 2017 12:26 pm
- Forum: Platform Related Issues
- Topic: cannot disable a wxStaticBox
- Replies: 8
- Views: 2511
Re: cannot disable a wxStaticBox
A call to the native EnableWindow(), from a native executable running on Windows 8.1, succeeds on disabling the static box, as shown on the image above. And no, I will not make a bug report unless it is appears, depending on what real answers I get here, that this is indeed a bug. I don’t like wasti...
- Mon Jul 10, 2017 12:20 pm
- Forum: Platform Related Issues
- Topic: cannot disable a wxStaticBox
- Replies: 8
- Views: 2511
Re: cannot disable a wxStaticBox
You again, doublemax?
- Mon Jul 10, 2017 12:11 pm
- Forum: General Forum Issues
- Topic: Serial posters who waste our time
- Replies: 13
- Views: 6967
Serial posters who waste our time
Hello everyone, It’s been a few years now since I adopted wxWidgets to do multiplatform GUI development. However, since GUI development is not the most important part of my dev activities, I am not an expert. Whenever I run into a problem I try my best to solve it myself, so that I learn in the proc...
- Mon Jul 10, 2017 11:20 am
- Forum: Platform Related Issues
- Topic: cannot disable a wxStaticBox
- Replies: 8
- Views: 2511
Re: cannot disable a wxStaticBox
It is you again? I was happy someone had answered, and it turns out it is you again, making useless noises like usual. The other time (https://forums.wxwidgets.org/viewtopic.php?t=39164) you had 6000 posts, now thanks to your continuous blather which wastes everybody’s time around here you’ve accumu...
- Sat Jul 08, 2017 10:35 am
- Forum: Platform Related Issues
- Topic: cannot disable a wxStaticBox
- Replies: 8
- Views: 2511
cannot disable a wxStaticBox
I am on Windows, using wxWidgets-3.0.3. I have a wxStaticBox which is the parent of the controls inside of it, and which is itself contained in a wxStaticBoxSizer, as this: wxStaticBoxSizer *pSizer = new wxStaticBoxSizer(wxVERTICAL, etc...); wxStaticBox* pStaticBox = pSizer ->GetStaticBox(); new wxC...
- Thu Feb 27, 2014 2:16 pm
- Forum: C++ Development
- Topic: wxStyledTextCtrl syntax highlighting IDs
- Replies: 3
- Views: 1878
Re: wxStyledTextCtrl syntax highlighting IDs
This is the kind of stupid answer I was dreading to get. So, you’ve never used this control because of its horrible documentation and yet you send me, who evidently use it, to the documentation. No wonder you have > 6000 posts. You make a lot of noise about subjects you know nothing about and help n...
- Thu Feb 27, 2014 11:20 am
- Forum: C++ Development
- Topic: wxStyledTextCtrl syntax highlighting IDs
- Replies: 3
- Views: 1878
wxStyledTextCtrl syntax highlighting IDs
When you want to set the foreground colour for some language element you call void wxStyledTextCtrl::StyleSetForeground(int style, const wxColour); setting style = 13 if you are targetting strings, 17 if targetting operators, etc, in case of the cpp lexer. Where are the ids for those styles defined ...