Re: Custom layout in Spec
Posted by
Benjamin Van Ryseghem (Pharo) on
Jun 16, 2014; 9:20am
URL: https://forum.world.st/Custom-layout-in-Spec-tp4762142p4763306.html
On 13 Jun 2014, at 17:09, webwarrior <
[hidden email]> wrote:
> I implemented SpecTableLayout, which uses TableLayout policy.
Cool :)
> Wasn't that hard, beacuse actual layouting *is* done in Morphic.
It is not.
That’s exactly why SpecLayoutFrame exists by example.
You can convert Spec layout into morphic layout to use in the case of Morphic
but this is decoupled.
> For example:
I do not see your example here :S
Is my Mail.app missing to load a file or did you miss to insert something ?
> Now I wonder how do I transfer these changes from Monticello to GitHub in
> order to make pull request?
clone the repository (as you will do for any other github project)
then serialise your code via Monticello browser using “filetree"
Then you can commit, push, pull request
Thanks,
Ben