Ask a Question related to Macromedia Director Lingo, Design and Development.
-
rick@mcorp webforumsuser@macromedia.com #1
ESC key generating #range error
I've a projector which copies files using buddyApi to the user's hard drive.
In the .ini file I've set escape = 0 so the user can't press Esc to quit the CD.
Trouble is that if they do press Esc when the files are being copied it gives an error:
'handler not defined #range'
I've searched for 'range' through all my scripts & it doesn't exist. WTF is going on?
Any ideas??
cheers.
rick@mcorp webforumsuser@macromedia.com Guest
-
out of range error
I don't understand why this always happens, what am I doing wrong? I have a grid: <asp:datagrid id=dg runat="server" AutoGenerateColumns="False">... -
midl\oleaut32.dll : error MIDL2020 : error generating type library : LayOut failed : IXMLDOMNode
Hi there Im new to C++ and have inherited a C++ dll that wont compile. Its coplaing about the following midl\oleaut32.dll : error MIDL2020 :... -
#24909 [Fbk->Opn]: rand function with range always returns low value of range
ID: 24909 User updated by: a0 at hush dot com Reported By: a0 at hush dot com -Status: Feedback +Status: ... -
#24909 [Opn->Fbk]: rand function with range always returns low value of range
ID: 24909 Updated by: iliaa@php.net Reported By: a0 at hush dot com -Status: Open +Status: Feedback... -
#24909 [NEW]: rand function with range always returns low value of range
From: a0 at hush dot com Operating system: solaris 8 PHP version: 4.3.2 PHP Bug Type: Math related Bug description: rand... -
Ned #2
Re: ESC key generating #range error
I guess you'd better post this to buddyAPI's website/support
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"rick@mcorp" <webforumsuser@macromedia.com> a écrit dans le message de
news:bqnrbj$65i$1@forums.macromedia.com...
| I've a projector which copies files using buddyApi to the user's hard
drive.
| In the .ini file I've set escape = 0 so the user can't press Esc to quit
the CD.
| Trouble is that if they do press Esc when the files are being copied it
gives an error:
|
| 'handler not defined #range'
|
| I've searched for 'range' through all my scripts & it doesn't exist. WTF
is going on?
|
| Any ideas??
|
|
| cheers.
|
|
Ned Guest
-
rick@mcorp webforumsuser@macromedia.com #3
Re: ESC key generating #range error
Yeah thanks I'll do that.
Anyone else got any ideas?
cheers.
rick@mcorp webforumsuser@macromedia.com Guest
-
Mark A. Boyd #4
Re: ESC key generating #range error
On 04 Dec 2003, "rick@mcorp" [email]webforumsuser@macromedia.com[/email] wrote:
Does it work any better if you set 'the exitLock = 0' instead of escape? As> I've a projector which copies files using buddyApi to the user's hard
> drive. In the .ini file I've set escape = 0 so the user can't press
> Esc to quit the CD. Trouble is that if they do press Esc when the
> files are being copied it gives an error:
>
> 'handler not defined #range'
>
> I've searched for 'range' through all my scripts & it doesn't exist.
> WTF is going on?
you've written it, escape is simply a variable that has nothing to do with
a user hitting a key.
#range is commonly used as a property in getPropertyDescriptionList
handlers in behaviors on sprites, but I'm not sure how that would apply in
this situation. Don't forget to Compile All Scripts fairly often.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
rick@mcorp webforumsuser@macromedia.com #5
Re: ESC key generating #range error
Does it work any better if you set 'the exitLock = 0' instead of escape? As
I'm setting EscapeOk=0 in the ini file which prevents the Esc key exiting the CD as usual.
#range is commonly used as a property in getPropertyDescriptionList
Yep I know and this is the only place in my code where 'range' is present, very odd.
Still baffled.
rick@mcorp webforumsuser@macromedia.com Guest
-
Mark A. Boyd #6
Re: ESC key generating #range error
On 08 Dec 2003, "rick@mcorp" [email]webforumsuser@macromedia.com[/email] wrote:
Oh, yeah. I didn't catch that in your OP. Does it work if you comment that>
>
> Does it work any better if you set 'the exitLock = 0' instead of
> escape? As
>
> I'm setting EscapeOk=0 in the ini file which prevents the Esc key
> exiting the CD as usual.
line out of the .ini and put the exitLock line in your movie instead?
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest



Reply With Quote

