<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Nov 3, 2008, at 7:56 AM, Edgar J. De Cleene wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><div><div>On 03/11/2008, at 09:04, Mark Volkmann wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">I have previously asked for tips on how to package non-web apps for distribution to users. Several people suggested that I should follow the examples set by Plopp and Sophie. Unfortunately I haven't been able to locate a description of what they do. I asked on the Sophie mailing list, but got no response. Is there a summary of the approach they use on the web somewhere?</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">---</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Mark Volkmann</font></div> </blockquote><br></div><div>The "One Click" technique now is used by Seaside, Pier and Aida also.</div><div>All you need is the last OS X VM you could find</div><div><br class="khtml-block-placeholder"></div><div>For OS X, you see as one thing, but for the others OS is a folder with subfolders like this of Pier</div><div><br class="khtml-block-placeholder"></div><div>Pier.app</div><div>Into this "folder"</div><div>pier.exe</div><div>- Contents</div><div>- - Linux686</div><div>- - MacOS</div><div>- Resources</div><div>And into the Resources folder the pier.changes, pier.image,&nbsp;SqueakV39.sources and some other files.</div><div><br class="khtml-block-placeholder"></div><div>So all you need is some app for open the app and put all you need into.</div><div>Or do all by hand using another OS and not Mac OS X.</div></div></blockquote><br></div><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>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; "><div><br class="Apple-interchange-newline">---</div><div>Mark Volkmann</div><div><br class="webkit-block-placeholder"></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline"> </div><br></body></html>