answer file under OSX El Capitan no longer has titlebar
Colin Holgate
colinholgate at gmail.com
Mon Apr 24 16:21:44 EDT 2017
I get the title prompt with answer too, without any workaround.
But talking about that for a moment, it would need to be this:
on mouseUp
local pp,myPath
put "I m the missing prompt" into pp
answer file pp with myPath titled pp
end mouseUp
In LiveCode 8 you can’t get away with:
put "I m the missing prompt" into pp
> On Apr 24, 2017, at 1:12 PM, hh via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> It's the answer file only, not the ask file:
>
> The following workaround is from a bug report, I can't
> remember the number and who found it (not me, at any rate).
>
> put "I m the missing prompt" into pp
> answer file pp with myPath titled pp
>
>
More information about the use-livecode
mailing list