Table Header row question

2017-03-21 Thread Rick Corteza
Hi there, I have an NSPanel that I use as a log with 3 columns. All works well but when I first open the log and start to scroll the TableHeaderView jumps maybe 10 pixels or so to the left and causing the headers to be misaligned. What could be causing this? rc

Re: NSOpenPanel stopped working in some apps on Sierra

2016-12-07 Thread Rick Corteza
I’m also having strange issues with NSOpenPanel that I can’t figure out (see my recent question)… > On Dec 8, 2016, at 7:16 AM, Leo wrote: > > Hi all, > > I suddenly discovered a strange issue: > > NSOpenPanel stopped working in some of my apps. > > Any attempt to call it with runModal res

strange NSOpenPanel behavior

2016-12-01 Thread Rick Corteza
Hello, Does anyone have an idea why calling [NSOpenPanel openPanel] can cause this: 2016-12-02 13:04:13.993030 MyApp[18817:1386980] !!! NSAccessibilityUnignoredDescendant - attempt to return ignored element: 2016-12-02 13:04:13.993087 MyApp[18817:1386980] !!! Unable to override AXTitleUIEleme

Re: quick look question

2011-08-03 Thread Rick Corteza
Hi again, I double-checked but isn't it that this one is just to create thumbnails? Actually running /usr/bin/qlmanage -p is exactly what I'm trying to do because I want to display short video clips not just still images. If only it didn't put [DEBUG] in the title bar it would probably be good e

Re: strange NSTextView problem

2011-07-17 Thread Rick Corteza
On Sun, Jul 17, 2011 at 7:16 PM, Andy Lee wrote: > On Jul 17, 2011, at 3:45 AM, Rick Corteza wrote: > > And unfortunately my "solution" of setting the alpha > > value is not without issue, the text will only display properly after I > > scroll just a little. Bu

Re: strange NSTextView problem

2011-07-17 Thread Rick Corteza
ok i tried a diff and it prints out nothing for the .xib files. now for the compiled .nib files it simply prints out differ but how to get more info out of it? can it do a proper diff on a compiled nib? On Sun, Jul 17, 2011 at 11:07 AM, Kyle Sluder wrote: > On Sat, Jul 16, 2011 at 7:47 PM, R

Re: strange NSTextView problem

2011-07-17 Thread Rick Corteza
No I'm actually doing it before I display the panel. I believe Rich Text is enabled in IB I can try disabling it (seems I tried this already) to see if it makes a difference. And unfortunately my "solution" of setting the alpha value is not without issue, the text will only display properly after