wxWidgets/samples
Robin Dunn ea179c7b4a 1. wxGridCellEditor::SetSize needs to use the wxSIZE_ALLOW_MINUS_ONE
flag otherwise the choice editor will not move to row 1, (the wxRect
given has a -1 y value.)

2. I fixed wxGridCellChoiceEditor::BeginEdit to not only set the
current value into the text field, but also to make it the current
selection in the dropdown.

3. EndEdit was getting called twice for each cell when you leave it
with the TAB or ENTER.  I commented out a call to SaveEditControlValue
in SetCurrentCell to take care of this.  It shouldn't hurt anything
since SaveEditControlValue is also called within the
EnableCellEditControl(FALSE) which gets called next.  If this causes
no problems for anybody it can be removed entirely.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-22 20:02:48 +00:00
..
calendar makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
caret makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
checklst makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
config makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
console assorted files I forgot to commit before 2000-02-17 14:12:32 +00:00
controls assorted files I forgot to commit before 2000-02-17 14:12:32 +00:00
db makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
dialogs removed test wxYield 2000-02-16 19:22:11 +00:00
dialup makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
dnd makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
docview makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
docvwmdi makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
drawing Slightly better GC pooling, 2000-02-21 18:01:02 +00:00
dynamic makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
exec Added a few makefiles 2000-02-10 15:42:35 +00:00
font makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
grid makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
help help sample useful again 2000-02-18 16:57:47 +00:00
html added 2000-02-22 17:23:26 +00:00
image Solved multiple memory leaks. 2000-02-19 04:22:08 +00:00
internat makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
ipc wxGTK compilation fix (wxFrame::Show call without argument) 2000-02-21 08:37:39 +00:00
joytest removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
layout makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
listctrl 1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in 2000-02-22 15:22:21 +00:00
mdi Set/GetWindowMenu added to MDI parent frame under MSW 2000-02-01 15:48:44 +00:00
memcheck makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
menu makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
mfc removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
minifram makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
minimal no message 2000-02-22 17:11:02 +00:00
nativdlg removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
newgrid 1. wxGridCellEditor::SetSize needs to use the wxSIZE_ALLOW_MINUS_ONE 2000-02-22 20:02:48 +00:00
notebook SetSelection() in wxNotebook now sets the focus, 2000-02-22 15:29:59 +00:00
oleauto Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00
ownerdrw removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
plot Added mingw32 makefile for plot demo. 2000-02-13 14:48:20 +00:00
png makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
printing Implemented MSW's paint region clipping, but 2000-02-21 14:16:32 +00:00
proplist makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
propsize makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
regtest 1. dnd demo in treetest 2000-02-15 23:57:33 +00:00
resource makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
richedit makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
rotate Added code to test the transparency stuff for image rotation 2000-02-10 13:26:30 +00:00
sashtest makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
scroll Added wxEVT_SCROLL[WIN]_THUMBRELEASE 2000-02-11 17:55:28 +00:00
scrollsub makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
sockets ... 2000-02-15 15:17:31 +00:00
splitter makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
statbar empty rc file for the sample 2000-02-15 23:58:16 +00:00
tab removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
taskbar Minor doc typos removed; compilation improved for VC++ 4.x 2000-02-04 17:08:11 +00:00
text Fixed these: 2000-02-19 06:49:20 +00:00
thread new sample: statbar 2000-02-04 20:27:10 +00:00
toolbar Added ShowFullScreen call (MSW only) 2000-02-08 19:19:47 +00:00
treectrl tiny fixes 2000-02-21 18:13:09 +00:00
typetest Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00
validate makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
wizard readding back 2000-02-04 20:27:31 +00:00
.cvsignore Augmented beta to 9, 1999-08-12 19:24:39 +00:00
configure Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
configure.in Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
makefile.b32 Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
makefile.dos Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
makefile.g95 Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
Makefile.in more samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS 1999-11-04 16:52:23 +00:00
makefile.vc Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00