Skype API

2013-10-12 Thread John MacMullin
As it appears that the entire Skype API will disappear in December, does anyone have any ideas on how to detect an incoming Skype call? John Developer of T_Accounting ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requ

Re: NSSearchField problem

2013-10-12 Thread Jerry Krinock
Hello, Michael. Below is a snipped of code which I use to populate the "Recent Searches" section of a similar NSSearchField. It works. I modified Apple's example quite a bit. As you can see, in my code, the menu item that is tagged with NSSearchFieldRecentsMenuItemTag has nil action and no

NSSearchField problem

2013-10-12 Thread Michael de Haan
Hi all I am struggling to solve this problem. I wish to implement a searchField similar to the "Find" of Xcode's IDE editor, where, for example, "Recent Results" places the item chose into the SearchField and performs the search with the chosen string. The current setup( in OSx) is a simple Tab

Re: collection of applications

2013-10-12 Thread Maxthon Chan
What I mean is that technically you can do it without jailbreak, but that would involve black magic (that is, abuse the app sandbox to create one single rwx mapping which is required for JIT hence allowed under limitation on iOS) and run the risk of being rejected by Apple. I know some security