Spec default row layout

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

Spec default row layout

Sean P. DeNigris
Administrator
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.

If I uncomment the comment, it lays out okay. With that part commented out, the second row covers the whole window and blocks out the first. I was expecting that adding a row would begin where the previous left off (i.e. that the 30 offset would be implied). Could that be made the default?
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Spec default row layout

Benjamin Van Ryseghem (Pharo)
That a bug :)

It should behave as you expect

I will have a look

Ben
On Aug 5, 2012, at 8:51 PM, Sean P. DeNigris wrote:

> 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.
>
> If I uncomment the comment, it lays out okay. With that part commented out,
> the second row covers the whole window and blocks out the first. I was
> expecting that adding a row would begin where the previous left off (i.e.
> that the 30 offset would be implied). Could that be made the default?
>
>
>
> --
> View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: Spec default row layout

Benjamin Van Ryseghem (Pharo)
In reply to this post by Sean P. DeNigris
Can you open a bug entry in case I forget ?

(I am working on Nautilus now, so I may forget ^^)

Ben

On Aug 5, 2012, at 8:51 PM, Sean P. DeNigris wrote:

> 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.
>
> If I uncomment the comment, it lays out okay. With that part commented out,
> the second row covers the whole window and blocks out the first. I was
> expecting that adding a row would begin where the previous left off (i.e.
> that the 30 offset would be implied). Could that be made the default?
>
>
>
> --
> View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: Spec default row layout

Sean P. DeNigris
Administrator
In reply to this post by Benjamin Van Ryseghem (Pharo)
Benjamin Van Ryseghem-2 wrote
I will have a look
Thanks. I noticed it in 1.4.

b.t.w. what are the most recent Spec packages that work in 1.4? Is the config up-to-date?
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Spec default row layout

Sean P. DeNigris
Administrator
In reply to this post by Benjamin Van Ryseghem (Pharo)
Benjamin Van Ryseghem-2 wrote
Can you open a bug entry in case I forget ?
Issue 6530: [SPEC BUG]: Rows oversahdow previous rows
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Spec default row layout

Benjamin Van Ryseghem (Pharo)
In reply to this post by Sean P. DeNigris
I try to keep the configuration up to date.

The last Spec version running in 1.4 should be the last version of Spec

Ben

On Aug 5, 2012, at 9:15 PM, Sean P. DeNigris wrote:

>
> Benjamin Van Ryseghem-2 wrote
>>
>> I will have a look
>>
>
> Thanks. I noticed it in 1.4.
>
> b.t.w. what are the most recent Spec packages that work in 1.4? Is the
> config up-to-date?
>
>
>
> --
> View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245p4643249.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>