Using selectIput() and/or selectOutput() with return/enter key
in
Programming Questions
•
1 year ago
I've noticed on my Mac (running Lion) that if I use selectInput() or selectOutput() and hit the OK button, the file path is loaded properly, but if I hit enter/return (which I usually do) that nothing is returned. It doesn't return a null string (as when the process is canceled) it just goes on like nothing happened.
Could this have to do with my having a keyPressed() function in my code? Is this a bug? Just the way it is? Workaround?
Could this have to do with my having a keyPressed() function in my code? Is this a bug? Just the way it is? Workaround?
1