Pavel, Pavel wrote:
> Metacello is currently not supported by PharoKernel Gofer image. You > must load packages manulay (something like > http://gitorious.org/pharo-build/pharo-build/blobs/master/scripts/pharo/Kernel/seaside.st) > We have no list of packages you need. But you may try the same > mechanism used in uMorphic to get code necessary for you applications. Well, a script like this would perhaps be a good starting point. I need a minimal GUI functionality to show a simple dialog form, and network. A typical task I need to solve is to download an image to the Android device. So the form would ask the image file URL, whether to use HTTP proxy, where to save on SD card. Another task: to show list of installed images, let a user tap on one, (re-)launch the VM with that image. I might do this in Java, but why? ;) Few points to clarify: - The "PharoKernel with Gofer" image: where to download? - My script would probably load some Morphic packages (where the example script loads Seaside): does there exist a dependency graph of them? Or any idea which one to load first (e. g. Morphic-kernel or Morphic-basic), and others in which sequence? Thanks. PS uMorphic is also interesting: the message you referred to is of August: has there been any progress since? -- Dimitry Golubovsky Anywhere on the Web
