OH good grief - I've been at my terminal too long -
The declaration syntax is just wrong
WRONG: @property (UITextField *) activeField;
CORRECT: @property UITextField * activeField;
Sorry for the bother
YT
On Jul 4, 2013, at 5:41 PM, YT wrote:
> In the online document "
ontroller interface
@property (UITextField *) activeField;
BUT this yields the following 2 pre-compile errors
1) Unknown property attribute 'UITextField'
2)Type name requires a specifier or qualifier
Clearly I am yet again lost...
Please advise.
Thanks
YT
___
d.
Is there an inspector attribute for that?
Is this a delegation thing?
YT
___
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)
Oh yeah I forgot about that distinction.
I switched the display from a Retina to non-retina and it no longer causes
overlaps.
Thanks
YT
On Jun 27, 2013, at 7:11 PM, Dennis wrote:
> If this is for iOS, I would guess that you've laid out your view for a 4"
> Retina dis
o far I'm perplexed as to how to solve this issue.
YT
___
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
each to be able to make an
intelligent choice that fits my intended purpose.
more later...
YT
___
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
my tests have worked so far SO now I will give it go on placing
graphics data into a model.
AND the interactive element ACTIONS AND OUTLETS into the Controller.
YT
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post a
de on setting up an MVC for Mac OS X Apps or maybe
there is a little know incantation some one might hare with me?
Thanks
YT
I actually had a Snow Crash on my iMac. Maybe that is why I'm floundering.
___
Cocoa-dev mailing list (Cocoa-dev@lis
ot;
I have MyDataModel do the [super init] initialization.
At the moment I'm baffled -
Any advise would be appreciated.
Probably have taken the wrong tack - I tend to do that.
YT
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
P
was a good pointer, thanks.
YT
On May 5, 2013, at 10:38 PM, Quincey Morris
wrote:
> On May 5, 2013, at 22:24 , YT wrote:
>
>> What I have is a view within the main window that is a Quartz 2D graphical
>> "thing" and I want to have a set of UI elements that a user inte
the
graphical thing.
So from what I think I read in your post I have to "store" objA's ID in a
common ancestor.
I'll have to ponder how to achieve that.
YT
On May 5, 2013, at 9:49 PM, Quincey Morris
wrote:
> On May 5, 2013, at 21:43 , YT wrote:
>
>> In so
objA.
Since objB came into being after objA how does objB detect that objA exists
before attempting to call one of its methods?
YT
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the
Thanks!
sprintf worked great - Didn't realize that those wonderful Standard C functions
were available.
Again, Thanks
YT
On May 4, 2013, at 4:23 PM, Mohit Sharma wrote:
> You might want to look at sprintf. sprintf(text, "%f", fv) should work just
> fine.
>
float fv = 40.0;
into
const char *text = "40.0";
or
const char text[ ] = "40.0";
Please advise...
Thanks YT
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments
leton
Instance - Looks promising BUT since I have little experience to date on
deciphering Apple Objective-C documentation it has created more unanswered
questions rather than producing working code. SIGH! More reading in my future
and stumbling in the dark.
YT
.
_
programmer. Ya know one that
doesn't know what I can't do.
YT
___
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.appl
simple vector line charts?
YT
___
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
17 matches
Mail list logo