Re: Core Data Lightweight Migration Woes

2010-08-20 Thread Steve Steinitz
Hi Brad, After much struggle and even writing a nightmare migrator app, I discovered one day that the lightweight migration really does work. In broad brush strokes here's what I did: - Removed all the complicated migration support code that had never worked... - ...except the code that

Re: Core Data Lightweight Migration Woes

2010-08-20 Thread Jack Nutting
On Fri, Aug 20, 2010 at 8:21 AM, Steve Steinitz stein...@datatactics.com.au wrote: - Removed any stray mopping models, just in case I didn't see your question until you'd already solved it yourself, but I just wanted to highlight this one point; Assumming you're referring here to old .mom

decodeObjectForKey without definition

2010-08-20 Thread Andy Bell
Hi All, I am trying to decode a Yahoo chat file which has been encoded using NSArchiver. The problem is I don't have the definition of the class it has encoded and I want to be able to decode it to view the chat conversation. Any ideas on how I go about working out the definition to decode the

CoreAnimation - Resizing sublayers along with superlayer animation

2010-08-20 Thread Ignacio Enriquez
Hi, I have a subclass of CALayer (below self) and it has a sublayer (textLayer). I want self to be shrank and enlarges, so I created animations like the following: CABasicAnimation *fadeInAnimation; fadeInAnimation=[CABasicAnimation animationWithKeyPath:@opacity];

Re: NSImageView and ZoomFactors

2010-08-20 Thread Brian Postow
On Aug 19, 2010, at 10:56 PM, Kyle Sluder wrote: On Thu, Aug 19, 2010 at 4:54 PM, Quincey Morris quinceymor...@earthlink.net wrote: On Aug 19, 2010, at 12:44, Brian Postow wrote: ah, so, the way to zoom is to leave the NSImageView on NSImageScaleProportionallyUpOrDown, and then change

Re: [iPhone] How to change Default.png Image Dynamically

2010-08-20 Thread Hunter Hillegas
It is not, no. You're not allowed to replace anything in the bundle. You could start with a black Default.png and then very quickly load your own shot into an image view while the rest of your apps loads. Probably depends on your use case. On Aug 20, 2010, at 5:15 AM, Tharindu Madushanka

Re: Set the Cursor Position

2010-08-20 Thread koko
Thanks to all for support! -koko On Aug 20, 2010, at 9:11 AM, Ken Thomases wrote: On Aug 19, 2010, at 8:43 PM, Sherm Pendley wrote: On Thu, Aug 19, 2010 at 9:32 PM, Murat Konar mu...@pixar.com wrote: CGDisplayMoveCursorToPoint(CGDirectDisplayID display, CGPoint point); But heed the

Re: stringWithQuotedPrintableString almost perfect

