Property List Format vs NSKeyedArchiver Format

2009-10-13 Thread Bridger Maxwell
contain certain objects (dictionary, array, etc.), and didn't handle things like circular references. Is the property list format and the format used by NSKeyedArchiver the same? -Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

Help Making Shell Script Accept Spaces

2009-05-07 Thread Bridger Maxwell
quotation marks in them? Thank You, Bridger Maxwell ___ 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(at)lists.apple.com Help/Unsubscribe

Re: Help Making Shell Script Accept Spaces

2009-05-07 Thread Bridger Maxwell
and get familiar with Bash, but every time I realize this it is at a time when I don't have time! Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Dynamic Layout

2009-05-07 Thread Bridger Maxwell
://tinypic.com/view.php?pic=rmtp37s=5 I manually laid out the views show in that screenshot. Those views are mostly laid out in columns of the same width. This will probably not be the case in the final product. Thank you for the help! Hopefully this clarifies my problem. Thank You, Bridger Maxwell

Dynamic Layout

2009-05-06 Thread Bridger Maxwell
would imagine this is a common problem, and has been tackled many times before me (for example, Expose lays out all of the windows very nicely). Do you have any advice on where to look, or a neat algorithm to use? Thank You, Bridger Maxwell ___ Cocoa-dev

Uncaching NSBundle's objectForInfoDictionaryKey

2009-05-04 Thread Bridger Maxwell
thing is that in this application I don't even load the code from the bundle, so I don't think calling unload does anything. Are plists cached automatically? Perhaps that is what I need to reset. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list

Resizing CAAnimation

2009-03-28 Thread Bridger Maxwell
third of the superlayer. This is kinda confusing, but I would like to add a constraint manager to the CAAnimation that is moving the layer. Hopefully that makes sense. Any help will be appreciated! Thank You, Bridger Maxwell ___ Cocoa-dev mailing list

Re: CALayers Lost After Switching Window's ContentView

2009-02-16 Thread Bridger Maxwell
]; shipLayer = [[CALayer alloc] init]; shipLayer.autoresizingMask = kCALayerWidthSizable | kCALayerHeightSizable; shipLayer.contentsGravity = kCAGravityResizeAspect; shipLayer.frame = self.layer.bounds; [self.layer addSublayer:shipLayer]; } Thank You, Bridger Maxwell On Sun, Feb 15, 2009 at 4:25 PM

Re: CALayers Lost After Switching Window's ContentView

2009-02-16 Thread Bridger Maxwell
the difference between a layer-backed and layer-hosting views. I need to read the Core Animation documentation again. It was one of the first frameworks I learned, so when I first read it most of it went over my head. Thank You, Bridger Maxwell ___ Cocoa-dev

CALayers Lost After Switching Window's ContentView

2009-02-14 Thread Bridger Maxwell
orderOut:self]; isFullScreen = NO; } } Thank You, Bridger Maxwell ___ 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(at)lists.apple.com

Interface Builder Plugin Dependency

2009-01-29 Thread Bridger Maxwell
/Xcode/my computer to no avail. Does anybody have an idea of what is going wrong? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: Removing CALayer after Animation

2009-01-07 Thread Bridger Maxwell
:@parentLayer] in this code, so the NSLog in -animationDidStop won't display the name unless you've done the same. Best regards, -Matt On Jan 3, 2009, at 9:47 PM, Bridger Maxwell wrote: Another question on Core Animation. I am creating temporary CALayers, and animating them across a parent

Re: File Sharing Within App

2009-01-07 Thread Bridger Maxwell
, including pictures, mp3's, and even video. There are a few http servers implemented in Cocoa, would that work for downloading files? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

hitTest: On Moving CALayer

2009-01-06 Thread Bridger Maxwell
, a CGColorRef, and a method for drawing itself. Does anybody know what is going on here? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Removing CALayer after Animation

2009-01-06 Thread Bridger Maxwell
to the animation object that finished, and I don't know how to figure out what layer the animation was associated. Without this information, I don't know which layer we should remove. Any help would be great. Thank You, Bridger Maxwell ___ Cocoa-dev

Debugging a Plugin

2008-12-18 Thread Bridger Maxwell
there is an article or something on how to set up Xcode to launch a binary in a non-standard way? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Distributed Objects with Garbage Collection (on PPC)

2008-12-13 Thread Bridger Maxwell
would be greatly appreciated. I don't know if we can do without garbage collection. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Trying To Understand Bindings

2008-12-12 Thread Bridger Maxwell
content.database.selectedShortRangeContact. So, why isn't NSObjectController key value coding-compliant for a keyPath beginning in content? What am I doing wrong here? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Trying To Understand Bindings

2008-12-12 Thread Bridger Maxwell
withKeyPath:@connectedContact options:nil]; Thank You, Bridger Maxwell On Fri, Dec 12, 2008 at 11:19 PM, Bridger Maxwell bridgey...@gmail.comwrote: Just when I thought I had bindings down I have a custom view subclass (sineWaveView) that the user interacts with to change a property

