On 4/20/06 3:54 PM, "Sven E Olsson" <[EMAIL PROTECTED]> wrote:
> Ok, I give it a try after some sleep...
> But I use parameters(both application and files) in Apple Script and
> RB and that works
> nice, just this time there is some problems..
> 
> Thanks,
> Sven E Olsson

Doesn't seem to give me any issues when using an actual applescript file:

Script viewtest:
on run {myPath}
    tell application "Finder"
        set arrangement of icon view options of window of alias myPath to
arranged by name
    end tell
end run

Rb:
Viewtest("iBook G4 HD:Users:sduke:Desktop:My Test Folder:")

It doesn't work when using a ShellPath, could that be the problem?

-Seth


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to