You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've talked before about having a nice UI for dynamically picking text locations. A simpler approach (and easier to implement) would be to allow a template to designate its own regions of interest. The UI for creating macros can still be simple (just some text fields) and a go button, but instead of fixed top/bottom locations we could have those fields point to specific targets.
Add data to the template record to record locations where text should go.
When creating a macro, populate the text fields based on the template's locations.
Include those locations in the text lines when creating the macro.
The text was updated successfully, but these errors were encountered:
We've talked before about having a nice UI for dynamically picking text locations. A simpler approach (and easier to implement) would be to allow a template to designate its own regions of interest. The UI for creating macros can still be simple (just some text fields) and a go button, but instead of fixed top/bottom locations we could have those fields point to specific targets.
The text was updated successfully, but these errors were encountered: