Re: Manually building GUI and Retina Macs

2017-01-09 Thread Andreas Falkenhahn
Thanks for the information! On 09.01.2017 at 17:33 Ken Thomases wrote: > On Jan 9, 2017, at 10:13 AM, Andreas Falkenhahn > wrote: > I'm building some windows and controls in my app by manually > creating NSWindow objects and the respective controls and then > adding them to the NSWindow by u

Re: Manually building GUI and Retina Macs

2017-01-09 Thread Ken Thomases
On Jan 9, 2017, at 10:13 AM, Andreas Falkenhahn wrote: > > I'm building some windows and controls in my app by manually > creating NSWindow objects and the respective controls and then > adding them to the NSWindow by using > > [[win contentView] addSubview:control]; > > The control and windo

Manually building GUI and Retina Macs

2017-01-09 Thread Andreas Falkenhahn
I'm building some windows and controls in my app by manually creating NSWindow objects and the respective controls and then adding them to the NSWindow by using [[win contentView] addSubview:control]; The control and window sizes and their positions are all hard-coded in pixels. Thus, it is as