Instance variables overwritten by other assignments

2019-12-24 Thread Patryk Laurent
Hi, At Gorm startup I am seeing a problem where Boolean assignments in -initDefaults are somehow overwriting memory for NSTableView.m’s _numberOfColumns instance variable. See the output of debug print statements below. Does anyone know why this might be happening — and how to fix it? This

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread Fred Kiefer
Exactly., that is what Wolfgang and I failed to express in our previous mails. > Am 24.12.2019 um 19:39 schrieb cobjective : > > Why? If menu draws rounded corners you’ll get it. Oh, I understand. Buttons > are drawn with rounded corners but menus aren’t. Correct? > > Sergii > >> On 24 Dec 201

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread cobjective
Why? If menu draws rounded corners you’ll get it. Oh, I understand. Buttons are drawn with rounded corners but menus aren’t. Correct? Sergii > On 24 Dec 2019, at 17:32, Fred Kiefer wrote: > > Sorry for not being clear enough. Using rounded pull downs or different > edges is nothing a theme w

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread Fred Kiefer
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 : > > Fred, focus ring is

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread cobjective
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 20

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread Fred Kiefer
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 pu

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread Sergii Stoian
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. [image: PullDown-old.png] [image: PullDown-new.png] On Tue, Dec 24, 2019 at 12:06 PM Fred Kiefer wrote:

Re: GORM usability enhancements

2019-12-24 Thread Gregory Casamento
Sergii, Will do. I am planning on checking it out today. Yours, GC On Tue, Dec 24, 2019 at 5:54 AM Sergii Stoian wrote: > > Gregory, no problem. I'll refrain from removal of inspector. I'll think > about outline view later. > Currently I'm focused on user interactions with UI elements (select

Re: GORM usability enhancements

2019-12-24 Thread Sergii Stoian
Gregory, no problem. I'll refrain from removal of inspector. I'll think about outline view later. Currently I'm focused on user interactions with UI elements (selection, positioning, sizing). I've finished with Palettes panel and menu items rearrangement. It would be great if you try it and send me

Re: [gnustep/libs-gui] NSPopUpButton's popup menu in pulldown mode displaying fix (#43)

2019-12-24 Thread Fred Kiefer
HI Sergii, here is what a pull down NSPopUpButton looks like on Cocoa: 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 t