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
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
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