Preference Browser Layout Issue

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

Preference Browser Layout Issue

Christoph Thiede
(No, this is not caused by XmasDecorations)

How can one fix this? Changing #wrapDirection in #newButtonRow to #leftToRight did not help (but it impeded the transparent filler).

Best,
Christoph


Carpe Squeak!
Reply | Threaded
Open this post in threaded view
|

Re: Preference Browser Layout Issue

Karl Ramberg
PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.  Look at the Zip tool that have scaling buttons and a minimum size.

Best,
Karl




On Fri, Jan 3, 2020 at 6:10 PM Thiede, Christoph <[hidden email]> wrote:
(No, this is not caused by XmasDecorations)

How can one fix this? Changing #wrapDirection in #newButtonRow to #leftToRight did not help (but it impeded the transparent filler).

Best,
Christoph



Reply | Threaded
Open this post in threaded view
|

Re: Preference Browser Layout Issue

Christoph Thiede

PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.


Yes, I know; for longterm, it would be nice to use the tool builder for this.


Look at the Zip tool that have scaling buttons and a minimum size.


You mean ArchiveViewer? Good reference :-) The question is, would anyone mind if we dropoed the current button alignment in the PB?

Best,
Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von karl ramberg <[hidden email]>
Gesendet: Freitag, 3. Januar 2020 18:44:09
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Preference Browser Layout Issue
 
PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.  Look at the Zip tool that have scaling buttons and a minimum size.

Best,
Karl




On Fri, Jan 3, 2020 at 6:10 PM Thiede, Christoph <[hidden email]> wrote:
(No, this is not caused by XmasDecorations)

How can one fix this? Changing #wrapDirection in #newButtonRow to #leftToRight did not help (but it impeded the transparent filler).

Best,
Christoph



Carpe Squeak!
Reply | Threaded
Open this post in threaded view
|

Re: Preference Browser Layout Issue

marcel.taeumel
Besides tool builder, minimal window (or morph) extent is not working properly in our TableLayoutPolicy and ProportionalLayoutPolicy at the moment. That's a biggie to be fixed after the 5.3 release.

Best,
Marcel

Am 03.01.2020 21:08:00 schrieb Thiede, Christoph <[hidden email]>:

PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.


Yes, I know; for longterm, it would be nice to use the tool builder for this.


Look at the Zip tool that have scaling buttons and a minimum size.


You mean ArchiveViewer? Good reference :-) The question is, would anyone mind if we dropoed the current button alignment in the PB?

Best,
Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von karl ramberg <[hidden email]>
Gesendet: Freitag, 3. Januar 2020 18:44:09
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Preference Browser Layout Issue
 
PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.  Look at the Zip tool that have scaling buttons and a minimum size.

Best,
Karl




On Fri, Jan 3, 2020 at 6:10 PM Thiede, Christoph <[hidden email]> wrote:
(No, this is not caused by XmasDecorations)

How can one fix this? Changing #wrapDirection in #newButtonRow to #leftToRight did not help (but it impeded the transparent filler).

Best,
Christoph



Reply | Threaded
Open this post in threaded view
|

Re: Preference Browser Layout Issue

marcel.taeumel
Slightly improved in PreferenceBrowser-mt.98:




Best,
Marcel

Am 06.01.2020 10:20:56 schrieb Marcel Taeumel <[hidden email]>:

Besides tool builder, minimal window (or morph) extent is not working properly in our TableLayoutPolicy and ProportionalLayoutPolicy at the moment. That's a biggie to be fixed after the 5.3 release.

Best,
Marcel

Am 03.01.2020 21:08:00 schrieb Thiede, Christoph <[hidden email]>:

PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.


Yes, I know; for longterm, it would be nice to use the tool builder for this.


Look at the Zip tool that have scaling buttons and a minimum size.


You mean ArchiveViewer? Good reference :-) The question is, would anyone mind if we dropoed the current button alignment in the PB?

Best,
Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von karl ramberg <[hidden email]>
Gesendet: Freitag, 3. Januar 2020 18:44:09
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Preference Browser Layout Issue
 
PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.  Look at the Zip tool that have scaling buttons and a minimum size.

Best,
Karl




On Fri, Jan 3, 2020 at 6:10 PM Thiede, Christoph <[hidden email]> wrote:
(No, this is not caused by XmasDecorations)

How can one fix this? Changing #wrapDirection in #newButtonRow to #leftToRight did not help (but it impeded the transparent filler).

Best,
Christoph



Reply | Threaded
Open this post in threaded view
|

Re: Preference Browser Layout Issue

Christoph Thiede

This is better :-)


By the way, I also just fixed the splitter appearance a bit ...


Best,

Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von Taeumel, Marcel
Gesendet: Montag, 6. Januar 2020 10:40:14
An: John Pfersich via Squeak-dev
Betreff: Re: [squeak-dev] Preference Browser Layout Issue
 
Slightly improved in PreferenceBrowser-mt.98:




Best,
Marcel

Am 06.01.2020 10:20:56 schrieb Marcel Taeumel <[hidden email]>:

Besides tool builder, minimal window (or morph) extent is not working properly in our TableLayoutPolicy and ProportionalLayoutPolicy at the moment. That's a biggie to be fixed after the 5.3 release.

Best,
Marcel

Am 03.01.2020 21:08:00 schrieb Thiede, Christoph <[hidden email]>:

PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.


Yes, I know; for longterm, it would be nice to use the tool builder for this.


Look at the Zip tool that have scaling buttons and a minimum size.


You mean ArchiveViewer? Good reference :-) The question is, would anyone mind if we dropoed the current button alignment in the PB?

Best,
Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von karl ramberg <[hidden email]>
Gesendet: Freitag, 3. Januar 2020 18:44:09
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Preference Browser Layout Issue
 
PreferenceBrowser is not built with the tool builder, and have some quirks that are fixed (at least partly) in other tools.  Look at the Zip tool that have scaling buttons and a minimum size.

Best,
Karl




On Fri, Jan 3, 2020 at 6:10 PM Thiede, Christoph <[hidden email]> wrote:
(No, this is not caused by XmasDecorations)

How can one fix this? Changing #wrapDirection in #newButtonRow to #leftToRight did not help (but it impeded the transparent filler).

Best,
Christoph




pastedImage.png (11K) Download Attachment
pastedImage.png (25K) Download Attachment
pastedImage.png (16K) Download Attachment
Carpe Squeak!