[ANN] Table dialogs
[ANN] Table dialogs
- Subject: [ANN] Table dialogs
- From: Shane Stanley <email@hidden>
- Date: Sat, 13 Feb 2016 13:20:06 +1100
Myriad Tables Lib is a script library that enables scripts to display dialogs containing tables. The tables can be simple ones similar to that shown by the 'choose from list' command, to tables of up to 99 columns and hundreds of rows featuring formatted numbers and dates, as well as checkboxes, popup menus and combo boxes.
The dialogs are resizable and the tables can be configured in a variety of ways. They can support sorting, dragging of rows, drag-and-drop from the Finder, addition and deletion of rows, and a range of formatting options.
Using it is pretty simple. For example, to create a table with checkboxes in the first row, you could use this:
use script "Myriad Tables Lib"
display table with data {{true, "One"}, {false, "Two"}, {true, "Three"}, {false, "Four"}, {true, "Five"}} editable columns {1} with prompt "These checkboxes can be clicked" with empty selection allowed
Myriad Tables Lib is free, and requires OS X 10.10 or later. You can download the library, docs, and some samples here: < http://www.macosxautomation.com/applescript/apps/Script_Libs.html#MyriadTablesLib>
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden