<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On 03/11/2008, at 10:57, Mark Volkmann wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>My apologies, but I still don't comprehend the steps to be taken. Suppose my application is a simple as this. I have a class with a single class method as follows:</DIV><DIV><BR></DIV><DIV>sayHello</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"><SPAN class="Apple-style-span" style="white-space: pre; ">        </SPAN></SPAN>self inform: 'Hello World!'<BR></DIV><DIV><BR></DIV><DIV>After the user presses the "OK" button, the application can exit.</DIV><DIV><BR></DIV><DIV>How can I turn that into an application that a user can launch where they aren't dumped into the Squeak environment where they can do things like open browsers.</DIV><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><SPAN class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><DIV style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ; font-family: Arial; font-size: 14px; "><DIV style="font-family: Arial; font-size: 14px; "><BR class="Apple-interchange-newline"><SPAN class="Apple-style-span" style="font-family: Arial; font-size: 14px; ">---</SPAN></DIV><DIV style="font-family: Arial; font-size: 14px; "><SPAN class="Apple-style-span" style="font-family: Arial; font-size: 14px; ">Mark Volkmann</SPAN></DIV></DIV></SPAN></SPAN></DIV></SPAN></BLOCKQUOTE></DIV><BR><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Ok, this is different requeriment.</DIV><DIV>You wish a RTS (run time system) and the person who use this 'MyHelloWorld.image" should not realize is made with Squeak or if realize is made in Squeak can't open any Tools, etc.</DIV><DIV>For that exist some old of Ned Kontz in SqueakMap, but is not enough.</DIV><DIV>You need change the way of World (the current PasteUpMorph with all Flaps, Windows, etc ) deal with clicks and keyboard.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>This afternoon I put TodaMafalda.1.RTS.image in ftp for all and look my computer for code I do for made it.</DIV><DIV>It's a Squeak version of Quino famous comic book for children and not so.</DIV><DIV>In less of 20 mb you have all, image, 300 plus page comic book, and I send the modifications to normal Squeak for you do this.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Keep in touch...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Edgar</DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>