Page 1 of 1

How to build Launcher

Posted: Sat Jul 11, 2020 6:55 pm
by Brother Bill
Going through LessonsBook, page 86. It says "Now build the Launcher stack into a standalone".
This will create Windows .exe file.
What are step by step instructions for accomplishing this task?
I am experienced developer, but not with LiveCode.

Thank you.
The keys are
Main Menu | File | Standalone Application Settings
Main Menu | File | Save as Standalone Application

Re: How to build Launcher

Posted: Sat Jul 11, 2020 9:00 pm
by richmond62
I'm working on a Macintosh computer, but the process is identical.

I want to make a Windows executable out of the following stack of mine:
-
Screenshot 2020-07-11 at 22.56.07.png
-
[Don't ask why because the reason is that it is just one that came to hand.]

I have previously saved the stack somewhere on my computer.

I open the standalone settings:

Menu/File/Standalone Settings:

-
Screenshot 2020-07-11 at 22.59.43.png

Re: How to build Launcher

Posted: Sat Jul 11, 2020 9:08 pm
by richmond62
I click on the Windows button up the top & then select what type
of Windows standalones I want:
-
Screenshot 2020-07-11 at 23.00.34.png
-
Then I close the Standalone Settings window.

Then I click on Menu/File/Save as Standalone Application.

I wait for an unspecified period of time depending on how big my stack is while the 'magic' happens.
-
Screenshot 2020-07-11 at 23.06.35.png
-
Time to take out the trash, call the cat in for the night, wax my moustache, and various other things:

"What happens next is private, it's also very rude." Ian Dury

https://youtu.be/c-VeOakGGPQ

Re: How to build Launcher

Posted: Sat Jul 11, 2020 9:39 pm
by dunbarx

Code: Select all

[quote]I wait for an unspecified period of time[/quote]
Hi.

When you get more comfortable, learn to set your inclusions by hand instead of letting LC do it automatically. First off, the build is much faster. Second, the standalone builder is not always perfect, especially with large complex standalones.

Craig

Re: How to build Launcher

Posted: Sun Jul 12, 2020 7:01 pm
by jacque
The User Guide has a good description of the various features of the Standalone Settings. Basically you want to set those up and then just choose to build the standalone.

A launcher stack shouldn't take long to build at all, it has only one card and few or no controls. My launchers usually build in under a minute.