Placeholder text on a multi-line NSTextField

2012-02-29 Thread Geoff Beier
I've opened radar #10954811 about the appearance of placeholder text in a multi-line NSTextField. If the placeholder is sufficiently long, when a user clicks the field and starts typing, only the first line of placeholder text gets cleared until the edit is finished. I ran across this while

Re: Placeholder text on a multi-line NSTextField

2012-02-29 Thread Geoff Beier
editing begins, and control:textShouldEndEditing: to restore the placeholder if the text field is empty? On Feb 29, 2012, at 1:23 PM, Geoff Beier wrote: I've opened radar #10954811 about the appearance of placeholder text in a multi-line NSTextField. If the placeholder is sufficiently

Re: OgreKit Source Code

2010-08-24 Thread Geoff Beier
On Tue, Aug 24, 2010 at 7:30 AM, Martin Pilkington pi...@mcubedsw.com wrote: Hey all, I know this isn't strictly about Cocoa, but it's related enough. I'm looking for the source code for the OgreKit regex framework. The site that supposedly has the framework has vanished and while I have

Re: libcurl -- how to write a callback?

2009-07-01 Thread Geoff Beier
On Wed, Jul 1, 2009 at 5:42 PM, Chris Tracewellch...@thinkcl.com wrote: I've gotten libcurl linked and ready to use thanks to many contributors from a previous post here. Does anyone have a snippet code or link of an example of writing a callback function for say CURLOPT_READFUNCTION? That

Re: Is there any Objective C supported code review tool?

2009-01-30 Thread Geoff Beier
Codestriker supports objective-c. I don't know how commonly it's used by Mac/ObjectiveC/XCode developer community. HTH, Geoff On Fri, Jan 30, 2009 at 7:30 AM, Ashish Tiwari ashish_tiw...@persistent.co.in wrote: Hi All, Please name me code review tool (Freeware preferred) that is commonly

Re: download security hanging app

2008-12-18 Thread Geoff Beier
On Thu, Dec 18, 2008 at 8:05 PM, Robert Clair rcl...@elroberto.com wrote: [NSApp runModalForWindow: licensePanel]; which is called from - (void)applicationDidFinishLaunching:(NSNotification *)notification The problem is (not sure when this started, it's just been reported) that when it is

Re: More - Safari Download Security Alerts

2008-12-16 Thread Geoff Beier
On Tue, Dec 16, 2008 at 9:25 AM, Dave d...@looktowindward.com wrote: This has worked wonderfully since MacOS X 10.3.x. There 10.5.x was released and the above still works BUT, we get 4 or 5 security dialogs. We just want to suppress all but the first. You were given this advice last week:

Re: More - Safari Download Security Alerts

2008-12-16 Thread Geoff Beier
Sorry. I was pointing to a different part of the advice: you want to bypass the warning for your real app after the user has accepted the warning in for your installer, look at the keys and constants in LaunchServices/LSQuarantine.h for what you can pass to LSSetItemAttribute() in

Re: More - Safari Download Security Alerts

2008-12-16 Thread Geoff Beier
script. HTH, Geoff On Tue, Dec 16, 2008 at 12:55 PM, Dave d...@looktowindward.com wrote: On 16 Dec 2008, at 17:46, Geoff Beier wrote: Sorry. I was pointing to a different part of the advice: you want to bypass the warning for your real app after the user has accepted the warning

Re: Cocoa daemon

2008-08-01 Thread Geoff Beier
On Fri, Aug 1, 2008 at 6:11 AM, Ivan C Myrvold [EMAIL PROTECTED] wrote: I have developed a daemon which is launched by launchd. It have no user interface, other than putting up a status menu with an icon at the status bar. That counts as user interface. You can't do that from a daemon. Display

Re: Open-source NSToolbar?

2008-04-09 Thread Geoff Beier
On Tue, Apr 8, 2008 at 12:25 PM, John Stiles [EMAIL PROTECTED] wrote: Well, I was thinking more along the lines of an RBSplitView, something you can just drop into your nib/code and suddenly your toolbars are better :) Is this what you're looking for? IB3 seems to have it natively, and this