Re: Strange NSScroller sizing behaviour

2010-05-03 Thread Jo Meder
Hi, Further to my original post, I've done some more investigation. I wrote a pure Cocoa app (i.e. without my C++ UI framework code getting in the way) and still experienced the resizing problems. The problems seem to effect scrollers which are placed at the bottom or right edges of a window wi

Re: Strange NSScroller sizing behaviour

2010-05-03 Thread Jo Meder
Hi Bill, On 1/05/2010, at 6:19 AM, Bill Appleton wrote: > hi anyone out there, > > i have more information on this scroll bar bug > > if i open more and more text windows the scroll bar (nsscroller) appears on > the right or bottom of each one > > each window has 2 scroll bars, i have verifie

Re: Strange NSScroller sizing behaviour

2010-04-30 Thread Bill Appleton
hi anyone out there, i have more information on this scroll bar bug if i open more and more text windows the scroll bar (nsscroller) appears on the right or bottom of each one each window has 2 scroll bars, i have verified the 2 sub views, but only one can appear at a time i can't find any grap

Re: Strange NSScroller sizing behaviour

2010-04-29 Thread Bill Appleton
hi Jo, i am also working with NSScroller directly i have two types of windows in one type, the vertical bar appears and the horizontal bar is missing in the other type, the opposite situation occurs i am sure they are set to the right bounds, etc. and visible have you looked at NSControl cal

Strange NSScroller sizing behaviour

2010-04-29 Thread Jo Meder
Hi, I'm using NSScrollers directly, e.g. not in an NSScrollView. Using 10.6.3 (haven't checked anything else mind you) I'm seeing some strange behaviour when I try and resize them. I have code similar to the autosizing stuff in Cocoa/IB which, for example, resizes controls as a window resizes.