Hi,
does anybody know how to implement with the proper code an
nsdatepickercell in a tableview? My app is core data based.
--Philip
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the l
Hi,
In my app I have a data model with an entity called "SpeakersIn" with
an string attribute called "talkTitles".
What I would like to have is a predefined item list in the table
column hosting the NSPopUpButtonCell when adding a new row in the
tableview.
I'm thinking that I need to add the cod
:
> On Thu, Nov 4, 2010 at 2:32 PM, Sherm Pendley wrote:
> > On Thu, Nov 4, 2010 at 1:39 PM, PJBorges wrote:
>
> >> Does it matter where you put the key CFBundleTypeIconFile in the
> >> info.plist file?
>
> > To some extent, yes - the overall structure of the
atter where you put the key CFBundleTypeIconFile in the
info.plist file?
--Philip
On 4 Nov., 09:59, Markus Spoettl
wrote:
> On Nov 4, 2010, at 9:21 AM, PJBorges wrote:
>
> > I have done that, and yet my application registers no changes. It
> > still saves the data with the plai
uot; pane and it must be part
> of your project, as well.
>
> -- Reinhard
>
> Am 03.11.2010 um 15:17 schrieb PJBorges:
>
>
>
>
>
> > Hi,
>
> > I've made a core data document-based application that works fine. When
> > you save the data
saved in binary
format?
On 3 Nov., 18:12, Sherm Pendley wrote:
> On Wed, Nov 3, 2010 at 11:50 AM, PJBorges wrote:
> > Some things to check:
>
> >> Second, did you forget to include the extension, or was that
> >> just a typo in your email?
> >
Some things to check:
>
> First, make sure that your icon is in .icns format - you should use
> /Developer/Applications/Utilities/Icon Composer.app to convert it if
> it isn't.
I've done that and copied it to all sizes.
Second, did you forget to include the extension, or was that
> just a t
Hi,
I've made a core data document-based application that works fine. When
you save the data to a file cocoa adds the standard plain white icon
representing the data file.
How do I change that standard icon into a custom one?
I've tried to add this to the Info.plist file, according to apple's
do
I got it to work Ken. Your last input helped a lot. Thanks for
explaining it to me. Made it more clear.
I don't know why I got the previous error. But it's gone now. It
occurred whenever I pressed the button that opens Mail. Obviously, the
error relates to my old faulty code.
For anyone who stumb
Hi,
In my app I have a feature that opens Mail.app. The feature extracts
the contents of a number of labels into the message area of Mail, but
it is only the first label that is extracted, the rest are not.
My code:
MailOutgoingMessage *emailMessage =
[[[mail classForScriptingClass:@"out
10 matches
Mail list logo