Allow the text control of BasePicker to show indefinite string length.
Otherwise, the text control gets empty if the string length is > 33 !
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: BaseGridPicker.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: BaseGridPicker.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: BasePicker.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
@@ -29,6 +29,7 @@ BasePicker::BasePicker(wxWindow *parent,
|
||||
SetPickerCtrl(btn);
|
||||
wxPickerBase::PostCreation();
|
||||
GetTextCtrl()->SetEditable(false);
|
||||
GetTextCtrl()->SetMaxLength(0);
|
||||
SetTextCtrlGrowable(true);
|
||||
SetPickerCtrlGrowable(true);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: BasePicker.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: JsonGridPickerCtrl.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: JsonGridPickerCtrl.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: JsonHelper.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: JsonHelper.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LBoundJsonGridPicker.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LBoundJsonGridPicker.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LBoundXmlGridPicker.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LBoundXmlGridPicker.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridJsonCellEditor.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
* Author: user
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridJsonCellEditor.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridJsonCellRenderer.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridJsonCellRenderer.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridXmlCellEditor.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridXmlCellEditor.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridXmlCellRenderer.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: LGridXmlCellRenderer.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: XmlGridPickerCtrl.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: XmlGridPickerCtrl.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: XmlHelper.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: XmlHelper.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user