On Sun, 9 Apr 2000, Christoph Wollek wrote:
> I have a problem with ask file in Linux-standalone.
>
> My script:
>
> ask file "Namen?" with "Zitate"
> put it into tpath
> open file tpath for write
> write fld 1 to file tpath
> put return & the result after fld 2
> close file line 1 of the openFiles
> answer "Der exportierte Text wurde unter " & quote & fld 1 & quote
> & " abgespeichert."
>
> That script works fine on the Mac, Win (in both in the normal stack and
> in a standalone).
> With Linux it works fine in a normal stack but in the standalone not.
>
> In the Linux-standalone appears the file-dialog-box with the title "Save
> File"
> (in the stack: Save)
> The fields File Filter:, Directories: and Files: are empty
> The btns Save, Filter, Cancel, Help are enabled.
>
> Clicking on the X up in the right corner the file-dialog-box disappears
> and I
> get the message: Der exportiere Text wurde unter "ask file
>
> Text of fld 1 is indeed in a file "ask file" in the folder where the
> standalone is placed.
> What is wrong with my script?
Sounds like a version mismatch between the engine and the file
selector. Try using the "resource mover" to delete your old dialogs
and then again to move new versions of them into your stack.
Regards,
Scott
> Thanks in advance!
>
> Christoph
********************************************************
Scott Raney [EMAIL PROTECTED] http://www.metacard.com
MetaCard: You know, there's an easier way to do that...
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.