[squeak-dev] Inspector Custom Value Panes & Related

karl ramberg karlramberg at gmail.com
Thu Sep 3 11:28:41 UTC 2020


Here is a change set that adds HaloHandle for font change to StringMorph

Best,
Karl

On Thu, Sep 3, 2020 at 9:56 AM Marcel Taeumel <marcel.taeumel at hpi.de> wrote:

> Hi Eric.
>
> > What is the proper way to make a "custom value pane" for my objects
> whenever they appear inside an Inspector?
>
> Unfortunately, the current inspector framework has no such extension
> point. You can, however, prepare a custom inspector for your domain
> objects. See MorphInspector as an example.
>
> Best,
> Marcel
>
> Am 02.09.2020 00:10:56 schrieb Eric Gade <eric.gade at gmail.com>:
> Hi all,
>
> What is the proper way to make a "custom value pane" for my objects
> whenever they appear inside an Inspector? For my RISCV work, I'm looking to
> show a morphic representation of the bitfields when a given instruction's
> `self` property is highlighted in the Inspector window.
>
> As a related question, what's the best way to make a composed Morph that
> has StringMorphs of different fonts, sizes, and alignments? It seems like
> not all Fonts are available to StringMorph (TrueType ones, for example) --
> is that correct?
>
> Thanks!
>
> --
> Eric
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200903/6a1e984c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FontHandleForStringMorph.1.cs
Type: application/octet-stream
Size: 2602 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200903/6a1e984c/attachment.obj>


More information about the Squeak-dev mailing list