Re: D.O. [NSPortCoder sendBeforeTime:sendReplyPort:] timed out

2008-12-06 Thread Bridger Maxwell
Hey, Did you ever figure out what the problem is? It sounds like I am having the exact same problem. It has been driving me insane for a while now. I can't figure it out for the life of me. Thank You, Bridger Maxwell On Thu, May 22, 2008 at 10:02 PM, R.L. Grigg [EMAIL PROTECTED] wrote: I have

File Sharing Within App

2008-12-06 Thread Bridger Maxwell
for the directory with all of the supporting files. It would then vend this folder (read-only access) via FTP or a similar protocol. Simple and easy! Are there any libraries / frameworks you would recommend? Thank You, Bridger Maxwell ___ Cocoa-dev mailing

How To Deal With Rounding Errors

2008-12-04 Thread Bridger Maxwell
of the values near the edges (the user clicks just off the left of the view), the values go crazy. I believe this is because of a rounding error. The same question still stands, would multiplying (and later dividing) everything by a scalar help me get greater precision? Thank You, Bridger Maxwell

Re: NSDistantObject in Core Data

2008-11-14 Thread Bridger Maxwell
One answer is to use a transient attribute to represent the relationship. Set the attribute's kind to Undefined, and use a custom NSManagedObject subclass. Define an instance variable in the subclass to hold the actual NSDistantObject pointer, and write custom accessors to get and manipulate

Re: Distributed Objects Performance

2008-11-13 Thread Bridger Maxwell
there is a little breathing room if it makes the programming easier. I have absolutely no experience here (in network efficiency) so I feel like I am shooting in the dark. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

NSDistantObject in Core Data

2008-11-12 Thread Bridger Maxwell
obviously wouldn't want these references to NSDistantObjects to be saved to the persistent store. Is there a way to mark an entity in Core Data as temporary so they are not saved or restored? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev

Re: GDB Problems

2008-10-20 Thread Bridger Maxwell
figure. Anyway, I hope this might help someone else should they be plagued with the same issue. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: GDB Problems

2008-09-11 Thread Bridger Maxwell
is typical of almost everyone else at work. Thank You, Bridger Maxwell ___ 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

GDB Problems

2008-09-04 Thread Bridger Maxwell
://www.mailinglistarchive.com/[EMAIL PROTECTED]/msg06697.html), but mine isn't Java. Please help me! I can't continue to work until this is resolved and I have already spent a few days trying to figure it out. Thank You, Bridger Maxwell ___ Cocoa-dev mailing

Log Into a Website

2008-07-15 Thread Bridger Maxwell
that only work when using a browser? Perhaps there is an example or an open source program I can pick apart? This will have to be a secure connection too. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Struct, Object, or Dictionary?

2008-07-01 Thread Bridger Maxwell
there is no guarantee that the dictionary would contain all the necessary name/value pairs. What is the correct way to do this in Cocoa? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: Struct, Object, or Dictionary?

2008-07-01 Thread Bridger Maxwell
Object, class, method, function Obviously I am not very good at this computer talk :P Anyway, thanks for all of your answers. It has really cleared some things up for me. I will be using the object approach. ___ Cocoa-dev mailing list

Getting Pixel Data From CIImage

2008-05-12 Thread Bridger Maxwell
? I posted my code. The part in need of assistance is near the bottom of (void)captureOutput. I would greatly appreciate your help. Thank You, Bridger Maxwell - (void)captureOutput:(QTCaptureOutput *)captureOutput didOutputVideoFrame:(CVImageBufferRef)videoFrame withSampleBuffer:(QTSampleBuffer

Blob Detection with Core Image

2008-05-06 Thread Bridger Maxwell
of reading and don't seem to be getting anywhere. Some advice on how to proceed would be greatly appreciated. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: Blob Detection with Core Image

2008-05-06 Thread Bridger Maxwell
on right now, I have access the the svn. :) Thank You, Bridger Maxwell On Tue, May 6, 2008 at 3:50 AM, Mike Abdullah [EMAIL PROTECTED] wrote: This seems an awful lot of work to me for little gain. If you check out the OpenTouch source, they have an example Cocoa app which really requires very

QTKit Capture Filtering

2008-04-04 Thread Bridger Maxwell
Capture relate? Your advice will help me to study in the right direction. I am trying to rewrite the application OpenTouch in Cocoa by May in time for science fair, so I am fairly pressed for time. Thank You, Bridger Maxwell ___ Cocoa-dev mailing

CGContext Drawn Squished

2008-03-14 Thread Bridger Maxwell
the bottom. It is like the resolution of the two contexts is out of whack. Can someone give me a hand here? What is going on? Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Photo Booth Green Screen Effect

2008-02-28 Thread Bridger Maxwell
there is an existing framework I don't think I would be able to create this effect by myself. Thank You, Bridger Maxwell ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact