Please, MC/Linux experts:
try to build a little stack (1 btn, 2 flds) on the linux platform
the script of the btn:
on mouseup
put "all mc/linux people are very friendly an helpful" into fld 1
ask file "Which?" with "Zitate"
if it is empty then exit mouseUp
put it into tpath
open file tpath for write -- as Andu advised (I had: open file tpath)
put the result into fld 2
write fld 1 to file tpath
put return & the result after fld 2
close file tpath
put return & the result after fld 2
end mouseup
make the stack a standalone
on my computer there is no reaction: the dialog box, whick shows the
list of folders or files, does not appear, there are no messages in fld
2.
I do not think, that there is a writing permission problem (the guess of
Pierre), because the script apparently does not work from line 2 of it.
Is there a bug in the standalone builder for linux or is there something
wrong in the script? What?
Thanks in advance
Christoph
This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm