ists could only 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@list
Thank you for the help! Hopefully this clarifies my problem.
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-adm
d it ought to work.
>
>
Thank you! I really should spend the time 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)
P
ile it is complaining about
does exist! Is it that it is looking for a path with the literal 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
ere to start. I 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
___
e the old version number?
The strange 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
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
yer:YES];
It is good to know 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.
Th
dSublayer:colorLayer];
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
iew];
[regularWindow makeKeyAndOrderFront:nil];
[fullScreenWindow 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.
catch. I really
should have done this in the first place, but I didn't write the code. ;)
I will get a bug report in, sure.
Thank You,
Bridger Maxwell
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
evice: nil];
[rep drawAtPoint: NSZeroPoint];
[canvas unlockFocus];
return [canvas autorelease];
return nil;
}
Thank You,
Bridger Maxwell
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin request
terface Builder/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
seems like a clunky solution.
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
files required to run the station, 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.
t; }
> }
>
> I named my layer when I created it with a call to [objectLayer
> setName:@"parentLayer"]
> in this code, so the NSLog in -animationDidStop won't display the name
> unless you've done the same.
>
> Best regards,
>
> -Matt
>
>
>
> O
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
___
ColorRef,
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 the moderato
here 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
Any help 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.
Conta
neWaveView withKeyPath:@"connectedContact" options:nil];
Thank You,
Bridger Maxwell
On Fri, Dec 12, 2008 at 11:19 PM, Bridger Maxwell wrote:
> Just when I thought I had bindings down
>
> I have a custom view subclass (sineWaveView) that the user interacts with
> to cha
key
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 l
t 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 ma
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]
>
er, when any 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,
>
>
> 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 man
strive for absolute efficiency, or know 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
the LAN and would probably be running on a mac
mini.
So, do you think distributed objects is the right solution? Is there a
rule of thumb on network traffic size or maximum number of clients
distributed objects can support?
Thank You,
Bridger Maxwell
___
te, I 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
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 the
installed. This is a work
computer and my installation 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.
Con
ved (
http://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
__
does 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
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 (Cocoa-dev@list
here 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 r
nch to
the same time. Surely this has to be possible.
TTFN
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
wrong? 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:(QTSampleB
working 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
le.
I have done a lot 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 request
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
would be because the points weren't being converted
correctly
Bridger Maxwell
On Fri, Mar 14, 2008 at 2:32 AM, Bridger Maxwell <[EMAIL PROTECTED]> wrote:
> Hey,
> New to Quartz drawing, and am still hazy on some of the concepts
> involved. I use:
>
> _cgConte
is up from 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 reques
ess 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 t
43 matches
Mail list logo