CalendarStore eventPredicateWithStartDate question

2008-10-21 Thread Dale Jensen
cient. 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

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

CalendarStore sync failure

2008-10-10 Thread Dale Jensen
t;com.apple.calendars.AudioAlarm"; owner = ( "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 happeni

Interface Building help with "box" labels

2008-09-25 Thread Dale Jensen
her. I can't see anything (obvious) 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, C

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

2008-09-01 Thread Dale Jensen
nothing would happen. 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 mod

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 Finde

Help with "ditto"

2008-08-29 Thread Dale Jensen
ve to do or what argument 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)

OT: Disk Utility creating corrupt DMGs for some

2008-07-31 Thread Dale Jensen
me downloads it with FTP from this server Any insights or pointers to diagnostics or other information sources would be very well appreciated. Thanks! dale -- Dale Jensen, CEO Ntractive, LLC [EMAIL PROTECTED] http://www.ntractive.com ___ Coc

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 ma

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.

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 = @"/Applications/Preview

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 are

Re: Building against 10.5 SDK, link error on "open" [Solved]

2008-06-10 Thread Dale Jensen
On Jun 10, 2008, at 10:46 AM, Dale Jensen wrote: The only reference that I see is setenv LIBRARY_SEARCH_PATHS " / Developer/SDKs/MacOSX10.4u.sdk/usr/lib" and I don't know where that's coming from, because "Library Search Paths" is blank for this and the othe

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 o

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

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 fro

Re: Getting rid of specific "May not respond" messages

2008-06-05 Thread Dale Jensen
On Jun 5, 2008, at 11:11 AM, j o a r wrote: These are all methods added in Mac OS X 10.5. Check the SDK settings for your target. Yep, that's got it, thanks. Changing the SDK causes a bunch of other problems, but now at least I know what the issue is. Though they're added in 10.5, might

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 ? 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 ___

Getting rid of specific "May not respond" messages

2008-06-05 Thread Dale Jensen
This may be an Xcode question, rather than Cocoa, but it relates more to the language, so I'll ask here. In my project, I get a number of warnings that are invalid, telling me that something or another "may not respond" to something, when in fact, it can. As an example, I get a lot of thes

Re: Repost: NSAlert beeping

2008-05-28 Thread Dale Jensen
ack method directly or something? Yep, was calling it directly. dale -- Dale Jensen 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 comme

Re: Repost: NSAlert beeping

2008-05-28 Thread Dale Jensen
Thanks to Jim Matthews, a solution for the archive: I was neglecting to call [NSApp endSheet:theSheet returnCode: 0]; It would still be nice to hear from someone at Apple as regards the beeping, but this solves it for me. Thanks, Jim! dale -- Dale Jensen Ntractive, LLC [EMAIL PROTECTED

Repost: NSAlert beeping

2008-05-28 Thread Dale Jensen
age or some other indication of what's wrong? Thanks! dale -- Dale Jensen 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 co

NSAlert beeping

2008-05-13 Thread Dale Jensen
t:nil. Adding a close call neither 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 ___