Hi Andrew,
> Am 06.06.2023 um 18:28 schrieb Andrew at MidWest Coast Media via use-livecode
> :
>
> 1- add folder of PDFs in Standalone Application Settings > Copy Files (in my
> case this appears as “files/*”)
> 2- add a Browser widget to your stack
> 3- set the filename of the widget to your l
1- add folder of PDFs in Standalone Application Settings > Copy Files (in my
case this appears as “files/*”)
2- add a Browser widget to your stack
3- set the filename of the widget to your local PDF file path
put "/files/" into tBasePath
put “SomeLocalFile.pdf" into tFileName
put tBasePath & tFil
Just an update on the browser animation tool, which has had a major upgrade:
Version 2.0 has a new set of 12 modern spinners. They also include a script
that enables you to easily change the color of the spinner, and the background
of the widget, on the fly, even after copying it to your own sta