Revision
273 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 4 01:29:23 2015 UTC
(8 years, 5 months ago)
by
william
Original Path:
trunk
Diff to
previous 272
(
colored)
+ throw an invalidcastexception in equals if obj is not assignable from IProgramDefintion
+ ProgramDefintion ToString() :: skip RawDataSource property
Revision
248 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 22 16:41:42 2013 UTC
(10 years, 6 months ago)
by
william
Original Path:
trunk
Diff to
previous 247
(
colored)
DataGrid:
* After Clicking Sort: call dataGrid_SelectionChanged
* After Clicking Filter: call dataGrid_SelectionChanged
* When Clicking: call dataGrid_SelectionChanged
Revision
195 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 16 21:44:30 2013 UTC
(10 years, 6 months ago)
by
william
Original Path:
trunk
Diff to
previous 194
(
colored)
+ speed-up sqllite insert of several rows at once by using: begin/end transation and setting the max # of items to insert at once, to 500 (which maybe the maximum # of compound insert statements that SqlLite supports)
Revision
139 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 14 12:24:47 2013 UTC
(10 years, 6 months ago)
by
william
Original Path:
trunk
Diff to
previous 138
(
colored)
filtering controls:
* don't look at the Checked property for each control explicitly by name
* use a new method to programmitcally find the checked control and return it
Revision
135 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 16:15:48 2013 UTC
(10 years, 6 months ago)
by
william
Original Path:
trunk
Diff to
previous 134
(
colored)
Filter Text: when a cell or row change selection occurs
* Look at the current selected filter column, and the get selected row's value
Filter Text: when the selected filter column changes
* Look at the current selected row's value, and get the text for the filter column
Revision
134 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 15:50:07 2013 UTC
(10 years, 6 months ago)
by
william
Original Path:
trunk
Diff to
previous 133
(
colored)
when filtering returns no data:
* log a warning message that no data was returned
* include the columnname and filtertext that was supplied
* return the original list, don't empty the datagrid control