squirreltown
13 years agoRoku Guru
TextScreen
Discovered on the Wiki there is something called a roTextscreen, can someone post how to use it?
this doesn't work, and none of the links work on the wiki.
thanks
Edit - found the IfTextScreen page, still doesn't show when called from an info dialog button. (have all the colors set in theme)
this doesn't work, and none of the links work on the wiki.
thanks
Edit - found the IfTextScreen page, still doesn't show when called from an info dialog button. (have all the colors set in theme)
Function Textscr()
texscr = CreateObject( "roTextScreen" )
texscr.setmessageport(m.port)
texscr.SetTitle("TITLE")
texscr.SetHeaderText("HEADER")
texscr.SetText("testtestetste")
texscr.show()
End Function