I would like to offer a widget in my extension that lets the user enter multiline text, like some lines of Python code. Is there anything existing that I could use? So far I have only found a single line string field.
Thanks for any help
Bruno
I would like to offer a widget in my extension that lets the user enter multiline text, like some lines of Python code. Is there anything existing that I could use? So far I have only found a single line string field.
Thanks for any help
Bruno
I found a solution, it is described here:Fields and Sliders — omni.kit.documentation.ui.style 1.0.3 documentation
Under Multiline String Field
Thanks
Bruno
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.