[squeak-dev] Help: pluggable widgets for forms

karl ramberg karlramberg at gmail.com
Fri Jun 5 15:16:13 UTC 2020


I'm not sure what you try to do here.
In morphic you usually use SketchMorph or ImageMorph
Any morph can be sent 'openInWindow'
So open the form:
(ImageMorph new image:myForm) openInWindow
(SketchMorph withForm:myForm) openInWindow

Best,
Karl


On Fri, Jun 5, 2020 at 4:53 PM K K Subbu <kksubbu.ml at gmail.com> wrote:

> All,
>
> I am trying to develop a tool to view a form within a window frame. All
> existing pluggable widgets seem to handle string/text only.
>
> Are there any pluggable widgets and spec that deal with forms or images
> (much larger than a icon or thumbnail)?
>
> Thanks and Regards .. Subbu
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200605/fbc56a2e/attachment.html>


More information about the Squeak-dev mailing list