Select All command
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Select All command
This is probably a very silly question with a simple answer... I have an Edit menu with a Select All command. That command should select all text in the field which currently holds the insertion point. I know the code for selecting text in a field is "select text of field", but how do you know which field is the current field or in other words, which field has the focus?
Re: Select All command
No questions are silly. Only answers.
Look up "the focusedObject" in the dictionary.
Craig Newman
Look up "the focusedObject" in the dictionary.
Craig Newman
Re: Select All command
Hi japino,
or even better -> the selectedfield
Best
Klaus
or even better -> the selectedfield

Best
Klaus