Search found 40 matches
- Sat Sep 01, 2007 3:37 pm
- Forum: C++ Development
- Topic: wxPanel over wxToolBar
- Replies: 1
- Views: 511
wxPanel over wxToolBar
how to create a wxToolbar and a wxPanel , without wxPanel stay over the wxToolBar ? i'd tried some sizer, with wxTOP border, but the problemm continue look a screenshot http://img212.imageshack.us/img212/3733/againqj5.jpg Windows XP Silver Theme (lots of bug with this theme) wxWidgets 2.8.4 somebody...
- Sun Aug 26, 2007 8:55 pm
- Forum: C++ Development
- Topic: wxToolBar bottom line hide with a wxPanel
- Replies: 2
- Views: 886
- Fri Aug 24, 2007 2:43 am
- Forum: C++ Development
- Topic: wxToolBar bottom line hide with a wxPanel
- Replies: 2
- Views: 886
wxToolBar bottom line hide with a wxPanel
hi.. i dont know why i keep trying use wxToolbar.. every time something dont work.. but.. let me see if this problemm hav solution here is the scren shot http://img54.imageshack.us/img54/5131/toolbarqw9.jpg the red mark show the "bug" the wxPanel is over the bottom line of toolbar... here is the cod...
- Tue Aug 14, 2007 12:47 am
- Forum: C++ Development
- Topic: Record Voice, save in wav, mp3
- Replies: 2
- Views: 1167
Record Voice, save in wav, mp3
hi all
i need record user voice
amd save the result in a .mp3 or .wav file
how to do it?
tks all

i need record user voice
amd save the result in a .mp3 or .wav file
how to do it?
tks all

- Fri Jul 27, 2007 10:41 pm
- Forum: C++ Development
- Topic: Help me pls, i need simulate a stack
- Replies: 2
- Views: 541
Help me pls, i need simulate a stack
hellow all
i need simulate a stack
insert the iten at the end of control
and then the next itens above it
a ListCtrl insert the itens in the top, and go down
i need insert in the bottom, and go up
(as a stack)
somebody have a good solution? tks...
i need simulate a stack
insert the iten at the end of control
and then the next itens above it
a ListCtrl insert the itens in the top, and go down
i need insert in the bottom, and go up
(as a stack)
somebody have a good solution? tks...
- Sun Jun 24, 2007 9:58 pm
- Forum: Platform Related Issues
- Topic: DLL and Visual C++ question
- Replies: 3
- Views: 1017
DLL and Visual C++ question
hi all i'v created a dll using mingw and acess it using wxDynamicLibrary, work perfectly (wxWidgets for gcc) then, i try compile the same dll using Visual C++ and wxWidgets for VisualC++ too, all work, but, the wxDynamicLibrary dont found the Symbol on my dll there's another way to build dll using V...
- Fri Jun 22, 2007 6:04 pm
- Forum: C++ Development
- Topic: wxListItem GetData unknow problemm
- Replies: 3
- Views: 796
- Fri Jun 22, 2007 4:52 pm
- Forum: C++ Development
- Topic: wxListItem GetData unknow problemm
- Replies: 3
- Views: 796
- Fri Jun 22, 2007 2:45 am
- Forum: C++ Development
- Topic: wxListItem GetData unknow problemm
- Replies: 3
- Views: 796
wxListItem GetData unknow problemm
hi all i'm trying get some data from my listctrl but get some problemms.. i try this, and work: adding a LisItem in the listctrl wxString *strr = new wxString("my string work"); wxListItem item; item.SetText(wxT("line one")); item.SetData(strr); item.SetId(0); listctrl->InsertItem(item); and my GetD...
- Sun Jun 17, 2007 10:37 pm
- Forum: C++ Development
- Topic: String (iostream) problemm in wxWidget
- Replies: 7
- Views: 1135
solved
problemm solved
i change to <list> lib instead my C ADT
tks Auria for try help-me
see you in another problemms
i change to <list> lib instead my C ADT
tks Auria for try help-me
see you in another problemms

- Sun Jun 17, 2007 9:04 pm
- Forum: C++ Development
- Topic: String (iostream) problemm in wxWidget
- Replies: 7
- Views: 1135
yes std::string from iostream i dont know how to debug i just test earch attribute tor->id ok tor->name ok tor->syze crash, access violation and the static torrent tor; tor.id .. .. .. tor.category.. all ok then, with a abstratc data type (list) add to the list my_list->add(tor); (use memcpy to save...
- Sun Jun 17, 2007 8:11 pm
- Forum: C++ Development
- Topic: String (iostream) problemm in wxWidget
- Replies: 7
- Views: 1135
hmmm ok i see another problemm about c++ ... i have my class: class torrent { public: string id; string name; string syze; string unit; string seed; string peer; string date; string category; }; then.. i create a torrent object torrent *tor = new torrent(); and add some strings tor->id = "abc"; tor-...
- Sun Jun 17, 2007 4:49 pm
- Forum: C++ Development
- Topic: String (iostream) problemm in wxWidget
- Replies: 7
- Views: 1135
- Sun Jun 17, 2007 7:35 am
- Forum: C++ Development
- Topic: String (iostream) problemm in wxWidget
- Replies: 7
- Views: 1135
String (iostream) problemm in wxWidget
hi my dll create a string, and save in a memory (using abstract data type) then, i load this string in my app, and have some bugs.. some word are ok.. another have estrange simbols.. as [] instead "my text" i try wxT(my_string.c_str()), wxT(my_string), my_string and keep this erros what is this prob...
- Thu Jun 14, 2007 11:13 pm
- Forum: C++ Development
- Topic: What ToolBar is This ?
- Replies: 5
- Views: 1236