realbasic-nug
[Top] [All Lists]

Re: I get a default “Application Icon” with a "No Parking" sign above it

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: I get a default “Application Icon” with a "No Parking" sign above it instead of my
From: Arnaud Nicolet <anic297@mac.com>
Date: Sun, 31 Aug 2008 22:03:34 +0200
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <fed2e2560808291218t51a7547amc6c7f69618092858@mail.gmail.com>
References: <816863.24405.qm@web65610.mail.ac4.yahoo.com> <646C2FD3-454B-40F8-95AA-38B1AF3A5400@great-white-software.com> <5CEF1649-5442-4649-BA65-469C69945572@shaw.ca> <fed2e2560808291218t51a7547amc6c7f69618092858@mail.gmail.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Le 29 août 08 à 21:18 (soir), Dennis Birch a écrit:

On Fri, Aug 29, 2008 at 10:45 AM, Terry Ford <tmford@shaw.ca> wrote:

On Aug 29, 2008, at 10:17 AM, Norman Palardy wrote:


On 29-Aug-08, at 10:25 AM, Lennox Jacob wrote:

Hi Dennis,
Would you mind sharing that simple AppleScript droplet?
I would appreciate it.
Thanks.
Lennox


Something like this saved as an app should do it

on open theFiles
       repeat with aFile in theFiles
               tell application "Finder" to update aFile
       end repeat
end open

Yes, exactly.

Doesn't one save it as a Compiled Script to work in REALbasic?

No. This is a droplet that you keep on your Desktop or somewhere else
convenient so that you drop your application icon on it in the Finder.

If you have to open a script once your app is compiled, is it not simpler to add a space, validate the new name and remove the space?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>