Roassal & Spec [Fwd: [Pharo-project] Spec default row layout]

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Roassal & Spec [Fwd: [Pharo-project] Spec default row layout]

Ben Coman
I don't know Spec, but this example on the Pharo list makes me wonder if Spec could be used to layout Roassal shapes within an element.  Although perhaps it is too heavy - and also perhaps I would need more fine grained control of being able to overlap shapes.

-ben

-------- Original Message --------
Subject: [Pharo-project] Spec default row layout
Date: Sun, 5 Aug 2012 11:51:01 -0700 (PDT)
From: Sean P. DeNigris [hidden email]
Reply-To: [hidden email]
To: [hidden email]


SpecLayout composed
	newRow: [ :spec1 | spec1
		add: #debugModeSwitch ] height: 30;
	newRow: [ :spec2 | spec2 
		add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin: 0@30
offsetCorner: 0@0";
	yourself.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Roassal & Spec [Fwd: [Pharo-project] Spec default row layout]

abergel
Integrating Roassal in Spec is indeed important. I do not have much free cycle right now to work on this.
If you want to give a shoot, then please do.

Cheers,
Alexandre


On Aug 6, 2012, at 10:08 AM, Ben Coman <[hidden email]> wrote:

> I don't know Spec, but this example on the Pharo list makes me wonder if Spec could be used to layout Roassal shapes within an element.  Although perhaps it is too heavy - and also perhaps I would need more fine grained control of being able to overlap shapes.
>
> -ben
>
> -------- Original Message --------
> Subject: [Pharo-project] Spec default row layout
> Date: Sun, 5 Aug 2012 11:51:01 -0700 (PDT)
> From: Sean P. DeNigris <[hidden email]>
> Reply-To: [hidden email]
> To: [hidden email]
>
> SpecLayout composed
> newRow: [ :spec1 | spec1
> add: #debugModeSwitch ] height: 30;
> newRow: [ :spec2 | spec2
> add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin: 0@30
> offsetCorner: 0@0";
> yourself.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev