[Cuis-dev] Cuis Morphic question
    ken.dickey at whidbey.com 
    ken.dickey at whidbey.com
       
    Mon Apr 15 11:24:17 PDT 2019
    
    
  
On 2019-04-15 09:35, Thierry Goubier via Cuis-dev wrote:
> Hi all,
> 
> thanks for the answer. Yes, I've noticed it's used in one place, but
> nobody extends it...
> 
> And BorderedRectMorph has a #borderWidth: which uses a different
> mechanism (i.e. not part of the minimum extent of a
> BorderedRectMorph).
Hi Thierry,
You can't assume core Cuis, even with basic packages loaded, is all of 
Cuis.  E.g. try
   Feature require: #'Morphic-Misc1'
and use the method finder.
Morphs which do live update as you drag the resize handle need this.
E.g. Grab a PointerLineMorph from the New Morphs menu and play with it.
FYI,
-KenD
    
    
More information about the Cuis-dev
mailing list