Hello, may I ask how to use Vanilla to write the UI interface for filter plugins, which can achieve both selection and input functions in the UI? Is the selection function checkbox and input textbox
The complete Vanilla documentation is here:
https://vanilla.robotools.dev/en/latest/
For example, for creating a checkbox:
https://vanilla.robotools.dev/en/latest/objects/CheckBox.html
Also, look around Plugin Manager for a filter that does the same or similar stuff that you want, and observe the code.
By the way, could you make your thread titles shorter instead of repeating the same sentence please?
thanks very much
Yes, I know this, but putting checkboxes and textboxes together will result in an error
What error do you get? And how do you set up the checkboxes and textboxes?