Re: Display dialog Return - Bug or Feature?
Re: Display dialog Return - Bug or Feature?
- Subject: Re: Display dialog Return - Bug or Feature?
- From: Timothy Bates <email@hidden>
- Date: Mon, 12 Aug 2002 18:16:51 +1000
>
[unexpectedly, users can enter returns into dialog boxes]
>
'text returned' of the result gives you the whole thing, return included,
>
To avoid the danger of getting unexpected results, I plan to use 'last
>
paragraph of text returned of result' ..
Bet its a unix line end bug? But users might also find their answer
disappear, hit the up-arrow, and see their anser reappear, then hit submit.
In that case, getting the last para would give the wrong answer.
I would say:
set parcount to bad
while paracount bad
set resp to disp dialog ""
set paracount to paras of resp
end
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.