In a message regarding Where is the error ? dated Mon, 5 Jun 2006 15:53:41
+0400, Tehenne said that ...
> In the Event Handlers of this window, I have only this :
No, this, which should be equivalent on Win32, doesn't work on Windows
either:
if Keyboard.ControlKey then
select case key
case "p"
if keyboard.shiftKey then
StaticText1.text="big P "
else
StaticText1.text="little p"
end
case "m"
StaticText1.text="Ok"
end select
end
--
Steve Garman
Using REALbasic 2006r2 Professional on Windows XP Pro
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>