Share

Palm Tcl

File Release Notes and Changelog

Release Name: palmtcl-0.4

Notes: This release adds - more database handling commands - user interface enhacements including more robust support for tables - more examples in the documentation - sample address book application See documentation for complete list of changes.


Changes: * Added –fixsize option to FORMHANDLE itemconfig command to make table rows non-expandable * Added –var option to dm opendb command for accessing databases using array syntax * Added –command option for table form elements * Added the –inspos option to FORMHANDLE itemconfig and FORMHANDLE itemcget commands to set and get the insertion position for field elements * Added the FORMHANDLE itemcget command option –type to retrieve the type of a form element * Added the FORMHANDLE itemcget command options -top and –num_items to get the top row index and number of items associated with a table * Added DBHANDLE sort command to sort databases * Added DBHANDLE count command to return number of records in a database * Added DBHANDLE delete command to delete a record in a database * Added dm delete command to delete a database * Added DBHANDLE recinfo command to return position and unique id of a record * Added %x and %y event substitution specifiers for table events * Changed DBHANDLE set command to return index of updated record. (Incompatible change) * The FORMHANDLE getsel return value sematics have changed for field element types. Incompatible change.