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:
SET
2020-01-04 17:04:08 +01:00
committed by SET
parent 444e7ddf20
commit 585c56bc33
92 changed files with 105 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundCheckBox.cpp * File: LBoundCheckBox.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundCheckBox.h * File: LBoundCheckBox.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundComboBox.cpp * File: LBoundComboBox.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundComboBox.h * File: LBoundComboBox.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundControl.cpp * File: LBoundControl.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundControl.h * File: LBoundControl.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundDatePickerCtrl.cpp * File: LBoundDatePickerCtrl.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundDatePickerCtrl.h * File: LBoundDatePickerCtrl.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundGrid.cpp * File: LBoundGrid.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundGrid.h * File: LBoundGrid.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundSpinCtrl.cpp * File: LBoundSpinCtrl.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundSpinCtrl.h * File: LBoundSpinCtrl.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundTextCtrl.cpp * File: LBoundTextCtrl.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundTextCtrl.h * File: LBoundTextCtrl.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LConnection.cpp * File: LConnection.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LConnection.h * File: LConnection.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridCheckEditor.cpp * File: LGridCheckEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridCheckEditor.h * File: LGridCheckEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridCheckRenderer.cpp * File: LGridCheckRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridCheckRenderer.h * File: LGridCheckRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridColEditor.cpp * File: LGridColEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridColEditor.h * File: LGridColEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridComboEditor.cpp * File: LGridComboEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridComboEditor.h * File: LGridComboEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridComboRenderer.cpp * File: LGridComboRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridComboRenderer.h * File: LGridComboRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridDateEditor.cpp * File: LGridDateEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridDateEditor.h * File: LGridDateEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridDateRenderer.cpp * File: LGridDateRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridDateRenderer.h * File: LGridDateRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridSpinEditor.cpp * File: LGridSpinEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridSpinEditor.h * File: LGridSpinEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridSpinRenderer.cpp * File: LGridSpinRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridSpinRenderer.h * File: LGridSpinRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridTextEditor.cpp * File: LGridTextEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridTextEditor.h * File: LGridTextEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridTextRenderer.cpp * File: LGridTextRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridTextRenderer.h * File: LGridTextRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LInformation.cpp * File: LInformation.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LInformation.h * File: LInformation.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: ltItemData.cpp * File: ltItemData.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: ltItemData.h * File: ltItemData.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LLightPQResultSet.cpp * File: LLightPQResultSet.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LLightPQResultSet.h * File: LLightPQResultSet.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LLightResultSet.cpp * File: LLightResultSet.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LLightResultSet.h * File: LLightResultSet.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LLightSQResultSet.cpp * File: LLightSQResultSet.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LLightSQResultSet.h * File: LLightSQResultSet.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LNavigator.cpp * File: LNavigator.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LNavigator.h * File: LNavigator.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LPQConnection.cpp * File: LPQConnection.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LPQConnection.h * File: LPQConnection.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LPQResultSet.cpp * File: LPQResultSet.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LPQResultSet.h * File: LPQResultSet.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LResultSet.cpp * File: LResultSet.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LResultSet.h * File: LResultSet.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LSQConnection.cpp * File: LSQConnection.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LSQConnection.h * File: LSQConnection.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LSQResultSet.cpp * File: LSQResultSet.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LSQResultSet.h * File: LSQResultSet.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LSQresult.cpp * File: LSQresult.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LSQresult.h * File: LSQresult.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LVersion.h * File: LVersion.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -9,6 +9,14 @@
<group> <group>
<file>file:/home/user/Documents/published/L7/L7/LBoundGrid.cpp</file> <file>file:/home/user/Documents/published/L7/L7/LBoundGrid.cpp</file>
<file>file:/home/user/Documents/published/L7/L7/LBoundGrid.h</file> <file>file:/home/user/Documents/published/L7/L7/LBoundGrid.h</file>
<file>file:/home/user/Documents/published/L7/L7/special/LGridXmlCellEditor.h</file>
<file>file:/home/user/Documents/published/L7/L7/special/LGridJsonCellEditor.h</file>
<file>file:/home/user/Documents/published/L7/L7/special/LGridJsonCellEditor.cpp</file>
<file>file:/home/user/Documents/published/L7/L7/LSQResultSet.cpp</file>
<file>file:/home/user/Documents/published/L7/L7/special/LGridXmlCellEditor.cpp</file>
<file>file:/home/user/Documents/published/L7/L7/LResultSet.cpp</file>
<file>file:/home/user/Documents/published/L7/L7/LResultSet.h</file>
<file>file:/home/user/Documents/published/L7/L7/LPQResultSet.cpp</file>
</group> </group>
</open-files> </open-files>
</project-private> </project-private>

