Python code to open Textport as a floating window

Hey!

I’m used to press F4 to open the Textport as a floating window, to monitor some of my python script logs. But today I need to automatically open the Textport as a floating window when launching a project with Touchplayer.

I was thinking about a python line in a DAT execute on start, but I can’t find the proper way to do it… Could someone point me in the right direction?

Thanks!

Hi,

ui.openTextport()

More useful info is here:

https://docs.derivative.ca/UI_Class

Works like a charm.
Thanks a lot @flowb