Re: Best book for learning Objective c and cocoa

2010-03-31 Thread Eric Giguere
g 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: > http://lists.apple.com/mailman/options/cocoa-dev/eric.gi

Problem with vCard and AddressBook ABPerson UID, HELP!!

2010-04-07 Thread Eric Giguere
Hi all I've been fighting now with the AdressBook API for a while and found a disturbing problem. Maybe someone can help. I'm trying to use the AddressBook as my main person "database" in my application. I've create a small function that accepts drag - drops from the Address book to add a new

Re: Problem with vCard and AddressBook ABPerson UID, HELP!!

2010-04-08 Thread Eric Giguere
> There must be something i REALLY don't understand about the AB but can't >> find anything more, out of ideas. >> >> Anybody knows what's going on? Any way we can prevent my vCard >> initialization from re-genrating the UID? If not, then what wo

Hard time with Webservice methods returning array

2010-04-17 Thread Eric Giguere
Hi all I've been testing the CoreServices with WebServices lately and had some issues with methods returning arrays. We've setup a very simple Web Service with a method that returns an array of strings. My problem here is that when I get the results out of the NSDictionary returned by WSMethod

Question about model observers

2010-05-11 Thread Eric Giguere
Hi all I have to deal here with a pretty usual situation where my entity has a to-many relationship to another entity. I need, in my parent entity, to be notified when children are added or removed since I have another attribute in my entity and its value depends on this relationship's content.

Re: Question about model observers

2010-05-11 Thread Eric Giguere
r to take care of it since it involves Thank you for your answer! Eric. On 2010-05-11, at 10:43 AM, Keary Suska wrote: > On May 11, 2010, at 8:10 AM, Eric Giguere wrote: > >> Everybody tends to point in using the KVO notifications instead of the >> custom accessors, even if those

HELP!! Big problem with relationships and saving in iOS core data

2012-03-01 Thread Eric Giguere
Hi all I'm on the verge of loosing my sanity... I've been running after save bugs and I'm now completely out of ideas, other than to drop Core Data. In my model, I have EntityA, wich has an 1-many relationship to EntityB, which also have a 1-many relationship to EntityC. Both relationship are bi

Re: HELP!! Big problem with relationships and saving in iOS core data

2012-03-01 Thread Eric Giguere
irst real try on iOS. Its clear I'm missing something, I'll just read some more. Thx for the links too. Eric. On 2012-03-01, at 10:28, Richard Somers wrote: > On Mar 1, 2012, at 7:12 AM, Eric Giguere wrote: > >> I'm on the verge of loosing my sanity... > >>

Re: HELP!! Big problem with relationships and saving in iOS core data

2012-03-01 Thread Eric Giguere
e created and saved. I call context deleteObject on it then save. Now I get all the time this CoreData could not fulfill a fault for error. Thx! Eric. On 2012-03-01, at 14:57, Keary Suska wrote: > On Mar 1, 2012, at 7:12 AM, Eric Giguere wrote: > >> I'm on the verge of loosing

Re: HELP!! Big problem with relationships and saving in iOS core data: RESOLVED

2012-03-02 Thread Eric Giguere
ere, don't forget to always forget to implement dealloc ;). CD is doing a good job in housekeeping. Eric. On 2012-03-01, at 09:12, Eric Giguere wrote: > Hi all > I'm on the verge of loosing my sanity... I've been running after save bugs > and I'm now completely out

Catching double click (any mouse events) in an NSTableView

2010-03-01 Thread Eric Giguere
Hi all I'm a newbie with the Mac programming and been trying for a couple of hours to do something that should be straightforward, no success so I'm asking the Pros for some help :). I'm have a small application, using Core Data, that shows in the Main Window a list of entities. I'm trying to

Re: Catching double click (any mouse events) in an NSTableView

2010-03-02 Thread Eric Giguere
Hi Keary Thank you for your answer. I manage to have that working yesterday night yes. That wrapping behaviour around this binding must also explain why all other techniques failed. Eric. On 2010-03-01, at 11:23 PM, Keary Suska wrote: > > On Mar 1, 2010, at 7:26 AM, Eric Giguere

Bug with the ABPeoplePicker drag?

2010-03-11 Thread Eric Giguere
Hi all I've been experiencing problems with the drag and drop from the Address book control in my application. The control is in a view where a TableList is the destination for the drag. When the drop message is sent to my view, the following message is sent back to the control, as instructed

iPhone orientation problems

2010-07-24 Thread Eric Giguere
Hi all I've read a lot of articles on the subject but still could not figure out how to solve my issue. I have a multiview iPhone application. One of those views is a Navigation view of course controlled by a Navigation controller. The other view is a full screen image view, which is also the

Re: iPhone orientation problems

2010-07-26 Thread Eric Giguere
ool + a tool + an autorelease pool = cool! > AppleScript: the Definitive Guide - Second Edition! > http://www.tidbits.com/matt/default.html#applescriptthings > > > Eric Giguere eric.gigu...@videotron.ca smime.p7s Description: S/MIME cryptographic signature __

Re: iPhone orientation problems

2010-07-27 Thread Eric Giguere
elin wrote: > > > On Jul 26, 2010, at 13:33, Matt Neuburg wrote: > >> On Mon, 26 Jul 2010 10:03:14 -0400, Eric Giguere >> said: >>> Hi Matt >>> >>> Thanks for the advice. >>> >>> So, if I got it right, I have to remove the second cont

UIViewController and splash screen orientation issue on iPad

2010-08-25 Thread Eric Giguere
Hi all I have a small problem here with a small application I'm writing for the iPad. First, I manually show a splash screen. Doing so instead of using the default.png behavior allows controlling the time the spash is shown on screen. To do this, I've found a quite simple example on the net tha

Re: UIViewController and splash screen orientation issue on iPad

2010-08-25 Thread Eric Giguere
, 2010, at 7:57 AM, Eric Giguere wrote: > >> Hi all >> >> I have a small problem here with a small application I'm writing for the >> iPad. >> >> First, I manually show a splash screen. Doing so instead of using the >> default.png behavior allo

Re: UIViewController and splash screen orientation issue on iPad

2010-08-25 Thread Eric Giguere
Ouch, what a shame. Thanks a lot David. As expected, worked perfectly :) Eric. On 2010-08-25, at 12:35, David Duncan wrote: > On Aug 25, 2010, at 4:57 AM, Eric Giguere wrote: > >> The problem is that when I start the application with the Pad upside down, >> the splash view

Cocoa application bundle with help file rejected on the store

2014-04-13 Thread Eric Giguere
Hi all Maybe someone could help me with an annoying issue. I just created my first Mac application and trying to submitted to the Mac App Store. I've create a Help Bundle compatible with the Apple Help Viewer (which is not as simple as it sounds) with some hooks from the application to jump to