First attempt at doing a DesktopX item
Hi. I've finally decided to try my hand at making a desktopX object. I'm already having problems with the script coding.
I'm trying to make a text object that will take a value in a variable and display it as text on the desktop. A rate value is added to the variable every second and is updated every second. The question I have is: how do you get it to display as text on the desktop? The tutorials didn't help me out at all. I tried object.Text(myVariable), but I kept getting errors with it.
Thanks in advance.