Hello.
While trying to solve a problem I had today I stumbled upon this help thread where user PGriffith gave an answer to a problem. In the code he posted, the last line of his code is
lbl3.setIcon
He uses the setIcon function on a label component. I dont see this function in the Ignition 7.9.9 documentation.
I was wondering if there is a source for API like this or at least where I can find an explanation.
At first I thought maybe it was a built in Java function that the Ignition label inherited, but I couldnt find that anywhere either.