Search found 8 matches

by supratech
Mon Feb 25, 2008 3:26 pm
Forum: C++ Development
Topic: About memory leak if use setCEllEditor of wxGrid
Replies: 2
Views: 1326

by supratech
Mon Feb 25, 2008 2:03 pm
Forum: C++ Development
Topic: About memory leak if use setCEllEditor of wxGrid
Replies: 2
Views: 1326

About memory leak if use setCEllEditor of wxGrid

Hi Ive a combobox, and when it change, i need change in all of cells of a grid the editor, a numbereditor or a booleditor. On event onCombobox if ... { for (int i = 0; i < this->gridDesc->GetNumberRows (); i++) this->gridDesc->SetCellEditor (i,1,new wxGridCellBoolEditor); } else { for (int i = 0; i ...
by supratech
Thu Feb 21, 2008 8:04 am
Forum: C++ Development
Topic:
Replies: 5
Views: 2343

Hi again.

I use SendInput, but prefer to use an method to force a kill focus. I cant find it. :(
by supratech
Wed Feb 20, 2008 3:52 pm
Forum: C++ Development
Topic:
Replies: 5
Views: 2343

Hi again I did this void daprotecGUI::txtLicencia_OnKeyUp( wxKeyEvent& event ) { if (event.GetKeyCode () == VK_RETURN) { #ifdef WIN32 txtLicencia->MSWWindowProc (WM_KEYDOWN, VK_TAB, 0); #endif } Event works, and pass to this function one more time, but focus dont move.
by supratech
Wed Feb 20, 2008 12:05 pm
Forum: C++ Development
Topic:
Replies: 5
Views: 2343

Hi! Ive designed a form with wxTextCtrl, wxCombox and wxGrid. I need a fast fill in this form, and want that when user press enter, the focus move to next control. With textbox, i can but when wxComboBox is the next, i cant set focus on it. About wxGrid, this control dont receive focus when tab is p...
by supratech
Fri Feb 15, 2008 1:27 pm
Forum: wx.NET
Topic: unresolved wxStatusLineNameS and +, with wxmsw28d.lib added
Replies: 4
Views: 24856

by supratech
Fri Feb 15, 2008 11:27 am
Forum: wx.NET
Topic: unresolved wxStatusLineNameS and +, with wxmsw28d.lib added
Replies: 4
Views: 24856

by supratech
Fri Feb 15, 2008 10:24 am
Forum: wx.NET
Topic: unresolved wxStatusLineNameS and +, with wxmsw28d.lib added
Replies: 4
Views: 24856

unresolved wxStatusLineNameS and +, with wxmsw28d.lib added

Good morning

Im trying to build wxWidgets "minimal sample" with MSVC 2005. All compile OK, but in build i get some unresolved symbols. (I have a main.cpp with code of the sample, witout any *.rc file)

Code: Select all

1>------ Operaci