06-12-2008 01:09 AM
06-18-2008 06:53 AM
06-18-2008 07:14 AM
07-23-2008 09:31 AM
07-23-2008 09:46 AM
Hi there
lets say:
FP1 holds control C1 and refnum REF(C2)
FP2 holds control C2
User presses C1, so FP1 has focus.
I would not expect that behaviour, because the RETURN is stolen by the refnum REF(C2), NOT the control C2. C2 is placed on FP2 which is NOT in focus, because FP1 has focus.
"You cannot set the same key navigation to more than one control and for the string control it is by default set to return."
Yes, i can set the same key navigation, just in case the two controls are on different FPs, because only one FP has focus at any time, and this is the case.
I just don't get why a refnum catches the controls associated key stroke.
07-24-2008 12:47 AM