Re: Choose from list goes out of screen range
Re: Choose from list goes out of screen range
- Subject: Re: Choose from list goes out of screen range
- From: Jan Bultereys <email@hidden>
- Date: Mon, 23 Jul 2007 10:18:19 +0200
- Thread-topic: Choose from list goes out of screen range
Well just to let you know, if you want an error..... Just replace 2000 with
10000...
Make sure you don't have any applescript project open because you will have
to force quit the editor.
Best regards,jan
> From: Emmanuel <email@hidden>
> Date: Fri, 20 Jul 2007 16:33:56 +0200
> To: "email@hidden" <email@hidden>
> Subject: Re: Choose from list goes out of screen range
>
> At 3:25 PM +0200 7/20/07, Jan Bultereys wrote:
>>
>> Hi Guys, Bill...
>>
>> Can you tell me what result you get with this? This gives me the 'out of
>> range' result.
>>
>> set listTest to {}
>> repeat with i from 1 to 2000
>> set temp to (i & " AddSomeTextToItToMakeItALittleBigger" as text)
>> copy temp to end of listTest
>> end repeat
>> choose from list listTest
>
> This definitely goes far beyond my screen's bottom edge. Scary ...
>
> That said, if I double-click one of the items I can reach, or if I
> press escape, I get the expected result - no 'out of range' or error
> of any kind.
>
> What about filing a bug?
>
> Emmanuel
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> edepot.com
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden