Re: Validating dictionary strings file

2011-11-21 Thread Norbert M. Doerner
Thanks for the plutil tip Brian. It's not supposed to be an old style dictionary - it's just a strings file, and I have the whole thing in English and Spanish - the English one loads fine, and the Spanish one doesn't. Unfortunately seeing as plutil thinks it's supposed to be an old style

Re: Validating dictionary strings file

2011-11-21 Thread Gideon King
I have filed a report on this. The problem originally exhibited itself in a strings file that was used for localization, and the error report gave no indication which file it was that had the problem, so I included that in the bug report too. Regards Gideon On 21/11/2011, at 5:05 PM, Joar

NSTableView - preventing user moving with mouse

2011-11-21 Thread Peter Hudson
Hi All I have an NSTableView whose position I want to control purely programatically. How do I stop the user from changing its position using the mouse - including two finger swipe gestures ? Peter ___ Cocoa-dev mailing list

Re: NSTableView - preventing user moving with mouse

2011-11-21 Thread Richard Somers
On Nov 21, 2011, at 5:11 AM, Peter Hudson wrote: I have an NSTableView whose position I want to control purely programatically. How do I stop the user from changing its position using the mouse - including two finger swipe gestures ? The position of the NSTableView is set with

Re: NSTableView - preventing user moving with mouse

2011-11-21 Thread Kyle Sluder
On Mon, Nov 21, 2011 at 6:45 AM, Richard Somers rsomers.li...@infowest.com wrote: On Nov 21, 2011, at 5:11 AM, Peter Hudson wrote: I have an NSTableView whose position I want to control purely programatically. How do I stop the user from changing its position using the mouse - including

Re: NSTableView - preventing user moving with mouse

2011-11-21 Thread Peter Hudson
Kyle Kyle - Your guess was right - this is to do with the previous thread. I am trying to make the line item table and the data table look like one table. Your approach to scrolling the tables in sync works - but I still have the original syncing problem :- The issue remains that if I start

Re: NSTableView - preventing user moving with mouse

2011-11-21 Thread Peter Hudson
Kyle - I've tried the suggestion of subclassing -scrollWheel: and swipeWithEvent: to prevent the table views being scrolled - and they work. Many thanks Peter On 21 Nov 2011, at 16:33, Kyle Sluder wrote: On Mon, Nov 21, 2011 at 6:45 AM, Richard Somers rsomers.li...@infowest.com

Weird NSTextField behavior on MBA.

2011-11-21 Thread Gustavo Pizano
Hello all. This is really bothering me. I have a slider and a textfield. When I move the slider im setting the value of the slider on the text field. So this works fine on my iMac and my wife's MBP, but on a friend MBA the value on the textfield does not display at all. Somehow it display

Re: Weird NSTextField behavior on MBA.

2011-11-21 Thread Richard Somers
On Nov 21, 2011, at 3:08 PM, Gustavo Pizano wrote: So im wondering what its going on because I have tried the behavior on 2 iMacs, 2 MPB and 2 MBA, on the latest one is the only one that doesn't behave as expected. What can it be? Perhaps it is a graphics card issue. One way to check out