You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what RGB returns, but this works
t3.SetBackColor(RGB(1,0,0) )
But this fails
t4 = app.AddText(RGB(1,0,0))
Might be worth adding example to the docs
The text was updated successfully, but these errors were encountered:
Not sure what RGB returns, but this works
t3.SetBackColor(RGB(1,0,0) )
But this fails
t4 = app.AddText(RGB(1,0,0))
Might be worth adding example to the docs
The text was updated successfully, but these errors were encountered: