Simple AddKeyboardShortcut() problem
Posted: Mon May 16, 2005 6:15 pm
				
				I have a String box and an Enter button and I want to press 'ENTER' on my keyboard and have the Enter button on my window (effectively if not literally) pushed.
I've seen the examples and they work as examples, but none of my adaptations work. I have to keep bringing focus back to the String Box using ActivateGadget(), is this incompatible with a shortcut?
The string box allows the user to type in a value (like a calculator) and the enter button/key accepts the value. Can this be done?
Also, my window was designed and stored as a separate include file. Does this make a difference?
Thanks.
			I've seen the examples and they work as examples, but none of my adaptations work. I have to keep bringing focus back to the String Box using ActivateGadget(), is this incompatible with a shortcut?
The string box allows the user to type in a value (like a calculator) and the enter button/key accepts the value. Can this be done?
Also, my window was designed and stored as a separate include file. Does this make a difference?
Thanks.