Re: Using a SOAP Web Service from iPhone

2010-04-09 Thread Mark Wade
This email sent to markw...@optonline.net Mark Wade markw...@optonline.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admi

NSMenuItem : acceptsFirstMouse(forEvent: NSEvent)

2019-09-24 Thread Mark Wade via Cocoa-dev
Hi All, I’m at a loss here. I’ve created a statusbar item, using Swift 5, whose first menu item is a textwithstepper NSDatePicker which I created by setting the menu item’s view. This all works fine when run from within XCode. Running the app directly still works, however I can’t select the f

Re: NSMenuItem : acceptsFirstMouse(forEvent: NSEvent)

2019-09-25 Thread Mark Wade via Cocoa-dev
Had to override acceptsFirstMouse in NSDatePicker not NSMenuItem. Works, still doesn’t highlight the fields when selected but works. Guess I’ll figure it out. Would like to know what is different when run directly and when run from Xcode though > On Sep 24, 2019, at 1:23 PM, Mark Wade