Releases: trevordevore/dataview_demo
Releases · trevordevore/dataview_demo
0.4.0
0.3.1
- Added an example of the DataView Paginated Scroll helper.
0.2.5
- Update with latest versions of Levure, DataView, and DataView Tree repos.
0.2.4
- Updated to latest DataView and friends.
- Fix issue with backgroundBehavior groups in control browser.
0.2.3
- Replaced file browser with File Browser helper. This helper is an example of extending the DataView Tree with a specialized control that includes row templates.
0.2.2
- Update DataView code
- Updated README
0.2.1
- Update with
dvt
todv
prefix now used in DataView Tree helper.
0.1.4
- Set
viewProp["animate selections"]
tofalse
for the DataView trees. This property can only be set to true if animationEngine is available.
0.1.3
- Added Movies database example. Compare with Data Grid example at http://lessons.livecode.com/m/datagrid/l/7341-displaying-large-amounts-of-data
- Configured standalone settings so that a working standalone can be built using
levurePackageApplication "release"
.
0.1.2
- Added tree example that browses stacks and their controls in the IDE.
- Turned off "animate selections" in the file browser example.
- Added code to cleanup DataViews when leaving cards.
- Added stack script that resets the stack when saving it.