Re: BAse localisation and strings files compatibility with 10.7

2012-12-31 Thread Antonio Nunes
On 30 Dec, 2012, at 23:09 , Antonio Nunes wrote: > I'm considering moving (part of) an existing project to using a base > localisation, with nibs only for the base language, and strings files to > localise for other languages. I can't find in the documentation whether this > feature is compati

Re: Bound NSTextField displays Selection Placeholder instead of Null Placeholder

2012-12-31 Thread Keary Suska
On Dec 30, 2012, at 9:29 PM, Quincey Morris wrote: > On Dec 30, 2012, at 07:59 , Keary Suska wrote: > >> I am not sure I am experiencing this bug, if I understand you correctly. I >> can change the binding placeholder string and the bug will show the new >> changed placeholder string. Changing

Re: Guidance on CATiledLayer

2012-12-31 Thread David Duncan
On Dec 29, 2012, at 8:48 PM, Graham Cox wrote: > I'm just looking for a bit of general guidance/encouragement regarding the > use of CATiledLayer > > I have a view which is layer hosting and I'm using layers to represent many > small items in the view. That's all fine, but I also want to have

Re: how to make a task less cpu intensive

2012-12-31 Thread Nick Rogers
Hi, Thanks for all the input. The problem solved when I did this: [progressIndicator setUsesThreadedAnimation:YES]; in the awakeFromNib method. With out this the progress bar doesn't animate no matter if the sheet is in the main thread or secondary or no heavy computations. I can't have any rou