Page 1 of 1

Save as standalone application

Posted: Sat Aug 25, 2018 2:15 am
by tdubois
1. The standalone is built but has this error message: File to include in standalone not found: ""

2. I used the search for required inclusions but the datagrid is not being accessed. It works fine in LiveCode.

Thanks.

Re: Save as standalone application

Posted: Sat Aug 25, 2018 5:24 am
by dunbarx
Hi,

Have you tried explicitly including the DG? This means not letting the engine search for them. And this has a speed advantage as well.

Craig Newman

Re: Save as standalone application

Posted: Sat Aug 25, 2018 12:58 pm
by tdubois
Yes, that worked. Thank you.