Search found 12 matches

by endlessrun
Mon Jun 27, 2016 6:15 pm
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

it definitely does, thanks for the temporary solution :-)!

EDIT: The bug seems to be solved! http://trac.wxwidgets.org/ticket/17579
by endlessrun
Mon Jun 27, 2016 1:48 am
Forum: General Development
Topic: no triage of bug-reports
Replies: 4
Views: 1829

Re: no triage of bug-reports

I really don't want to hassle the developers, but is there any way to set priorities to major bugs which currently stop me completely from my development? And unfortunately I can't downgrade from wxWidgets 3.1.1 (most updated GIT version) to 3.0.2. I'm normally patient but this is really a problem f...
by endlessrun
Sat Jun 25, 2016 1:52 pm
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

Bug hunting :D! Okay, I just added a video demonstration regarding this issue, it might be helpful. Thanks!
by endlessrun
Sat Jun 25, 2016 1:40 pm
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

Alright, I just compiled wxWidgets 3.0.2 and tested it with this version. Everything seems to work! This is so strange... I hope I can use the more updated version from Github some time instead of this version, but at least it's working :) Thank you so much for you support, you truly were my last ho...
by endlessrun
Sat Jun 25, 2016 12:46 am
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

I really don't know what the f*** is happening... I just compiled the latest version of wxWidgets from https://github.com/wxWidgets/wxWidgets and included the required headers and linked the libraries. For some reason though, the window behaves like the previous version. I'm using Visual Studio 2015...
by endlessrun
Sat Jun 25, 2016 12:22 am
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

sure, will update wxWidgets now and report later :)
by endlessrun
Sat Jun 25, 2016 12:14 am
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

I tried your modified sample code, but it's still not updating the value when I move the window ( = same as before)
did it actually update the value while moving the window for you?
by endlessrun
Fri Jun 24, 2016 11:07 pm
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

It kind of is, because in my opinion I think the user should be able to see what's going on when dragging the window around, since many logs and other important values/messages will be displayed on the window. I can accept this only as a temporary solution.
by endlessrun
Fri Jun 24, 2016 10:58 pm
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

Re: wxThread - Sending Events to MainThread

hmm... this is different in QThread from the Qt Library. Everything seems to work as "expected" (moving window around while updating value).
Isn't there any alternative? I really need to update some values from my thread to the frame.
by endlessrun
Fri Jun 24, 2016 10:09 pm
Forum: C++ Development
Topic: wxThread - Sending Events to MainThread
Replies: 15
Views: 6334

wxThread - Sending Events to MainThread

Hello again =), I've been playing with wxThread for some time now and I'll soon implement it in my main project, but there is one issue I can't resolve... What I simply want to achieve is to have a Thread running and passing values to the mainthread (GUI-Thread). This currently works fine but for so...
by endlessrun
Tue Jun 21, 2016 10:02 pm
Forum: C++ Development
Topic: wxAuiNotebook Tab Style different
Replies: 2
Views: 1002

Re: wxAuiNotebook Tab Style different

Thanks for the Answer!

It works fine :)
by endlessrun
Tue Jun 21, 2016 9:39 pm
Forum: C++ Development
Topic: wxAuiNotebook Tab Style different
Replies: 2
Views: 1002

wxAuiNotebook Tab Style different

Hello ! :), recently I switched from Qt to wxWidgets and since then I'm really happy about the decision and could not go back. But now I'm having a weird issue with using wxAuiNotebook... Before I describe my problem, here's how I built wxWidgets: 1.) Went to https://github.com/wxWidgets/wxWidgets 2...