Burning Desire stack - "shell" command problem

Stephen Quinn Barncard stephenREVOLUTION at barncard.com
Fri Jan 23 01:26:55 EST 2004


just saw this: If one is really serious about packing CD/DVD burning 
code into your app, there's always the SDK from Gear for all 
platforms:

http://www.gearsoftware.com/products/wks/index.cfm


>Remove the space between "shell" and the first bracket. I ran into 
>the same sort of problem a couple of days ago and that was what 
>fixed it.
>
>Cheers,
>Sarah
>sarahr at genesearch.com.au
>http://www.troz.net/Rev/
>
>On 22 Jan 2004, at 8:55 am, Barry Levine wrote:
>
>>I have a field named "theImageToCreate" containing the following text:
>>
>>hdiutil create -fs HFS+ -volname MyDisk -size 100m ~/Desktop/MyDiskImage2.dmg
>>
>>I have a button with the following script:
>>
>>on mouseUp
>>   shell (field "theImageToCreate")
>>end mouseUp
>>
>>When the script executes, I get an error. Here's the error dialog info:
>>
>>Type	Handler: can't find handler
>>Object	Create disk image file
>>Line	shell (field "theImageToCreate")
>>Hint	shell
>
>


More information about the use-livecode mailing list