Search found 40 matches

by almondega
Sat Sep 01, 2007 3:37 pm
Forum: C++ Development
Topic: wxPanel over wxToolBar
Replies: 1
Views: 1668

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...
by almondega
Sun Aug 26, 2007 8:55 pm
Forum: C++ Development
Topic: wxToolBar bottom line hide with a wxPanel
Replies: 2
Views: 2377

but where is the bottom line u_u

make a test

create a menubar
a toolbar
a panel
a statusbar

and u will se the panel overwrite the toolbar
the bottom line disappear :?
by almondega
Fri Aug 24, 2007 2:43 am
Forum: C++ Development
Topic: wxToolBar bottom line hide with a wxPanel
Replies: 2
Views: 2377

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 ...
by almondega
Tue Aug 14, 2007 12:47 am
Forum: C++ Development
Topic: Record Voice, save in wav, mp3
Replies: 2
Views: 2444

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

:?
by almondega
Fri Jul 27, 2007 10:41 pm
Forum: C++ Development
Topic: Help me pls, i need simulate a stack
Replies: 2
Views: 1647

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...
by almondega
Sun Jun 24, 2007 9:58 pm
Forum: Platform Related Issues
Topic: DLL and Visual C++ question
Replies: 3
Views: 2279

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...
by almondega
Fri Jun 22, 2007 6:04 pm
Forum: C++ Development
Topic: wxListItem GetData unknow problemm
Replies: 3
Views: 2452

solved
i add the data without set the column (maybe dafult is 0)

tks for help me :wink:
by almondega
Fri Jun 22, 2007 4:52 pm
Forum: C++ Development
Topic: wxListItem GetData unknow problemm
Replies: 3
Views: 2452

nice idea
but.. dont work
and the text dont is showed is listctrl with MASK_DATA

any other idea =| ? :cry:
by almondega
Fri Jun 22, 2007 2:45 am
Forum: C++ Development
Topic: wxListItem GetData unknow problemm
Replies: 3
Views: 2452

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->InsertIte...
by almondega
Sun Jun 17, 2007 10:37 pm
Forum: C++ Development
Topic: String (iostream) problemm in wxWidget
Replies: 7
Views: 4074

solved

problemm solved

i change to <list> lib instead my C ADT
tks Auria for try help-me
see you in another problemms :D
by almondega
Sun Jun 17, 2007 9:04 pm
Forum: C++ Development
Topic: String (iostream) problemm in wxWidget
Replies: 7
Views: 4074

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...
by almondega
Sun Jun 17, 2007 8:11 pm
Forum: C++ Development
Topic: String (iostream) problemm in wxWidget
Replies: 7
Views: 4074

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&q...
by almondega
Sun Jun 17, 2007 4:49 pm
Forum: C++ Development
Topic: String (iostream) problemm in wxWidget
Replies: 7
Views: 4074

as [] instead "my text"
this is the result
was to be "my text"
and show a any symbol...

and c_str() return a const char* ....
by almondega
Sun Jun 17, 2007 7:35 am
Forum: C++ Development
Topic: String (iostream) problemm in wxWidget
Replies: 7
Views: 4074

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...
by almondega
Thu Jun 14, 2007 11:13 pm
Forum: C++ Development
Topic: What ToolBar is This ?
Replies: 5
Views: 2738

wth..
first this code not is wx

sec..
the combo is a example of a control to implement
i need a textctrl..