realbasic-nug.fr
[Top] [All Lists]

Re: Gestion du clavier dans une ListBox (Re: Petites questions(suite))

To: REALbasic NUG French <realbasic-nug dot fr at lists dot realsoftware dot com>
Subject: Re: Gestion du clavier dans une ListBox (Re: Petites questions(suite))
From: Antoine Crêtaux <antoine at cretaux dot fr>
Date: Sat, 31 May 2008 18:55:49 +0200
Authentication-results: mx.google.com; spf=pass (google.com: domain of realbasic-nug dot fr-bounces at lists dot realsoftware dot com designates 66.116.103.65 as permitted sender) smtp dot mail=realbasic-nug dot fr-bounces at lists dot realsoftware dot com
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot fr at lists dot realsoftware dot com
References: <C4671288 dot 31BEB%fvanlerberghe at freegates dot be> <E0343BE3-7F51-4715-A575-C432A562CC1C at mac dot com> <10EF36DB-16C6-4F98-A1EB-63C080309061 at cretaux dot fr> <F75C40F5-B197-4C08-8041-9A7009C41FA9 at mac dot com>
Dans la doc ils disent

If Keyboard.AsyncKeyDown(123) then
    //do something with the left arrow key
end if
If Keyboard.AsyncKeyDown(124) then
  //do something with the right arrow key...
end if
If Keyboard.AsyncKeyDown(125) then
   //do something with the down arrow key...
end if
If Keyboard.AsyncKeyDown(126) then
  //do something with the Up arrow key...
end if
Cordialement
Antoine Crêtaux
antoine at cretaux dot fr





<Prev in Thread] Current Thread [Next in Thread>