Search found 29 matches
- Tue Oct 11, 2005 1:09 pm
- Forum: wxDev-C++
- Topic: Events outside the window
- Replies: 3
- Views: 1277
well!, i dont know. Ive not worked on serial port related stuff. maybe these links might help maybe a hint for you - http://forums.wxwidgets.org/viewtopic.php?t=4221 good documentation on port communication using wxwidgets - http://home.arcor.de/devicemaster/programming%20devicemaster%20with%20wxwid...
- Tue Oct 11, 2005 11:14 am
- Forum: wxDev-C++
- Topic: Events outside the window
- Replies: 3
- Views: 1277
- Thu Sep 29, 2005 1:02 pm
- Forum: wxDev-C++
- Topic: wxPlot library for Dev-Cpp
- Replies: 7
- Views: 1794
- Mon Sep 26, 2005 1:28 am
- Forum: wxDev-C++
- Topic: getting Examples and wx samples to build
- Replies: 6
- Views: 1259
- Thu Sep 22, 2005 3:25 pm
- Forum: wxDev-C++
- Topic: What's the strategy to debug a program?
- Replies: 17
- Views: 2794
- Thu Sep 22, 2005 4:51 am
- Forum: wxDev-C++
- Topic: wxdevcpp news 18 sep 2005
- Replies: 12
- Views: 2329
- Wed Sep 21, 2005 9:37 am
- Forum: wxDev-C++
- Topic: wxdevcpp news 18 sep 2005
- Replies: 12
- Views: 2329
- Sun Aug 07, 2005 12:14 pm
- Forum: C++ Development
- Topic: wxStatictext or DrawText??
- Replies: 7
- Views: 1402
If a linefeed cannot be drawn in DrawText this might need to be added in the documentation. Thats not all. Because of this i started on striping the string and now BeforeFirst and AfterFirst in wxString seem to forget '\n'. But im not sure, so im going to test out some more. If i cant fix it, ill p...
- Sat Aug 06, 2005 3:32 am
- Forum: C++ Development
- Topic: wxStatictext or DrawText??
- Replies: 7
- Views: 1402
- Fri Aug 05, 2005 8:51 pm
- Forum: C++ Development
- Topic: wxStatictext or DrawText??
- Replies: 7
- Views: 1402
wxStatictext or DrawText??
Hi, I think this thing has been dealt with here before. But whatever i could search is too old. So i hope there's some solution now. Basically i want to add some text onto a bitmap. If i use wxstatictext, I dont get the transparent background. And if i use drawtext i dont get eol characters properly...
- Fri Aug 05, 2005 8:44 pm
- Forum: C++ Development
- Topic: Some Questions about wxSTC
- Replies: 3
- Views: 1083
Does anyone know if there is a way to change the Keywords of a Lexer Have a look at prefs.cpp in wxSTC sample. how to write an own one ?? http://scintilla.sourceforge.net/Lexer.txt is there also a way to display a list when pressing Ctrl-Space with keywords ect. ??? Have a look at scintilla documen...
- Tue Apr 19, 2005 12:01 pm
- Forum: wxDev-C++
- Topic: Problems with wxscintilla and wxdevcpp
- Replies: 2
- Views: 1720
I solved the problem. The solution is pretty simple! I had to add -lwxscintilla i.e the wxscintilla static lib before all other wx based libraries. If the list is like this: -lwxmsw25 -lwxregex -lwxscintilla ... change it to: -lwxscintilla -lwxmsw25 -lwxregex .... And Thanx to Rayn for keeping the t...
- Tue Apr 12, 2005 10:43 am
- Forum: wxDev-C++
- Topic: Problems with wxscintilla and wxdevcpp
- Replies: 2
- Views: 1720
Problems with wxscintilla and wxdevcpp
Hi All, I've started a project based on wxscintilla. To begin with ive been trying to compile wxscintilla and then compiling the sample code. When i compile wxscintilla its does create the library with few warnings. If i try to use the lib on the sample, i get linker errors which i have pasted below...
- Fri Feb 25, 2005 6:20 pm
- Forum: wxDev-C++
- Topic: wx-devcpp 6.6beta released
- Replies: 6
- Views: 1996