Computer Science Canada GUI - small nitpicky problem |
Author: | plainjane [ Sat Jan 10, 2004 10:15 pm ] |
Post subject: | GUI - small nitpicky problem |
i am writing an email program (due Monday! me procrastinator ![]() when u finish typing ur name/ pass, u click on either button. just wondering if there's a way to select OK by pressing enter (without clicking) after u finish typing... and no, GUI.CreateButtonFull (x, y, ...etc..., true) does NOT work |
Author: | Tony [ Sat Jan 10, 2004 10:24 pm ] | ||
Post subject: | |||
ask KK - he's in your class (I think) ![]() now if shortcuts dont work (you might have to have Alt or Ctrl as part of it) then you can check for it yourself in the driver loop
if you dont know how to use Input.KeysDown, read a tutorail on it (we have tutorails on everything ![]() |
Author: | plainjane [ Sun Jan 11, 2004 1:01 am ] |
Post subject: | |
thank you! The bad news: my version of turing doesnt have that, nor doesthe one at school... but thanks anyway... and yes, kk sits beside me ![]() |