Search found 5 matches
- Tue Mar 06, 2012 2:29 am
- Forum: iOS Deployment
- Topic: iOS Print
- Replies: 25
- Views: 21003
Re: iOS Print
Thanks so much for everyones help!
- Sat Mar 03, 2012 6:43 pm
- Forum: iOS Deployment
- Topic: iOS Print
- Replies: 25
- Views: 21003
iOS Print
I am having problems with using the print to pds function. I have PDF
Printing selected in the iOS Standalone Application Settings. This is
the test script I have in the print button:
on mouseUp
open printing to pdf "mypdf.pdf"
print this card
close printing
end mouseUp
This is from the ...
Printing selected in the iOS Standalone Application Settings. This is
the test script I have in the print button:
on mouseUp
open printing to pdf "mypdf.pdf"
print this card
close printing
end mouseUp
This is from the ...
- Sat Mar 19, 2011 4:44 pm
- Forum: iOS Deployment
- Topic: Reference sound files
- Replies: 5
- Views: 5727
Re: Reference sound files
I posted too quickly - I just noticed this part of the comment "put parenthesis around the filename" -- That was it. Thanks again!
- Sat Mar 19, 2011 4:42 pm
- Forum: iOS Deployment
- Topic: Reference sound files
- Replies: 5
- Views: 5727
Re: Reference sound files
Thanks Klaus and ctflatt. I had tried a version that didn't use the quotes - because I thought the same thing but was getting errors from LC. I probably just had a typo I didn't notice. It is working perfectly! I really appreciate your help!

- Sat Mar 19, 2011 3:53 pm
- Forum: iOS Deployment
- Topic: Reference sound files
- Replies: 5
- Views: 5727
Reference sound files
Has anyone tried to refer to a sound file using a variable in IOS? For example:
put the short name of the current card&".wav" into soundtoplay
play specialFolderPath("engine") & "/Audio/soundtoplay"
Doesn't work for me. I would appreciate any help or suggestions. Thanks!
put the short name of the current card&".wav" into soundtoplay
play specialFolderPath("engine") & "/Audio/soundtoplay"
Doesn't work for me. I would appreciate any help or suggestions. Thanks!