Customizing Magritte Morphic Forms
Esteban Lorenzano
estebanlm at gmail.com
Sun Jan 1 22:05:20 MET 2012
Hi Sean,
I fixed that... if you update Magritte-Morphic package it should be there...
Cheers,
Esteban
El 01/01/2012, a las 5:40p.m., Sean P. DeNigris escribió:
> I'm playing with and already enjoying Magritte after the awesome talk Nick
> and Esteban gave at ESUG this year.
>
> How do I customize Magritte editors in Morphic? Specifically, for the
> Address example from the Seaside book, I tried:
> anAddress asMorph
> addButtons;
> addWindow;
> openInWorld.
>
> but the fields were really tiny and hid most of the text as you can see
> below (on Nabble at least):
> http://forum.world.st/file/n4251518/PharoScreenshot.2.png
>
> Then I tried a standard Morphic approach:
> | form window |
> form := anAddress asMorph addButtons.
> window := SystemWindow new addMorph: form fullFrame: (LayoutFrame
> fractions: (0 at 0 corner: 1.0 at 1.0) offsets: (10 at 10 corner: 10 at 10)).
> window openInWorld.
>
> but I got "MessageNotUnderstood: MAContainerMorph>>layoutFrame:"
>
> --
> View this message in context: http://forum.world.st/Customizing-Magritte-Morphic-Forms-tp4251518p4251518.html
> Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
More information about the smallwiki
mailing list