UI questions
-
Hi there !
I'm currently writing a small scprit to quickly test fonts in pages.
The parameters are: the name of the font, the size, and the width of the column. (and eventually the number of columns in the page)
For now I have a script that works, but I would like to add some UI, to make it easier to use.
I've looked around, in the documentation and on the forum, and I have a few issues:
What are all the types of UI that we can manipulate in drawbot, and what are the parameters to create one, and to get the input back?
also, is it possible to use tkinter, since i found out that it is the most powerful UI tool in python, or is it useless?
thanks in advance!
-
-
If a very basic UI is sufficient, maybe you can use the Variable() funtion?
-
@monomonnik Once again, thank you very much, I will read about Vanilla.
-
@crackheroine I have little experience with creating UI for DrawBot, and no experience with Vanilla or tkinter. So, I would love to see your results here, if you are willing to share.