Questions on goo / samurui
Benedikt Grundmann <[email protected]> 07 Oct 2002 20:05:53 +0200
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <1034013957.673.21.camel@CoolLaptop> |
Hi again, I've got a few questions on goo: ======= First of all is there a fundamental reason for goo not being able to do goo somefile (like ruby or python or nearly any other programming language which provides an interpreter). It would be very practical (at least until goo is able to reuse a module). I started experimenting with samurui and currently my dev - circle looks like this: 1. Edit foo.goo (inside xemacs) 2. start my goo image: ~/goo/c/g2c-magic/g2c-magic 3. Use the file: (use mystuff/test/foo) 4. Quit goo repeat everything until I'm either satisfied with the result or annoyed by 2 - 4 :-( on samurui: =========== Why does (samurui-init) (present "Hello World") (samurui-go) do not work? I know one will almost always use more than just a label inside an window but I think it would fit into the design principles of samurui. And it makes for an impressivly short "Hello World" app. How can I: 1. Modify a label 2. Create and show one of the standard dialogs (open, save, print, color, font) 3. Modal / Modeless dialogs / More than one mainwindow 4. Gray out an control. I got more questions but I can't remember them right now :-( Cheers, Bene