FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
62 stars 15 forks source link

Missing function: Force focus ??? #120

Closed genebom closed 1 year ago

genebom commented 1 year ago

Missing function - setting the focus to a particular field.

The code : Text(field3TB) = x$

will display value of x$ in field3TB but cursor remains where it is.

Something like:

Focus(field3TB)

would be way helpful.

FellippeHeitor commented 1 year ago
SetFocus field3TB