Halo MC/Linux experts, I badly am in need of Your skills.
My problem:
there is a stack with btn "click" an 2 flds
the script of btn click:
on mouseup
put "the red fox jumps over the small wall" into fld 1
ask file "Which?" with "Zitate"
if it is empty then exit mouseUp
put it into tpath
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
Clicking the btn all is running as expected. But when I create from this
stack a standalone it only on the Mac an under Windows acts right (the
text of fld 1 is exportet to file "Zitate" in the selected folder), but
not under Linux! From line 2 is in the standalone no reaction: the
dialog box, which shows the list of folders or files, does not appear;
the message in fld 2 is:
can�t open that file
File ist not open for write
file is not open
Is there a bug in the Linux-standalonebuilder or is the script wrong?
How should the script be?
Thanks in advance.
Christoph