R: Re: standalone

2011-10-11 Thread bacches...@tin.it


Messaggio originale
Da: b...@twft.com
Data: 11-ott-2011 18.37

A: How to use LiveCodeuse-livecode@lists.runrev.com
Ogg: Re: 
standalone

Is the space in which key a typo?

Bob


On Oct 11, 2011, 
at 9:17 AM, bacches...@tin.it wrote:

 hello all
 
 in an 
application i use the script 
 onkeydown Which key 
 if 
 
(chartonum (whichkey)) is not in uChiave then 
 . 
 

 ...
 
 and everything works fine
 but
 nothing works in 
the  
 “standalone”
 anyone can explain to me?
 
 kind regards
 
mario
 
 ___
 use-
livecode mailing list
 use-livecode@lists.runrev.com
 Please visit 
this url to subscribe, unsubscribe and manage your subscription 
preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing 
list
use-livecode@lists.runrev.com
Please visit this url to subscribe, 
unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode yes
hi Bob
yes 
all is correct  whichkey

mario



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: R: Re: standalone

2011-10-11 Thread Bob Sneidar
should be 

on keydown whichKey
...
end keyDown


On Oct 11, 2011, at 9:45 AM, bacches...@tin.it wrote:

 
 
 Messaggio originale
 Da: b...@twft.com
 Data: 11-ott-2011 18.37
 
 A: How to use LiveCodeuse-livecode@lists.runrev.com
 Ogg: Re: 
 standalone
 
 Is the space in which key a typo?
 
 Bob
 
 
 On Oct 11, 2011, 
 at 9:17 AM, bacches...@tin.it wrote:
 
 hello all
 
 in an 
 application i use the script 
 onkeydown Which key 
 if 
 
 (chartonum (whichkey)) is not in uChiave then 
 . 
 
 
 ...
 
 and everything works fine
 but
 nothing works in 
 the  
 “standalone”
 anyone can explain to me?
 
 kind regards
 
 mario
 
 ___
 use-
 livecode mailing list
 use-livecode@lists.runrev.com
 Please visit 
 this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing 
 list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, 
 unsubscribe and manage your subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode yes
 hi Bob
 yes 
 all is correct  whichkey
 
 mario
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


R: Re: R: Re: standalone

2011-10-11 Thread bacches...@tin.it


Messaggio originale
Da: b...@twft.com
Data: 11-ott-2011 18.54

A: How to use LiveCodeuse-livecode@lists.runrev.com
Ogg: Re: R: Re: 
standalone

should be 

on keydown whichKey
...
end keyDown


On 
Oct 11, 2011, at 9:45 AM, bacches...@tin.it wrote:

 
 
 
Messaggio originale
 Da: b...@twft.com
 Data: 11-ott-2011 18.37

 
 A: How to use LiveCodeuse-livecode@lists.runrev.com
 Ogg: 
Re: 
 standalone
 
 Is the space in which key a typo?
 
 Bob
 
 

 On Oct 11, 2011, 
 at 9:17 AM, bacches...@tin.it wrote:
 
 hello 
all
 
 in an 
 application i use the script 
 onkeydown Which 
key 
 if 
 
 (chartonum (whichkey)) is not in uChiave then 
 
. 
 
 
 ...
 
 and everything works 
fine
 but
 nothing works in 
 the  
 “standalone”
 anyone can 
explain to me?
 
 kind regards
 
 mario
 
 
___
 use-
 livecode 
mailing list
 use-livecode@lists.runrev.com
 Please visit 
 this 
url to subscribe, unsubscribe and manage your subscription 
 
preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode 
 
 
___
 use-livecode mailing 

 list
 use-livecode@lists.runrev.com
 Please visit this url to 
subscribe, 
 unsubscribe and manage your subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecodeyes
 hi Bob
 
yes 
 all is correct  whichkey
 
 mario
 
 
 
 
___
 use-livecode mailing 
list
 use-livecode@lists.runrev.com
 Please visit this url to 
subscribe, unsubscribe and manage your subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing 
list
use-livecode@lists.runrev.com
Please visit this url to subscribe, 
unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
on keydown 
whichKey
   if (chartonum(whichKey)) is not in uChiave then 
..

   pass keydown
end keydown

I do not receive any response from the 
keyboard
also about

put numToChar(90 -random(25)) into uLittera
   put 
numToChar(57 -random(9)) into uNumerus
and i want see uLitterauNumerus 
in a field

mario



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode