On 03 Sep 2014, at 01:20, dangerwillrobinsondan...@gmail.com wrote:
>
>
> Sent from my iPhone
>
>> On 2014/09/03, at 3:45, Georg Seifert wrote:
>>
>> Here are some more information.
>>
>> I created a small test app following the example on apples documentation.
>> The service works fine i
On Sep 2, 2014, at 12:45 PM, Georg Seifert wrote:
> I created a small test app following the example on apples documentation. The
> service works fine if invoked from other apps but if you select it from
> within the same app with text selected in a text view, the app menu will stay
> highligh
Sent from my iPhone
> On 2014/09/03, at 3:45, Georg Seifert wrote:
>
> Here are some more information.
>
> I created a small test app following the example on apples documentation. The
> service works fine if invoked from other apps but if you select it from
> within the same app with text
Here are some more information.
I created a small test app following the example on apples documentation. The
service works fine if invoked from other apps but if you select it from within
the same app with text selected in a text view, the app menu will stay
highlighted for 30s and after that
Just wanted to follow up on this. The bug is not fixed. It is still there in
10.9. Any other news on it?
Georg
On 16 Jan 2012, at 22:27, Mark Munz wrote:
>
> You didn't indicate what version of Mac OS X you were running under.
>
> If this is happening under Snow Leopard, then this is a known
.service bundles are supposed to be in ~/Library/Services/ folder
(which you can't use if you are writing for the Mac App Store). Not
sure if they are recognized within your own bundle. The .service
bundle is designed for dynamic bundles, but clearly hasn't been
updated to support the MAS restricti
Yes, I’m on Snow Leopard.
I just had a another look at the specs. there is something about a .service
bundle. Can I put one of this in my .app bundle? And how do I register it?
Thanks
Georg
> You didn't indicate what version of Mac OS X you were running under.
>
> If this is happening under Sn
You didn't indicate what version of Mac OS X you were running under.
If this is happening under Snow Leopard, then this is a known issue in
Snow Leopard that Apple fixed in Lion.
The only work around I know is to put the service code in a separate
(background) application that then calls back int
Hi,
My app registers some services and they work just fine. Only if I invoke then
from within the same application, the app hangs. I tried with other apps and
they had the same problem.
I searched the web for it but could not find anything.
Is there anything I can do about it?
Thanks
Georg__