Posted by
Tudor Girba-2 on
Jan 01, 2012; 9:08pm
URL: https://forum.world.st/Customizing-Magritte-Morphic-Forms-tp4251570p4251587.html
As replied on the smallwiki mailing list:
Here is the code from the rendering in Glamour:
magritteMorph := FAMIXClass asMooseDescription asMagritteDescription
asMorph
addButtons;
morph.
scrollPane := GeneralScrollPane new.
scrollPane changeScrollerTableLayout.
scrollPane scrollTarget: magritteMorph.
scrollPane layoutFrame: (LayoutFrame fractions: (0 @ 0 corner: 1 @ 1)).
scrollPane openInWindow
I use the GeneralScrollPane because it lets you fill on one dimension and have a scroll on the other dimension.
Cheers,
Doru
On 1 Jan 2012, at 22:01, Sean P. DeNigris wrote:
--
www.tudorgirba.com
"Yesterday is a fact.
Tomorrow is a possibility.
Today is a challenge."
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev