Talk:Deprecated Features

From Planimate Knowledge Base
Revision as of 13:55, 20 December 2009 by Rick (talk | contribs)
Jump to navigation Jump to search

This page docuents features which are due to be altered/removed from Planimate. Please discuss any thoughts or concerns with Rick.

Feature Replaced By Remove

Comments

DataSet 1

(Scenario)

Saving

DataSet2

Q1 '10

A DataSet2 configuration table can be created from a DataSet1 definition.

Ability to load DataSet1 will persist beyond DataSet1 saving for 6 months.

Model Version Loading
-
Q1 '10
Nearly 300 versions supported including many obsolete objects and constructs. A "rosetta" version will be declared after which all compatibility will be removed except that version.
Dialog Boxe invoked in Routine
Named Dialog Boxes
Q1 '10

Currently dialog boxes are defined within routine code. It is desirable for them to be defined outside of the routine and then just "called up" by name.

This is needed if routines are to be made pasteable as text.

This does create some scope issues since the scope of the dialog might differ from the scope of the routine calling it.