CalendarStore eventPredicateWithStartDate question

2008-10-21 Thread Dale Jensen
. Thanks! dale -- Dale Jensen, CEO Ntractive, LLC [EMAIL PROTECTED] http://www.ntractive.com ___ 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

CalendarStore sync failure

2008-10-10 Thread Dale Jensen
= ( Event/p475 ); sound = Basso; triggerduration = -64800; } This comes up whether I've an alarm attached to the event or not. The event does get added, but I would like to clear up what's happening here. Any ideas? Thanks! dale -- Dale Jensen, CEO Ntractive, LLC

Re: CalendarStore sync failure

2008-10-10 Thread Dale Jensen
On Oct 10, 2008, at 11:52 AM, Nick Zitzmann wrote: On Oct 10, 2008, at 10:19 AM, Dale Jensen wrote: This comes up whether I've an alarm attached to the event or not. The event does get added, but I would like to clear up what's happening here. Any ideas? Thanks! It looks like your

Interface Building help with box labels

2008-09-25 Thread Dale Jensen
) different between the boxes in the Inspector. New boxes that I drag out of the Library have plain font. Any ideas, short of starting over? This seems like really basic functionality, so there must be an easy solution. Thanks! dale -- Dale Jensen, CEO Ntractive, LLC [EMAIL PROTECTED] http

Re: Newbie question: What does no-op mean?

2008-09-01 Thread Dale Jensen
-- Dale Jensen, CEO Ntractive, LLC [EMAIL PROTECTED] http://www.ntractive.com ___ 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-admins

Help with ditto

2008-08-29 Thread Dale Jensen
to pass to get it to extract just the file, not embedded in another folder. Thanks! dale -- Dale Jensen, CEO Ntractive, LLC [EMAIL PROTECTED] http://www.ntractive.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Help with ditto

2008-08-29 Thread Dale Jensen
On Aug 29, 2008, at 12:29 PM, Randall Meadows wrote: On Aug 29, 2008, at 11:19 AM, Dale Jensen wrote: I sure wish that some of these command line tools had weird names so that google was more helpful. If I have a file that I've compressed with ditto and navigate to it in the Finder

OT: Disk Utility creating corrupt DMGs for some

2008-07-31 Thread Dale Jensen
would be very well appreciated. Thanks! dale -- Dale Jensen, CEO Ntractive, LLC [EMAIL PROTECTED] http://www.ntractive.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Such a newbie question that I'm embarrassed to ask it :-)

2008-07-10 Thread Dale Jensen
I have the need to modify a menu item title, so I: a) Added a tag to the menu item in IB (selected the menu item, then went to the first tab of the Inspector, and added a number in the Tag field. I tried both 99 and 1). b) Added this code to my function: NSMenu *mainMenu = [NSApp

Re: NSOpenPanel setDirectory to a package

2008-06-19 Thread Dale Jensen
On Jun 18, 2008, at 5:44 PM, Ken Thomases wrote: On Jun 18, 2008, at 5:18 PM, Dale Jensen wrote: I have an application picker bit in my preferences, which allows the user to select an app to do something. 90% of the time, I presume, this will be a package, not a single file. My code

NSOpenPanel setDirectory to a package

2008-06-18 Thread Dale Jensen
I have an application picker bit in my preferences, which allows the user to select an app to do something. 90% of the time, I presume, this will be a package, not a single file. My code is thus: [oPanel setTreatsFilePackagesAsDirectories: NO]; NSString *filePath =

Re: Nib file not created - Xcode 3.1

2008-06-13 Thread Dale Jensen
On Jun 13, 2008, at 5:21 PM, Michael Hernandez wrote: Downloaded xcode 3.1, now when I create a new project in Xcode. Choosing Document-based application or Core Data Document-based application (are the two types I’ve tried), MainMenu.nib or MyDocument.nib files are not created. There

Building against 10.5 SDK, link error on open

2008-06-10 Thread Dale Jensen
I'm trying to get my project to build against the 10.5 SDK, but when I switch it from $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk to 10.5, I get a couple of errors: Undefined symbols: _open$UNIX2003, referenced from: _CreateEventForPath in editorBridge.o _close$UNIX2003, referenced from:

Re: Building against 10.5 SDK, link error on open

2008-06-10 Thread Dale Jensen
On Jun 10, 2008, at 10:04 AM, Kevin Grant wrote: You may have to examine the list of environment variables printed at build time, and the GCC command lines, to see the problem. For example, the -isysroot option may not be set correctly. I've attached the command lines at the end of this. It

Re: Building against 10.5 SDK, link error on open

2008-06-10 Thread Dale Jensen
On Jun 10, 2008, at 10:33 AM, Kevin Grant wrote: You do have -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib in there. Check the list of environment variables (or add a script build phase that runs env first, if you don't see one) and try to fix the most generic variable that will affect all the

Re: Getting rid of specific May not respond messages

2008-06-05 Thread Dale Jensen
On Jun 5, 2008, at 10:55 AM, Kyle Sluder wrote: Have you remembered to #import Cocoa/Cocoa.h? What does your project's prefix header look like, if any? Are you linking with -framework AppKit? Yes. Prefix header includes Cocoa and Webkit. Appkit is listed under Frameworks Other dale

NSAlert beeping

2008-05-13 Thread Dale Jensen
helps nor hinders. So, what have I done to my window with this first sheet which causes subsequent alerts to beep instead of displaying? Thanks! dale -- Dale Jensen Ntractive, LLC [EMAIL PROTECTED] http://www.ntractive.com ___ Cocoa-dev