arrowkey bug?

2004-12-03 Thread Klaus Major
Hi friends, i had a script for arrowkeys like (a little abbreviated, the syntax is correct in my script, of course!): on arrowkey what switch what case "up" do1 break "down" do2 "left" do3 "right" do4 end... end ... There were NO other scripts that could i

Re: arrowkey bug?

2004-12-03 Thread Dar Scott
On Dec 3, 2004, at 10:07 AM, Klaus Major wrote: on arrowkey what switch what case "up" do1 break "down" do2 "left" do3 "right" do4 end... end ... Do you have 'break' in all the right places in the real script? Dar D

Re: arrowkey bug?

2004-12-03 Thread Klaus Major
Hi Dar, On Dec 3, 2004, at 10:07 AM, Klaus Major wrote: on arrowkey what switch what case "up" do1 break "down" do2 "left" do3 "right" do4 end... end ... Do you have 'break' in all the right places in the real script? From my last mail: i had a script for arro

Re: arrowkey bug?

2004-12-03 Thread Dar Scott
On Dec 3, 2004, at 10:37 AM, Klaus Major wrote: i had a script for arrowkeys like (a little abbreviated, the syntax is correct in my script, of course!): c'mon Dar, i wasn't born yesterday :-D Yeah, I saw the caveat. Well, for me, I might _know_ what it should be, but be completely blind to w

Re: arrowkey bug?

2004-12-03 Thread Mark Talluto
On Dec 3, 2004, at 9:07 AM, Klaus Major wrote: on arrowkey what switch what case "up" do1 break "down" do2 "left" do3 "right" do4 end... end ... I am using it currently in one of my projects and it is working as it should. Any chance you could post the actu

Re: arrowkey bug?

2004-12-03 Thread Scott Rossi
Recently, Klaus Major wrote: > i had a script for arrowkeys like (a little abbreviated, the syntax > is correct in my script, of course!): > > on arrowkey what > switch what > case "up" > do1 > break >"down" > do2 >"left" > do3 >"right" > do4 > end... > end ...

Re: arrowkey bug?

2004-12-03 Thread Klaus Major
Hi Mark, On Dec 3, 2004, at 9:07 AM, Klaus Major wrote: on arrowkey what switch what case "up" do1 ... end ... I am using it currently in one of my projects and it is working as it should. Hmm, congrats :-) Any chance you could post the actual code? :-) on arrowkey was put was ## res

Re: arrowkey bug?

2004-12-03 Thread Klaus Major
Hi Scott, Recently, Klaus Major wrote: i had a script for arrowkeys like (a little abbreviated, the syntax is correct in my script, of course!): on arrowkey what switch what case "up" do1 break "down" do2 "left" do3 "right" do4 end... end ... There were NO other scri

Re: arrowkey bug?

2004-12-03 Thread Robert Brenstein
Any chance you could post the actual code? :-) on arrowkey was put was ## resulted in the correct arrowkey, and ONLY ONE switch was case "up" put "erste" into derbutton break case "right" put "naechste" into derbutton break case "down" put "letzte" into derbutton b

Re: arrowkey bug?

2004-12-03 Thread Klaus Major
Hi Robert, Any chance you could post the actual code? :-) on arrowkey was put was ## resulted in the correct arrowkey, and ONLY ONE switch was case "up" put "erste" into derbutton break case "right" put "naechste" into derbutton break case "down" put "letzte" into derb

Re: arrowkey bug?

2004-12-03 Thread Mark Talluto
On Dec 3, 2004, at 10:19 AM, Klaus Major wrote: This script work with key "left" and "right" as exspected... With "up" the "left" with "down" the "right" is also executed immediately... I know that you have a working solution. For fun, my first guess is that something else is trapping the up and

Re: arrowkey bug?

2004-12-03 Thread Dar Scott
"up" and "down" but never "left" or "right". If I suspend dev tools, I do get "left" and "right" and a command put into the command field of the message box. In neither case do I get multiple hits. My card script: on arrowkey wa

Re: arrowkey bug?

2004-12-03 Thread Klaus Major
Hi Mark, On Dec 3, 2004, at 10:19 AM, Klaus Major wrote: This script work with key "left" and "right" as exspected... With "up" the "left" with "down" the "right" is also executed immediately... I know that you have a working solution. For fun, my first guess is that something else is trapping t

Re: arrowkey bug?

2004-12-03 Thread Klaus Major
Hi Dar, On Dec 3, 2004, at 11:19 AM, Klaus Major wrote: This script work with key "left" and "right" as exspected... With "up" the "left" with "down" the "right" is also executed immediately... On my system (OS X 10.3.6 with US keyboard), I get "up" and "down" but never "left" or "right". ??? If

Re: arrowkey bug?

2004-12-03 Thread Mark Talluto
of the message box. In neither case do I get multiple hits. My card script: on arrowkey was put was & "; " after message end arrowkey Bug? On my system I have disabled in Rev's Prefs the ability to navigate cards via the arrow keys. Maybe this has a positve/negative effect

Re: arrowkey bug?

2004-12-03 Thread Dar Scott
On Dec 3, 2004, at 2:42 PM, Mark Talluto wrote: On my system I have disabled in Rev's Prefs the ability to navigate cards via the arrow keys. Maybe this has a positve/negative effect related to this. Doh! ___ use-revolution mailing list [EMAIL PROTECTE