Search found 145 matches
- Sun Oct 19, 2008 10:28 pm
- Forum: C++ Development
- Topic: Uploading a File to Server
- Replies: 1
- Views: 889
Uploading a File to Server
Hello: Does anyone have any sample code that shows up to upload a file to a server and what the arguments would be in PHP to receive the file? I'm using wxCurl to handle the file upload like so: wxString ff = wxStandardPaths::Get().GetConfigDir()+_T("\\data.db"); wxFileInputStream is(ff); wxCurlUplo...
- Tue Nov 20, 2007 7:10 pm
- Forum: Platform Related Issues
- Topic: wxMIDI on Mac : Sysex problems
- Replies: 2
- Views: 906
I would start at the lowest level and work your way up. In other words see if PortMidi has documented this as a bug since wxMIDI is really a wrapper around that open source library. Hey its great that you're writing a MIDI application. Back in the 90's I wrote a full MIDI/Audio sequencer for OS/2 Wa...
- Thu Nov 01, 2007 1:14 pm
- Forum: Platform Related Issues
- Topic: help with VC++ 2005 express edition
- Replies: 5
- Views: 1243
- Wed Oct 31, 2007 5:39 pm
- Forum: Platform Related Issues
- Topic: help with VC++ 2005 express edition
- Replies: 5
- Views: 1243
In my experience it does not matter where you install it. But what you have to do is open up the VC project. It is located in the wxWidgets-2.8.4\build\msw directory.
Just go ahead and build that and you should be all set.
Chris Hodges
www.protalentsoftware.com
Just go ahead and build that and you should be all set.
Chris Hodges
www.protalentsoftware.com
- Mon Oct 29, 2007 2:32 am
- Forum: Platform Related Issues
- Topic: wxMac and XCode 3 - anyone with any luck?
- Replies: 3
- Views: 1028
- Tue Sep 11, 2007 8:08 pm
- Forum: Platform Related Issues
- Topic: wxMac 2.8.2 wxFRAME_FLOAT_ON_PARENT problem
- Replies: 3
- Views: 1147
Will do. Thanks Stefan. oh dear, yet another situations for these layering and grouping problems...now that I thought that I've really found a nice solution ... Chris could you please add a short bug report to sf.net and assign it to me, I don't have the time to visit this forum often, so I miss the...
- Fri Sep 07, 2007 12:25 pm
- Forum: wxCode
- Topic: Issues with the wxChart package
- Replies: 2
- Views: 1278
- Tue Sep 04, 2007 11:09 am
- Forum: wxCode
- Topic: Issues with the wxChart package
- Replies: 2
- Views: 1278
Issues with the wxChart package
I've been trying out the wxChart package and I have a question about the display tags. Right now I'm using the NAME as the display tag and the problem is that the tags are getting cut off (i.e. truncated). I've put the chart in an panel using an expanding sizer so that it can choose the proper heigh...
- Wed Aug 15, 2007 2:15 am
- Forum: Platform Related Issues
- Topic: wxMac 2.8.2 wxFRAME_FLOAT_ON_PARENT problem
- Replies: 3
- Views: 1147
wxMac 2.8.2 wxFRAME_FLOAT_ON_PARENT problem
Hello:
Has anyone noticed that when you create a frame in wxMac
using the wxFRAME_FLOAT_ON_PARENT style that any modal dialogs you pop up with the frame as the parent actually show up BEHIND the frame? On windows this work situation works properly.
Thanks for your help on this one.
Chris [/code]
Has anyone noticed that when you create a frame in wxMac
using the wxFRAME_FLOAT_ON_PARENT style that any modal dialogs you pop up with the frame as the parent actually show up BEHIND the frame? On windows this work situation works properly.
Thanks for your help on this one.
Chris [/code]
- Thu Aug 02, 2007 11:16 am
- Forum: Platform Related Issues
- Topic: [MAC] Best Ide for Mac
- Replies: 3
- Views: 1041
- Wed Jul 25, 2007 1:03 pm
- Forum: C++ Development
- Topic: Retrieving TimeZone information As Text
- Replies: 1
- Views: 624
Retrieving TimeZone information As Text
Hello:
Does anyone know of a way to retrieve timezone information as text?
Some examples would be:
US/PACIFIC
US/EASTERN
Thanks!
Chris
Does anyone know of a way to retrieve timezone information as text?
Some examples would be:
US/PACIFIC
US/EASTERN
Thanks!
Chris
- Tue Jul 17, 2007 3:58 am
- Forum: C++ Development
- Topic: Portable Chart Add-on
- Replies: 3
- Views: 889
- Tue Jul 17, 2007 3:28 am
- Forum: C++ Development
- Topic: Portable Chart Add-on
- Replies: 3
- Views: 889
Here's one that you can use on both Windows and OSX:
http://forums.wxwidgets.org/viewtopic.p ... =wxpiectrl
http://forums.wxwidgets.org/viewtopic.p ... =wxpiectrl
- Mon Jul 16, 2007 8:22 pm
- Forum: C++ Development
- Topic: displaying an Image
- Replies: 4
- Views: 955
- Thu Jul 12, 2007 10:13 am
- Forum: C++ Development
- Topic: Any Suggestions on Embedding Browsers in App?
- Replies: 2
- Views: 931
Any Suggestions on Embedding Browsers in App?
I'm looking for any concrete suggestions (preferable from someone who has done it already) on embedding a browser into an app. I've read bits and pieces about wxMozilla, wxIE and the newer WebKit but has anyone found a good solution that JUST PLAIN WORKS?
thanks,
Chris
thanks,
Chris