CGImageSourceCreateWithData

2009-05-23 Thread Alex Mills
Hey All, In my debugger window I'm getting 10 instances of : CGImageSourceCreateWithData data parameter is nil I have no idea where this is coming from, none of my classes appear to call any methods related to this. What issue would cause this error? Leopard, Xcode 3.1 Cheers Alex

WebView PolicyDelegate issue

2009-05-09 Thread Alex Mills
it's not a link and it was not clicked. Even if I remove all code from within the delegate method, the iFrame will not display properly within the webview. Take the method out altogether and it works as it should. Is there a way to separate a clicked link from inserted HTML? Cheers

Custom Progress Indicator

2009-02-15 Thread Alex Mills
? Cheers Alex Mills ___ 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 Subscrip

Writing to an iFrame with Javascript

2009-01-22 Thread Alex Mills
close the iFrame, I cannot write to it. Any help would be very much appreciated. Cheers Alex Mills ___ 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 coco

Re: Setting the result of a javascript function to NSString

2009-01-21 Thread Alex Mills
Hey Thanks Jean-Daniel Dupas, your 'untested' code works brilliantly! Really appreciate it man. Thanks to everyone else who helped with this topic. Cheers Alex Mills ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Setting the result of a javascript function to NSString

2009-01-21 Thread Alex Mills
ted your help so far! Cheers Alex Mills ___ 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 y

Interaction with web javascript & cocoa

2009-01-20 Thread Alex Mills
e selected text within the editor bold. If this is possible I then want to save the editor generated html to string so that I can store it within Core Data. I checked out the Apple Webkit programming guide but it doesn't provide much. Any help would be greatly appreciated. Che

Re: Constant NSArray Count

2008-09-20 Thread Alex Mills
count = [selectedObjects count]; if (count == 0) { [newTabView selectTabViewItemWithIdentifier:@"2"]; } else { [newTabView selectTabViewItemWithIdentifier:@"1"]; } return; } Cheers Alex Mills On

Re: Constant NSArray Count

2008-09-20 Thread Alex Mills
Hey, I have started looking at Key Value Observing but I'm having trouble working out how to observe the changes within an Array. Is there some place I can find example code on this to help wrap my head around it? Cheers Alex Mills On Sep 20, 2008, at 6:50 AM, Nick Zitzmann

Constant NSArray Count

2008-09-19 Thread Alex Mills
isplayed. If you guys know of a better way to do the above procedure please let me know. Cheers Alex Mills ___ 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