2010-08-20 Thread Brad Stone
You know, sometimes it just helps getting other developers perspectives to help you look at a bug from a different angle (even though you think you're doing this by yourself). The code works fine for me too! My problem is I had the WRONG ENCODING when I use the converted string to create the

Statically link libmysqlclient.a to my Foundation tool

2010-08-20 Thread Heizer, Charles
Hello, I have been googling for a while now and have tried a few suggestions I have found in other like posts but have not had much success. I'm trying to create a stand alone Foundation tool which will connect to MySQL and I can get this to work if I link to the libmysqlclient.dylib library. But

Re: Statically link libmysqlclient.a to my Foundation tool

2010-08-20 Thread Sherm Pendley
On Fri, Aug 20, 2010 at 1:26 PM, Heizer, Charles heiz...@llnl.gov wrote: I have been googling for a while now and have tried a few suggestions I have found in other like posts but have not had much success. I'm trying to create a stand alone Foundation tool which will connect to MySQL and I

Re: NSImageView and ZoomFactors

2010-08-20 Thread Quincey Morris
On Aug 20, 2010, at 06:46, Brian Postow wrote: If I don't want to be using NSImageView, what DO I want to be using? I started out trying to use IKImageView, but that is swatting a fly with a bazooka. It takes like 2 seconds to draw the image because its doing lots of thumbnailing and

Embedding a system preference pane

2010-08-20 Thread Jon Guy
Hi I'm trying to embed a couple of the system pref panes into an app by following the Apple documented method, here's basically whats going on: NSBundle *bundle = [NSBundle bundleWithPath:@/System/Library/PreferencePanes/SharingPref.prefPane]; Class principalClass = [bundle principalClass];

Re: Embedding a system preference pane

2010-08-20 Thread Mark Ritchie
Hey! On 20/Aug/2010, at 1:44 AM, Jon Guy wrote: This is not something hacky, it is documented by Apple and is supposed to work but it's clearly not or I'm doing something wrong. A shot in the dark however... What OS version are you running and is it in 32 of 64 bit mode? There was a time

Re: NSImageView and ZoomFactors

2010-08-20 Thread Brian Postow
On Aug 20, 2010, at 1:35 PM, Quincey Morris wrote: On Aug 20, 2010, at 06:46, Brian Postow wrote: Ok,. Since the NSImageView wants to always center the image in the bounds rect, that should make the translation (moving the origin) not too hard, yes? Yes, though I'd say it differently.

Re: Embedding a system preference pane

2010-08-20 Thread Bill Bumgarner
On Aug 20, 2010, at 3:44 AM, Jon Guy wrote: Hi I'm trying to embed a couple of the system pref panes into an app by following the Apple documented method, here's basically whats going on: NSBundle *bundle = [NSBundle bundleWithPath:@/System/Library/PreferencePanes/SharingPref.prefPane];

RE:decodeObjectForKey without definition

2010-08-20 Thread Kirk Kerekes
Open the file in a hex editor (0xED, for example), if it has the text plist near the beginning, it may have been archived with NSKeyedArchiver. If instead it displays 0x3 or 0x4 followed by 0xb followed by typedstream or streamtyped at the beginning of the file, it was probably archived with

Re: Statically link libmysqlclient.a to my Foundation tool

2010-08-20 Thread Heizer, Charles
Thanks for the quick response. So I just tried this and I'm having the same issue. I changed my Other linker flags as suggested and when I try to run this without the libmysqlclient.dylib in my path it still complains ... /Users/local/Desktop/new/MySQLTest2  dyld: Library not loaded:

Re: Statically link libmysqlclient.a to my Foundation tool

2010-08-20 Thread Sherm Pendley
On Fri, Aug 20, 2010 at 2:03 PM, Heizer, Charles heiz...@llnl.gov wrote: Thanks for the quick response. So I just tried this and I'm having the same issue. I changed my Other linker flags as suggested and when I try to run this without the libmysqlclient.dylib in my path it still complains

Re: Statically link libmysqlclient.a to my Foundation tool

2010-08-20 Thread Heizer, Charles
So I did a Clean All and here is what is in the link step. Ld build/Release/MySQLTest2 normal i386 cd /Users/heizer1/Desktop/MySQLTest2 setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk

Re: Core Animation. issue with scaling

2010-08-20 Thread Ahsan Shafiq
bump* On Thu, Aug 19, 2010 at 10:47 AM, Ahsan Shafiq ahsan.shafiq...@gmail.comwrote: Hi I have read that in explicit animation, say translation, to really change the model layer position we have to change it's position too. So here is my code: CABasicAnimation *animation =

Re: Statically link libmysqlclient.a to my Foundation tool

2010-08-20 Thread Heizer, Charles
I found it -lmysqlclient I removed the libmysqlclient.a from my external frameworks. And I was good to go. I had the External Frameworks and Libraries group closed so I did not see it. Thanks for all of your help! Charles -- Charles Heizer Systems Management Solutions Group Lawrence Livermore

Re: Core Data Lightweight Migration Woes

2010-08-20 Thread Brad Gibbs
I'm still having some serious issues. I've tried all suggestions from all three responses. One or two of the suggestions worked once or twice, but nothing worked reliably. Is it possible that the dataModel itself is corrupt? I rebuilt it by creating a new data model and copying all of the

Re: NSImageView and ZoomFactors

2010-08-20 Thread Quincey Morris
On Aug 20, 2010, at 10:54, Brian Postow wrote: I just discovered [imageView setImageAlignment: ] which, as long as the imageView is bigger than the scrollview, does the correct thing (Lock the image to the upper left corner of the scrollView). However, when the imageView is smaller

Re: NSImageView and ZoomFactors

2010-08-20 Thread Brian Postow
On Aug 20, 2010, at 2:52 PM, Quincey Morris wrote: On Aug 20, 2010, at 10:54, Brian Postow wrote: I just discovered[imageView setImageAlignment: ] which, as long as the imageView is bigger than the scrollview, does the correct thing (Lock the image to the upper left corner of the

Re: Core Data Lightweight Migration Woes

2010-08-20 Thread Quincey Morris
On Aug 20, 2010, at 11:48, Brad Gibbs wrote: - (NSManagedObjectModel *)managedObjectModel { Here's what the lightweight migration documentation says: To perform a lightweight migration, Core Data needs to be able to find the source and destination managed object models itself at runtime.

Re: Embedding a system preference pane

2010-08-20 Thread Knut Lorenzen
Am 20.08.2010 um 10:44 schrieb Jon Guy: I'm trying to embed a couple of the system pref panes into an app by following the Apple documented method, here's basically whats going on: ... I've slightly modified your code (mainWindow is the apps main window) to look like this: NSBundle

A new flavor of the this class is not key value coding-compliant for ... error

2010-08-20 Thread Jay Reynolds Freeman
This could be cocoa-related or Xcode-related, so I will probably eventually do separate posts to the two lists, but I thought I would start here. I am using Xcode 3.2.2 to write an iPad app, using the SDKs that came with it (all public to developers now), running on the simulator. All is well,

Re: Cocoa-dev Digest, Vol 7, Issue 847

2010-08-20 Thread Gregory Weston
Bill Bumgarner wrote: Preference panes are not designed to be embedded into applications other than the System Preferences application. Even if you were to make it work (which would require duplicating all of the internal functionality of the System Preferences application), you are

Re: A new flavor of the this class is not key value coding-compliant for ... error

2010-08-20 Thread Jay Reynolds Freeman
Addendum: I should also have said that my implementation's didReceiveMemoryWarning contains nothing at present but the canonical call to [super didReceiveMemoryWarning], and that the crash occurs even when I comment out the entire overwrite of didReceiveMemoryWarning. -- Jay Reynolds Freeman

Re: NSImageView and ZoomFactors

2010-08-20 Thread Quincey Morris
On Aug 20, 2010, at 12:13, Brian Postow wrote: So, just to clarify, the whole hierarchy is Window ContentView ScrollView ClipView ImageView Image? I take the ContentView to mean the content view of the window, or is there some other view between the scrollview and the clipview? I had

Create pinch/magnify event

2010-08-20 Thread Joe Turner
Hey, I'm trying to use CGEvent to create a pinch/magnify event, but I can't find any info on how to do it. I see there's a NSEventTypeMagnify for NSEvent, but the magnification factor does not seem settable. Even if it was, weird things happen when you try to convert an NSEvent to a CGEvent.

Re: Cocoa-dev Digest, Vol 7, Issue 847

2010-08-20 Thread Bill Bumgarner
On Aug 20, 2010, at 2:33 PM, Gregory Weston wrote: Bill Bumgarner wrote: Preference panes are not designed to be embedded into applications other than the System Preferences application. Even if you were to make it work (which would require duplicating all of the internal functionality

Best strategy for blending many corevideo frames in opengl.

2010-08-20 Thread Evan Harper
I'm currently starting a project that involves buffering a large number of video frames, and blending between them based on a depth map (i.e depth 0 = current frame, previous frames are blended in based on values from the depth map). I'm currently using the QTCoreVideo201 as a guide for buffering

Re: 9

2010-08-20 Thread angelochen960
___ 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/Update your Subscription:

Re: Core Animation. issue with scaling

2010-08-20 Thread Eric Wing
CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@bounds]; CGRect orgVal = CGRectMake(0, 0, firstWheelLayer.bounds.size.width, firstWheelLayer.bounds.size.height); CGRect newVal = CGRectMake(0, 0,

Re: Best way to draw large tiled images?

2010-08-20 Thread Eric Wing
On 8/18/10, Gideon King gid...@novamind.com wrote: I have a relatively large area on my NSView that I want to tile images into. I tried using CIAffineTile, but it gives me the following error: CoreImage: ROI is not tilable for even moderately large images (for small images, it works exactly as

iOS Core Data property getting released unexpectedly

2010-08-20 Thread Rick Mann
I have a Core Data entity with an associated class file and a bunch of dynamic properties defined. One of them is: @property (nonatomic, copy) NSString* urlName; For some reason, every now and again when my code goes to access this property, it throws an exception for accessing a

Re: Modifying the Window Menu

2010-08-20 Thread Peter Zegelin
Thanks for that Michael - I'd missed that. I think what I'll do is what you suggest: exclude the subwindows then add them myself in the correct order and see if that works. I have to modify their titles anyway. On 20/08/2010, at 4:23 AM, Michael Dautermann wrote: On Aug 18, 2010,

Re: iOS Core Data property getting released unexpectedly

2010-08-20 Thread Joar Wingfors
On 20 aug 2010, at 18.50, Rick Mann wrote: I have a Core Data entity with an associated class file and a bunch of dynamic properties defined. One of them is: @property (nonatomic, copy) NSString* urlName; For some reason, every now and again when my code goes to access this

Re: iOS Core Data property getting released unexpectedly

2010-08-20 Thread Rick Mann
It's only ever assigned in one place, and inspection of that code shows that the original string it's assigned from is autoreleased. Everywhere else it is referenced, it is read (passed in to -[stringWithFormat:] as one of the arguments, always with %@ as the format specifier). I'll try