Brilliant, Sarah... I should have thought of AppleScript... :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sarah > Sent: Thursday, March 27, 2003 7:50 PM > To: [EMAIL PROTECTED] > Subject: Re: File's comments on Mac > > > Here is an AppleScript that asks you to choose a file and > tells you the > comment attached. > You can use this from with a Revolution script and have it return the > comment which you can then read as "the result". > > tell application "Finder" > set tFile to choose file > set tComments to the comment of tFile > > display dialog tComments > end tell > > Cheers, > Sarah > [EMAIL PROTECTED] > http://www.troz.net/Rev/ > > On Friday, March 28, 2003, at 01:14 am, rom1 wrote: > > > Hello, i'm working on an on-screen portfolio. I'd like to > get the text > > from > > that comments-field in the info window. > > Anyone here knows how to do it ? > > > > Romain > > _______________________________________________ > > use-revolution mailing list > > [EMAIL PROTECTED] > > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > > > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-> revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
