How to get the focus on button widget on click of link in kony studio 6.0?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi @Reem Nvvv​

You can use setFoucs() method of the widget to set the focus on it.

FormID.btnID.setFocus(true);