12-06-2022
06:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-06-2022
06:26 PM
Okay, so
Turns out the issue was simply trying to declare oStyle before the textbox had been created.
I've currently changed it so that it's just doing
oTextBox.Style.FontSize = 1
oTextBox.Style.Color = oRed
But my issue now is, how do I change the text within the new textbox without affecting other textboxes that already exist on the drawing?