Ancestry

Pharo 5specwidget

When using data entry applications, we often have to select one entity out of a large list. Spec provides the entryCompletion option for text fields for that. That works well for small lists When the number of different entities grows large however, or when we want to be able to add a new entity, the traditional solution is to combine an entry completion field with a button that opens a dialog. This is what SelectEntity provides. In addition, it supports limiting the choices shown based on the context in which the field is shown.

https://vimeo.com/158063568

It contains a small demo application that can be opened with

ANPersonList new openWithSpec

To be integrated in Pharo 6

Versions

Stable1.0-baseline
DevelopmentnotDefined

Repository

Metacello script

Metacello new
	smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo50';
	configuration: 'Ancestry';
	version: #stable;
	load.

Monticello repository

MCSmalltalkhubRepository 
	owner: 'Pharo' 
	project: 'MetaRepoForPharo50'
	user: ''
	password: ''

Contact info

stephan [at] legacycode.nl