Search found 396 matches
- Sat May 20, 2006 12:57 am
- Forum: Open Discussion
- Topic: SVN "Trunk, Tags & Branches" you use them?
- Replies: 3
- Views: 1780
Re: SVN "Trunk, Tags & Branches" you use them?
Ibe just started to introudce myself to version control, i started with CVS, till a friend of mine reccomended me to try SVN, so i got rid of CVS, and managed to configure my SVN server, and tortoise SVN on my work boxes. After reading some docs on SVN, i noticed that there is no single text that d...
- Thu May 18, 2006 3:40 pm
- Forum: C++ Development
- Topic: Problem using wxLaunchDefaultBrowser
- Replies: 3
- Views: 996
Thank you sethjackson, I took the latest code from CVS for wxLaunchDefaultBrowser function and it works prefectly. If any one is interested here is the link to CVS: http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/src/common/utilscmn.cpp?rev=1.145.2.3&content-type=text/vnd.viewcvs-markup Your welcome...
- Wed May 17, 2006 6:12 pm
- Forum: wxCode
- Topic: WxScintilla Help
- Replies: 9
- Views: 2662
yes I know, and also wxscintilla , but I can't find any how to or doc/help about anything. if some one have a tutorial or something or a sample code ? I don't know what is possible to do in fact, syntax colouring at save, or by user selection or something else. do you know a gui designer for wxwidg...
- Wed May 17, 2006 11:55 am
- Forum: C++ Development
- Topic: Problem using wxLaunchDefaultBrowser
- Replies: 3
- Views: 996
Hmm not sure if this will help you or not. See Ryan's near the end of the thread. 
http://forums.wxwidgets.org/viewtopic.php?t=7977

http://forums.wxwidgets.org/viewtopic.php?t=7977
- Sun May 07, 2006 12:20 am
- Forum: General Development
- Topic: Protecting passwords
- Replies: 8
- Views: 2343
- Sat May 06, 2006 1:13 am
- Forum: C++ Development
- Topic: sound stop
- Replies: 14
- Views: 1822
- Wed May 03, 2006 11:36 pm
- Forum: C++ Development
- Topic: wxLaunchDefaultBrowser
- Replies: 7
- Views: 1827
It's even worse if Firefox is your default browser. On my computer (runningWin XP) the command does nothing at all. I had to default to IE via OLE automation to get around this. I hope wxLaunchDefaultBrowser works on other platforms... It works fine for Code::Blocks...... The "Start here" page uses...
- Tue May 02, 2006 3:26 pm
- Forum: C++ Development
- Topic: working with wxBitmap
- Replies: 8
- Views: 2107
- Tue May 02, 2006 3:17 pm
- Forum: C++ Development
- Topic: how stop sound (media)
- Replies: 3
- Views: 898
What wx version do you have? I would do something like this. EVT_CLOSE(MainFrame::OnClose) void MainFrame::OnClose(wxCloseEvent& event) { // Stop the playback. if (myMediaCtrl->GetState() == wxMEDIASTATE_PLAYING) myMediaCtrl->Stop(); // Destroy your frame this will call the MainFrame destructor. Des...
- Mon May 01, 2006 11:09 pm
- Forum: General Development
- Topic: Drawing a background once
- Replies: 5
- Views: 1169
Thanks guys. I'll try these techniques out now that I'm over with my exams (phew). The reason why I'm making a game in wxwidgets is that this is the way i'm learning the toolkit. Once im done with this, then SDL might be next. Wxwidgets was not built for game development but it doesnt hurt to try! ...
- Mon May 01, 2006 3:04 pm
- Forum: C++ Development
- Topic: wxNotebook Tab context menu
- Replies: 9
- Views: 1815
- Sun Apr 30, 2006 9:09 pm
- Forum: General Development
- Topic: build wxWidgets with Code::Blocks
- Replies: 10
- Views: 2200
To build a debug build of wx just do this.
BTW you do not need USE_XRC=1 it is built by default.
HTH
Code: Select all
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=0
HTH
- Sat Apr 29, 2006 12:24 pm
- Forum: C++ Development
- Topic: wxNotebook Tab context menu
- Replies: 9
- Views: 1815
- Sat Apr 29, 2006 12:17 am
- Forum: C++ Development
- Topic: wxNotebook Tab context menu
- Replies: 9
- Views: 1815
- Fri Apr 28, 2006 11:38 pm
- Forum: C++ Development
- Topic: wxNotebook Tab context menu
- Replies: 9
- Views: 1815