Set focus on VCB

I am developing a tool that will allow the user to select a point and once a point is selected user will enter few values in VCB. I want to manually set the focus to VCB once the point is selected. I couldn’t find any API to set focus to VCB? Is there a way to achieve this?

There is no such method. Like in the native tools, you do not need to focus the VCB, you have to start typing without “bringing a cursor” over the VCB.

Check this methods:
Tooll#enableVCB-instance_method
Tool#onUserText-instance_method

(I moved your topic to right category…)

3 Likes