AS2 selection.setFocus (someTxt); someTxt field would be selected with cursor in field.
AS3 someTxt.setFocus(); focused on but not with cursor in field.
How to do? I have tried many things. Ahhhh the little things.
AS2 selection.setFocus (someTxt); someTxt field would be selected with cursor in field.
AS3 someTxt.setFocus(); focused on but not with cursor in field.
How to do? I have tried many things. Ahhhh the little things.
:: Copyright KIRUPA 2024 //--