[squeak-dev] Help: pluggable widgets for forms

Marcel Taeumel marcel.taeumel at hpi.de
Thu Jun 11 09:34:00 UTC 2020


> Can this work when inspecting an array of forms?

Not quite because custom inspectors define their field specifications. There is no overriding mechanism in place where you can say "for all kinds of inspectors, do X to a field's contents when Y condition is satisfied".

What you can do is to create a "ArrayOfFormsInspector" which does as you want to. But you would have to invoke it manually if you happen to have an array of forms at your "hand". :-)

Best,
Marcel
Am 09.06.2020 20:08:48 schrieb K K Subbu <kksubbu.ml at gmail.com>:
Marcel,

That was a quick neat hack! Thanks.

Can this work when inspecting an array of forms?

Regards .. Subbu


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200611/1e5f8a36/attachment.html>


More information about the Squeak-dev mailing list