Wize /
Standalone
Search:  

Wize Standalone

Creating a standalone application with wize is easy. All you have to do is replace the main.tcl file in the zip.

Here is an example that creates a new application called foo on unix.

 echo 'pack [button .b -text Quit -command exit]; pack [text .t]' > main.tcl
 cp wize foo.zip
 zip -r foo.zip main.tcl
 mv foo.zip foo
 chmod u+x foo

Note that this will not contain any of the images, man pages or the Mod facilities.

© 2008 Peter MacDonald

Page last modified on September 14, 2011, at 02:21 PM