Search found 6 matches

by tonto
Sun Feb 09, 2014 2:52 am
Forum: wxCode
Topic: Adding Multithreaded HTTP post to wxCurl
Replies: 1
Views: 2623

Adding Multithreaded HTTP post to wxCurl

Hi all, I have some proposed additions to wxCurl that allow HTTP form posts. The multithreaded classes for HTTP in wxCurl are really great for GUI applications, but currently they only have GET (wxCurlDownloadThread) and PUT requests (wxCurlUploadThread). I made a wxCurlFormPostThread class that is ...
by tonto
Sat Jan 25, 2014 6:18 am
Forum: The Code Dump
Topic: Unified logging system wxLog
Replies: 0
Views: 3898

Unified logging system wxLog

Hey all I thought this might be of interest. I created a sort of unified logging system with several wxLog classes, wxLogStderr for logfile, wxLogWindow for logwindow, and wxLogGui for interactive responses I have a github gist for it here https://gist.github.com/tonto/8612301 and a blog post http:/...
by tonto
Tue Jan 21, 2014 8:01 am
Forum: C++ Development
Topic: Disabling message boxes for wxLogVerbose
Replies: 2
Views: 2092

Re: Disabling message boxes for wxLogVerbose

Hey all, I had a solution that i think works using this code to make all the various wxlog instances work together Here, i subclasses the wxLogGui to ignore the verbose messages class wxLogGuiMod :public wxLogGui { protected: virtual void DoLogRecord(wxLogLevel level, const wxString& msg, const ...
by tonto
Sun Dec 15, 2013 11:55 pm
Forum: C++ Development
Topic: Disabling message boxes for wxLogVerbose
Replies: 2
Views: 2092

Re: Disabling message boxes for wxLogVerbose

I started saying it in my original post but i think I could subclass wxLogGui. Are there any examples of that?
by tonto
Sun Dec 15, 2013 3:52 am
Forum: C++ Development
Topic: Disabling message boxes for wxLogVerbose
Replies: 2
Views: 2092

Disabling message boxes for wxLogVerbose

Hi all, I'm trying to setup a log system with wxLogStream and wxLogGui enabled I would like to have the functionality of wxLogGui (message boxes for wxLogMessage,wxLogWarning,wxLogError, and status bar for wxLogStatus) but i would also like to output more detailed information to the file (with wxLog...
by tonto
Fri Oct 29, 2010 1:09 am
Forum: Compiler / Linking / IDE Related
Topic: Fixed wxWidgets 2.9.1 project files Visual Studio 2010
Replies: 12
Views: 34530

thanks for this!

========== Build: 22 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========