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.
Save as standalone application
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Save as standalone application
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
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
Yes, that worked. Thank you.