Re: AlertSheet
Re: AlertSheet
- Subject: Re: AlertSheet
- From: Simon Wright <email@hidden>
- Date: Fri, 5 Oct 2001 09:55:17 -0400
Thanks, Frangois.
That's a resource of which I was not aware. It is now in my Cocoa
Favourites folder.
This highlights my journey of the last few weeks. I consider myself a
pretty good programmer (don't we all) and have expertise in various
languages, none of them truly OO. A couple of years ago I added Java to my
quiver by attending an evening class in the language but until recently
had not really had a chance to use what I have learned. Now that OS X is
taking off and Cocoa/PB/IB is available I've become really excited about
developing in this environment.
So: new to OO, new to Cocoa/PB/IB, new(ish) to Java - I find I spend more
time looking for and reading documentation and hunting for sample code
than actually coding.
There's a plethora of documentation out there and lots of it is from Apple
but I wish it were better organized and included more sample code snippets
in Java - I'm having a hard enough time figuring out how to use Java
without having to guess at what I should be doing by reading Objective-C
examples.
Anyway, I'm still excited amd I'll continue to improve - I guess this is
the learning curve.
Life is change.
Simon
On Friday, October 5, 2001, at 02:01 AM, Frangois Frisch wrote:
Have a look at www.cocoadev.com > Glossary > NSAlertSheet
Francois
I've tried and failed to get a basic AlertSheet to work and I've fallen
back on a runAlert for the time being. But it's just not Cocoa, you know?
Looks a little clunky.
Can anyone post a small java sample that implements a sheet from the main
window?
Thanks.