Crash in Touchbar

2018-01-29 Thread sumit bansal
56 === Thanks in advance for your help. Regards, Sumit Bansal ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderat

To remove OS Control Strip touchbar

2017-07-27 Thread sumit bansal
being. I want to do the same, when I click on my popoverItem, it should show the fly out touchbar by occupying the full space of touchbar hardware. Thanks in advance. -Sumit Bansal ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Need replacement of Component Manager::OpenDefaultComponent

2017-02-28 Thread sumit bansal
tan...@myriad-com.com.au> wrote: > On 28 Feb 2017, at 5:43 am, sumit bansal <sumitonline.ban...@gmail.com> > wrote: > > > > API: OpenDefaultComponent, whenever we call this API, we always get a new > > instance to that component. > > > > *As

Replacement of deprecated API GetProcessInformation

2017-02-28 Thread sumit bansal
Hello All, I need to get process information (specifically: processSignature and processType). As API GetProcessInformation has been deprecated. So I was trying to get the information from NSRunningApplication, but not able to find the exact property/method for upper mentioned info. Can anyone

Re: Need replacement of Component Manager::OpenDefaultComponent

2017-02-27 Thread sumit bansal
t; If you are linking against OSAKit, then something like the following (from > ) may be a starting point: > > ComponentInstance compInstance = [[OSALanguage defaultLanguage] > componentInstance]; > > -Ken > > > On Feb 25, 2017, at 1:02 PM, sumit bansal <sumitonline.ban...

Re: Need replacement of Component Manager::OpenDefaultComponent

2017-02-25 Thread sumit bansal
MAC programming. Please forgive me if I am asking/replying something foolish. On 25 February 2017 at 02:42, Jens Alfke <j...@mooseyard.com> wrote: > > On Feb 24, 2017, at 9:11 AM, sumit bansal <sumitonline.ban...@gmail.com> > wrote: > > Can anyone please help

Need replacement of Component Manager::OpenDefaultComponent

2017-02-24 Thread sumit bansal
Hello All, Can anyone please help me to find out the replacement of Function => Component Manager::OpenDefaultComponent. I am removing deprecated APIs from my official project. As upper mentioned APIs has been deprecated in 10.8 version, so I have to replace the same. Big Thanks in Advance.