Page 1 of 1
Printing stacks possible from iPad?
Posted: Fri Dec 30, 2011 8:33 am
by sylvanr
I haven't visited this forum for a while but trying to make a decision about renewing my developer status with Apple and/or upgrading my Livecode to the the latest version. I had developed three apps with Livecode and had them in the Apple store but then ran up against the apparent inability to print. Other applications that I would want to do require the user being able to print from an iPad. I think there was an ability to print to pdf but I need to print to an actual paper printer. Thanks!
Re: Printing stacks possible from iPad?
Posted: Fri Dec 30, 2011 9:07 am
by Jellicle
Yes you can print from iPads. I've never done so, but there are 21 print-related commands listed for iOS in the code dictionary, so it must be possible

If you could be more specific about what you are wanting to print I can check whether there is support for your needs.
Gerry
Re: Printing stacks possible from iPad?
Posted: Fri Dec 30, 2011 9:59 pm
by sylvanr
Jellicle wrote:Yes you can print from iPads. I've never done so, but there are 21 print-related commands listed for iOS in the code dictionary, so it must be possible

If you could be more specific about what you are wanting to print I can check whether there is support for your needs.
Gerry
Thanks, Gerry. The user would fill out a form on the iPad and then just print it out to a printer. I think it would probably require an Airprint printer or an app on the iPad that would allow printing to non-AirPrint printers.
Re: Printing stacks possible from iPad?
Posted: Sat Dec 31, 2011 7:55 am
by sylvanr
Looking at the on-line dictionary for LiveCode, it appears the print commands only work on the following platforms and not the iOS: MacOS,Mac OS X,Windows,Linux. If there is a way of printing from the iOS, and I'm missing something, please let me know.
Re: Printing stacks possible from iPad?
Posted: Sat Dec 31, 2011 10:21 am
by gpb01
sylvanr wrote:Looking at the on-line dictionary for LiveCode, it appears the print commands only work on the following platforms and not the iOS: MacOS,Mac OS X,Windows,Linux. If there is a way of printing from the iOS, and I'm missing something, please let me know.
The print command work also on iOS ...
... just remeber to set, on "Standalone Application Settings", the "PDF Printing" flag.
See attached (created with Livecode 5.0.2) ...
Guglielmo
Re: Printing stacks possible from iPad?
Posted: Sun Jan 01, 2012 12:53 am
by Jellicle
sylvanr wrote:If there is a way of printing from the iOS, and I'm missing something, please let me know.
The print command is listed as supported under iOS in the in-app dictionary in 5.0.2. They don't seem to have updated the on line version yet. The release notes say print functionality isn't yet supported, but it could be that those docs haven't been updated either.
Have you tried it?
Gerry
Re: Printing stacks possible from iPad?
Posted: Tue Jan 03, 2012 6:39 am
by Jellicle