Axis color change with .axisrc;
03 Dec 2016 00:13 - 03 Dec 2016 02:33 #83606
by C_M_H
Axis color change with .axisrc; was created by C_M_H
Based on info found in this forum I've been able to change the background & foreground color of the G-code window in Axis.
I find the darker BG much easier on my eyes.I used this in my .axisrc file;
root_window.tk.call(pane_bottom+".t.text","configure"
,"-background","black")
root_window.tk.call(pane_bottom+".t.text","configure"
,"-foreground","steelblue1")
It works great.
I cannot however figure out how to access the other components of Axis. I tried substituting "pane_top" for "pane_bottom", but no luck. I suspect the same logic would apply, but can't find any info on what the various parts I'm trying to change are named.
Does anyone know, or could point me in the right direction?
Thanks
I find the darker BG much easier on my eyes.I used this in my .axisrc file;
root_window.tk.call(pane_bottom+".t.text","configure"
,"-background","black")
root_window.tk.call(pane_bottom+".t.text","configure"
,"-foreground","steelblue1")
It works great.
I cannot however figure out how to access the other components of Axis. I tried substituting "pane_top" for "pane_bottom", but no luck. I suspect the same logic would apply, but can't find any info on what the various parts I'm trying to change are named.
Does anyone know, or could point me in the right direction?
Thanks
Last edit: 03 Dec 2016 02:33 by C_M_H. Reason: Corrected spelling
The following user(s) said Thank You: jtc, cncnoob1979
Please Log in or Create an account to join the conversation.
Time to create page: 0.119 seconds