GridBag

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

GridBag

Blake-5
Hello, All:

        I note that here:

http://wiki.squeak.org/squeak/282


a suggestion was made for a GridBagLayout (a way to fix columns and rows).  
I don't actually see one in Squeak however.

        Has anyone done this? Or is there another (good) way to constrain layouts  
to a fixed number of columns and rows?

        ===Blake===

Reply | Threaded
Open this post in threaded view
|

Re: GridBag

Brian Brown-2
You can take a look at this: http://www.squeaksource.com/GuidedLayout.html

- Brian

On Dec 29, 2007, at 3:22 PM, Blake wrote:

Hello, All:

I note that here:

http://wiki.squeak.org/squeak/282


a suggestion was made for a GridBagLayout (a way to fix columns and rows). I don't actually see one in Squeak however.

Has anyone done this? Or is there another (good) way to constrain layouts to a fixed number of columns and rows?

===Blake===




Reply | Threaded
Open this post in threaded view
|

Re: GridBag

Blake-5
Thanks, Brian.

I notice it says several demos are included but I don't see any.

Dunno if you ever got much feedback but I'll tell you what we think once  
we figure it out.<s>

        ===Blake===

On Mon, 31 Dec 2007 09:13:24 -0800, Brian Brown <[hidden email]> wrote:

> You can take a look at this:  
> http://www.squeaksource.com/GuidedLayout.html
>
> - Brian
>
> On Dec 29, 2007, at 3:22 PM, Blake wrote:
>
>> Hello, All:
>>
>> I note that here:
>>
>> http://wiki.squeak.org/squeak/282
>>
>>
>> a suggestion was made for a GridBagLayout (a way to fix columns and
>> rows). I don't actually see one in Squeak however.
>>
>> Has anyone done this? Or is there another (good) way to constrain
>> layouts to a fixed number of columns and rows?
>>
>> ===Blake===
>>
>



Reply | Threaded
Open this post in threaded view
|

Re: GridBag

Brian Brown-2
The demos are in some class side methods, IIRC :)

It's been a while, and I published it, but a different developer here  
wrote it.

- Brian

On Dec 31, 2007, at 3:31 PM, Blake wrote:

> Thanks, Brian.
>
> I notice it says several demos are included but I don't see any.
>
> Dunno if you ever got much feedback but I'll tell you what we think  
> once we figure it out.<s>
>
> ===Blake===
>
> On Mon, 31 Dec 2007 09:13:24 -0800, Brian Brown <[hidden email]>  
> wrote:
>
>> You can take a look at this: http://www.squeaksource.com/GuidedLayout.html
>>
>> - Brian
>>
>> On Dec 29, 2007, at 3:22 PM, Blake wrote:
>>
>>> Hello, All:
>>>
>>> I note that here:
>>>
>>> http://wiki.squeak.org/squeak/282
>>>
>>>
>>> a suggestion was made for a GridBagLayout (a way to fix columns and
>>> rows). I don't actually see one in Squeak however.
>>>
>>> Has anyone done this? Or is there another (good) way to constrain
>>> layouts to a fixed number of columns and rows?
>>>
>>> ===Blake===
>>>
>>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: GridBag

Blake-5
Ah. There they are. Thanks!

On Mon, 31 Dec 2007 15:06:42 -0800, Brian Brown <[hidden email]> wrote:

> The demos are in some class side methods, IIRC :)
>
> It's been a while, and I published it, but a different developer here  
> wrote it.
>
> - Brian
>
> On Dec 31, 2007, at 3:31 PM, Blake wrote:
>
>> Thanks, Brian.
>>
>> I notice it says several demos are included but I don't see any.
>>
>> Dunno if you ever got much feedback but I'll tell you what we think  
>> once we figure it out.<s>
>>
>> ===Blake===
>>
>> On Mon, 31 Dec 2007 09:13:24 -0800, Brian Brown <[hidden email]>  
>> wrote:
>>
>>> You can take a look at this:  
>>> http://www.squeaksource.com/GuidedLayout.html
>>>
>>> - Brian
>>>
>>> On Dec 29, 2007, at 3:22 PM, Blake wrote:
>>>
>>>> Hello, All:
>>>>
>>>> I note that here:
>>>>
>>>> http://wiki.squeak.org/squeak/282
>>>>
>>>>
>>>> a suggestion was made for a GridBagLayout (a way to fix columns and
>>>> rows). I don't actually see one in Squeak however.
>>>>
>>>> Has anyone done this? Or is there another (good) way to constrain
>>>> layouts to a fixed number of columns and rows?
>>>>
>>>> ===Blake===
>>>>
>>>
>>
>>
>>
>
>