Changelog
List of changes made to GridEditor
(Unreleased)
- Bugfix; make text area editor work and work in a sane fashion
- Bugfix; change alignment of textarea fields "top left" so's to display the first line of an address (for example)
- Note; User "Enter" as opposed to "Return" to insert lines into a text area
- Bugfix; Sorting column count
- Bugfix; Fixed sorting with Single (as opposed to None/Multiple)
14 May 2000, Version 0.1.63
- Feature; putData(row,col,data) to update the table from an external source for steven at revimmo.com
- Bugfix; the editor is now closed automatically when you scroll, stops phantom editor syndrome (!)
- Bugfix; avoid "Null Object" error when "Skip" is empty (quick fix, set "skip" to one entry (0))
- Bugfix; avoid "Null Object" when title, fields and widths are not all the same length
- Feature; allow "@SELECT <field> ..." as an item in a combo list editor (i.e. dynamic combo editors)
4 May 2000, Version 0.1.57
- Changed "close" to do a reload, even if there were no changes. (makes sense as a calling program may have changed the criteria)
- Various misc. changes to make master-slave relationships work smoothly
- Update to DBConnection component, you can now cut and paste it without crashing the IDE
- Fix to stop a double click in the editor from activating the editor
- Save / Cancel are now hidden rather than disabled (when not in use)
3 May 2000, Version 0.1.25
- Critical: A misplaced commit could cause changes to be written, even if you cancel them! (fixed)
3 May 2000, Version 0.1.23
- Ok, so drawing sort buttons on the top of header rows is probably a bad idea, this code has now been removed and replaced by a much less pretty scheme that works with unicode characters. I'm afraid this is going to have to do until Gambas GridEditor supports inserting pictures into GridView Header fields.
2 May 2000, Version 0.1.18
- Reload() now calls Resize(), this avoids some instances where a vertical scroll bar appears when it doesn't need to
- Some reorders, headers and widths moved to GridEditor from DB
- Added multi-column sorting (!) , this is completely inclusive, all you need do is turn it on!
1 May 2000, Version 0.1.7
- Fix to avoid stack overflow when there are no results to display
- Fix to close any open editors when Cancel / Close pressed
- Modification to Close() to ensure that changes are definitely rolled back if you select "Save Changes = No" (ooops!)
1 May 2000, Version 0.1 (Initial Release)