On 2017-09-04 09:20, Terry Judd via use-livecode wrote:
Thanks Mark - I wasn't aware of that setting. I'll try setting it to
true before I print each report and see what happens. Based on the
dictionary entry it sounds like I'll need to set it back to false
again before my script updates all the report's various templates, and
perhaps even close and reopen the stack before turning it back on and
printing the next report?

The dictionary entry might need an update. Since we added 'fullscreen mode', I think the engine is a lot better at 'resetting things' when you toggle formatForPrinting on and off.

The 'formatForPrinting' changes the way fonts are handled on Windows to ensure that screen-specific hints and metric changes don't occur - 'fullscreen mode' uses it implicitly internally on Windows too (otherwise fonts don't necessarily linearly scale with size, something which is quite important for printing!) so you should find you can just toggle it on and off.

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to