Problem with Scripting Bridge under Snow Leopard

2012-04-07 Thread Mark Munz
I wanted to take advantage of the scripting bridge in one of my helper apps to tap into the scripting commands that were already in the main app. I added the scripting bridge & the app's scripting definition to my project. The target is set to 10.7, but deployment set to 10.6. It runs fine under L

Re: Can't get UTI to stick

2012-04-07 Thread Fritz Anderson
On 7 Apr 2012, at 7:36 AM, Jo Meder wrote: > Thanks for the info. I did that and it didn't work. I went back and had a > good close look at the docs and I think the problem must have been the > underscore I had in the UTI, which is not allowed. Changing that to a hyphen > and some other messing

Re: Can't get UTI to stick

2012-04-07 Thread Jo Meder
Hi, On 7/04/2012, at 10:55 AM, C.W. Betts wrote: > Try making the UTI UTTypeConformsTo to also include public.data. Also, make > sure in the Spotlight importer that the app's UTI is being imported. Thanks for the info. I did that and it didn't work. I went back and had a good close look at the

Re: TextView cannot Use Selection for Find

2012-04-07 Thread Gerriet M. Denkmann
On 7 Apr 2012, at 17:32, Stephane Sudre wrote: > On Sat, Apr 7, 2012 at 10:23 AM, Gerriet M. Denkmann > wrote: >> I have a window with an NSTextView (inside a ScrollView). >> Everything works as expected, but when I select some text and do command-e >> it just beeps. >> Same for Find Next and F

Re: TextView cannot Use Selection for Find

2012-04-07 Thread Stephane Sudre
On Sat, Apr 7, 2012 at 10:23 AM, Gerriet M. Denkmann wrote: > I have a window with an NSTextView (inside a ScrollView). > Everything works as expected, but when I select some text and do command-e it > just beeps. > Same for Find Next and Find Previous. > (Edit → Find → has these commands grayed

TextView cannot Use Selection for Find

2012-04-07 Thread Gerriet M. Denkmann
I have a window with an NSTextView (inside a ScrollView). Everything works as expected, but when I select some text and do command-e it just beeps. Same for Find Next and Find Previous. (Edit → Find → has these commands grayed out). Using Find Bar or Find Panel makes no difference. Making it edit