Hi everybody,
I was wondering if there's any way to set the background colour of RoboDK through Python. I know you can change it manually by going to Tools-Display but I want to program it automatically.
Thank you all.
Already solved sorry, I had review the API before posting the thread but I have checked now again and by doing:
RDK.Command("ColorBgBottom" or "ColorBgTop", "Colour")
Changes the top/bottom background color and solves the thread.
Apologize and I hope someone needs someday.
I was wondering if there's any way to set the background colour of RoboDK through Python. I know you can change it manually by going to Tools-Display but I want to program it automatically.
Thank you all.
Already solved sorry, I had review the API before posting the thread but I have checked now again and by doing:
RDK.Command("ColorBgBottom" or "ColorBgTop", "Colour")
Changes the top/bottom background color and solves the thread.
Apologize and I hope someone needs someday.