gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displ


From: Fred Kiefer
Subject: Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)
Date: Tue, 24 Dec 2019 16:32:22 +0100

Sorry for not being clear enough. Using rounded pull downs or different edges 
is nothing a theme would do. This is official functionality that the normal 
GNUstep drawing must support. We would loose it with your change.

fred

> Am 24.12.2019 um 16:00 schrieb cobjective <address@hidden>:
> 
> Fred, focus ring is not the only difference. My screenshots represent 
> official GNUstep control appearance. Why we should bother about themes at 
> all? It’s theme responsibility to draw its controls. Or did I miss something 
> and official GNUstep look tends to be MacOS X like?
> 
> Sergii
> 
>> On 24 Dec 2019, at 15:15, Fred Kiefer <address@hidden> wrote:
>> 
>> In your images the only difference I see is the focus ring and even that I 
>> see barely. But the real difference will be shown when using a rounded pull 
>> down or as Wolfgang pointed out one that uses a different edge.
>> To make it easier for you to see that I just committed an example of a 
>> rounded pull down button into our examples. 
>> (https://github.com/gnustep/tests-examples/commit/a4652642fd6c196d7e59af63f587856be9437dfb)
>> 
>>> Am 24.12.2019 um 12:29 schrieb Sergii Stoian <address@hidden>:
>>> 
>>> Hi Fred,
>>> 
>>> Here are my screenshots. The first (PullDown-old.png) is how pressed button 
>>> looks with current code, the second (PullDown-new.png) with my code.
>>> I hope you'll notice the difference.
>>> 
>>> <PullDown-old.png>
>>> <PullDown-new.png>
>>> 
>>> On Tue, Dec 24, 2019 at 12:06 PM Fred Kiefer <address@hidden> wrote:
>>> HI Sergii,
>>> 
>>> here is what a pull down NSPopUpButton looks like on Cocoa:
>>> 
>>> <Bildschirmfoto 2019-12-23 um 23.23.17.png>
>>> 
>>> This button has three items („Pull Down“, „Item 2“, „Item 3“). Only the 
>>> later two get displayed in the popup menu.
>>> At least for the standard theme we aim for a similar display within 
>>> GNUstep. If you want something else a theme or a user option would be the 
>>> way to go. Or a decision to change the default.
>>> 
>>> At the moment I would say that Wolfgang and I are against your change and 
>>> the rest of GNUstep has not stated an opinion. Maybe it would help to show 
>>> different possibilities in pictures.
>>> Could you pease post how a similar button looks with your new code?
>>> 
>>> Fred
>>> 
>>>>> Am 23.12.2019 um 12:06 schrieb Sergii Stoian <address@hidden>:
>>>> 
>>>> Do we have any decision? What's next? Do I need to do/fix something in 
>>>> context of this PR?
>>>> 
>>>>> On Sat, Dec 21, 2019 at 12:39 AM Sergii Stoian <address@hidden> wrote:
>>>> On 20 Dec 2019, at 18:15, Wolfgang Lux <address@hidden> wrote:
>>>>> 
>>>>> 
>>>>>> Am 20.12.2019 um 16:11 schrieb Fred Kiefer <address@hidden>:
>>>>>> There you just describe that now the popup looks the same whether in 
>>>>>> pull down or in popup state. But what is the reason for this change? As 
>>>>>> I wrote I am happy with getting rid of all this special code, but last 
>>>>>> time I tried to do this it was rejected.
>>>>> 
>>>>> I don't recall whether I was involved in that rejection or not, but if I 
>>>>> wasn't I'd think that it was the correct move.
>>>>> 
>>>>> Regarding the different behavior with regard to the title cell, it 
>>>>> apparently dates back to the heyday of OpenStep (and presumably the 
>>>>> original NeXTstep as well). The idea seems to be that the title that is 
>>>>> visible in the pop up button cell when the menu is not visible should be 
>>>>> backed up by an element of the associated menu. In pop up mode this would 
>>>>> be the selected item, while in pull down mode it is invariably the first 
>>>>> element of the menu (since the title of the pull down is not supposed to 
>>>>> change depending on the user's last selection). I think that's nothing 
>>>>> that GNUstep can or should change.
>>>> 
>>>> This is how it works before and after change.
>>>> 
>>>>> That only leaves you with the option whether to display the title item 
>>>>> when the pull down is visible or to not display it. If you wanted to 
>>>>> display the title, the only reasonable choice for that would be such that 
>>>>> the title item appears above the button itself (because otherwise you 
>>>>> would redundantly display the same information twice).
>>>> 
>>>> Correct. This is how it works after change.
>>>> 
>>>>> But then that doesn't work that well if you display an icon in the button 
>>>>> cell rather than text (useful, for instance, when you want to make 
>>>>> NSToolbar buttons with an attached pull down menu) and the popup button's 
>>>>> width and/or height do not match the width or height of the menu (items). 
>>>>> Also beware that the menu does not necessarily need to appear at the 
>>>>> bottom of the pop up button. You can set the preferredEdge property of 
>>>>> the button cell to make it appear on one of the sides of the button (or 
>>>>> even appear attached to the top edge, although I don't see a reason for 
>>>>> doing that). But of course these are all aesthetic judgements so feel 
>>>>> free to disagree.
>>>> 
>>>> Good points. I guess these are the cases for further testing, changing and 
>>>> separate PR.
>>> 
>>> 
>>> 
>>> -- 
>>> Sergii Stoian, 
>>> ProjectCenter lead developer
>>> NEXTSPACE owner, lead developer
>> 
>> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]