View File

@@ -1,6 +1,6 @@
/* /*
* File: BaseGridPicker.cpp * File: BaseGridPicker.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: BaseGridPicker.h * File: BaseGridPicker.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: BasePicker.cpp * File: BasePicker.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *
@@ -29,6 +29,7 @@ BasePicker::BasePicker(wxWindow *parent,
SetPickerCtrl(btn); SetPickerCtrl(btn);
wxPickerBase::PostCreation(); wxPickerBase::PostCreation();
GetTextCtrl()->SetEditable(false); GetTextCtrl()->SetEditable(false);
GetTextCtrl()->SetMaxLength(0);
SetTextCtrlGrowable(true); SetTextCtrlGrowable(true);
SetPickerCtrlGrowable(true); SetPickerCtrlGrowable(true);
} }

View File

@@ -1,6 +1,6 @@
/* /*
* File: BasePicker.h * File: BasePicker.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: JsonGridPickerCtrl.cpp * File: JsonGridPickerCtrl.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: JsonGridPickerCtrl.h * File: JsonGridPickerCtrl.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: JsonHelper.cpp * File: JsonHelper.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: JsonHelper.h * File: JsonHelper.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundJsonGridPicker.cpp * File: LBoundJsonGridPicker.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundJsonGridPicker.h * File: LBoundJsonGridPicker.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundXmlGridPicker.cpp * File: LBoundXmlGridPicker.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LBoundXmlGridPicker.h * File: LBoundXmlGridPicker.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridJsonCellEditor.cpp * File: LGridJsonCellEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* Author: user * Author: user

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridJsonCellEditor.h * File: LGridJsonCellEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridJsonCellRenderer.cpp * File: LGridJsonCellRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridJsonCellRenderer.h * File: LGridJsonCellRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridXmlCellEditor.cpp * File: LGridXmlCellEditor.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridXmlCellEditor.h * File: LGridXmlCellEditor.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridXmlCellRenderer.cpp * File: LGridXmlCellRenderer.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: LGridXmlCellRenderer.h * File: LGridXmlCellRenderer.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: XmlGridPickerCtrl.cpp * File: XmlGridPickerCtrl.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: XmlGridPickerCtrl.h * File: XmlGridPickerCtrl.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: XmlHelper.cpp * File: XmlHelper.cpp
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,6 +1,6 @@
/* /*
* File: XmlHelper.h * File: XmlHelper.h
* Author: SET - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* License : LGPL version 2.1 * License : LGPL version 2.1
* Copyright SET, M. D. - © 2014 * Copyright SET, M. D. - © 2014
* *

View File

@@ -1,7 +1,7 @@
/* /*
* File: L7Test.cpp * File: L7Test.cpp
* Author: Saleem EDAH-TALLY - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* Copyright Saleem EDAH-TALLY - © 2014 * Copyright SET - © 2014
* *
* Created on 4 juin 2014, 20:42 * Created on 4 juin 2014, 20:42
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* File: L7Test.h * File: L7Test.h
* Author: Saleem EDAH-TALLY - nmset@netcourrier.com * Author: SET - nmset@yandex.com
* Copyright Saleem EDAH-TALLY - © 2014 * Copyright SET - © 2014
* *
* Created on 4 juin 2014, 20:42 * Created on 4 juin 2014, 20:42
*/ */

View File

@@ -9,6 +9,9 @@
</data> </data>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/> <group>
<file>file:/home/user/Documents/published/L7/L7Test/L7Test.h</file>
<file>file:/home/user/Documents/published/L7/L7Test/L7Test.cpp</file>
</group>
</open-files> </open-files>
</project-private> </project-private>

View File

@@ -5,7 +5,7 @@ It's a generic spin-off of a production library I'm using.
Released under the LGPL 2.1 of the Free software Foundation. Released under the LGPL 2.1 of the Free software Foundation.
Author and copyright : SET, M.D. , nmset@netcourrier.com Author and copyright : SET, M.D. , nmset@yandex.com
Developped with NetBeans. Developped with NetBeans.