Changing Text in Axis
10 May 2012 21:16 #19988
by mmt
Changing Text in Axis was created by mmt
Thanks for the help on maximizing axis window on opening.
Now....would someone be kind enough to tell me how to change the word "Coolant" and "Flood" on the Axis GUI to read something different?
Thanks,
Kent
Now....would someone be kind enough to tell me how to change the word "Coolant" and "Flood" on the Axis GUI to read something different?
Thanks,
Kent
Please Log in or Create an account to join the conversation.
10 May 2012 21:47 #19989
by BigJohnT
Replied by BigJohnT on topic Re:Changing Text in Axis
As in a different language or just a different word?
John
John
Please Log in or Create an account to join the conversation.
11 May 2012 01:42 #19993
by dgarrett
Replied by dgarrett on topic Re:Changing Text in Axis
Try adding lines like these to your ~/.axisrc file:
root_window.tk.call(".pane.top.tabs.fmanual.coolant","configure","-text","newtext1")
root_window.tk.call(".pane.top.tabs.fmanual.flood","configure","-text","newtext2")
root_window.tk.call(".pane.top.tabs.fmanual.mist","configure","-text","newtext3")
root_window.tk.call(".pane.top.tabs.fmanual.coolant","configure","-text","newtext1")
root_window.tk.call(".pane.top.tabs.fmanual.flood","configure","-text","newtext2")
root_window.tk.call(".pane.top.tabs.fmanual.mist","configure","-text","newtext3")
Please Log in or Create an account to join the conversation.
11 May 2012 13:26 #20003
by mmt
Replied by mmt on topic Re:Changing Text in Axis
Not a different language, just different text.
I will give that a try, but could you tell me where the .axisrc file is located? I performed an unsuccessful search for it.
Thanks
I will give that a try, but could you tell me where the .axisrc file is located? I performed an unsuccessful search for it.
Thanks
Please Log in or Create an account to join the conversation.
11 May 2012 13:36 - 11 May 2012 13:38 #20005
by BigJohnT
Replied by BigJohnT on topic Re:Changing Text in Axis
You have to create it and place it in your home directory. Don't forget the leading period when creating the file. It is just a text file so create it with gedit or similar.
.axisrc
Some good reading on this subject can be found here .
John
.axisrc
Some good reading on this subject can be found here .
John
Last edit: 11 May 2012 13:38 by BigJohnT.
Please Log in or Create an account to join the conversation.
11 May 2012 13:38 #20007
by andypugh
Replied by andypugh on topic Re:Changing Text in Axis
mmt wrote:
It s a hidden file, in your home directory. You might need to turn on "show hidden files" to see it.
It also doesn't exist until you create it (typically with gedit). However, didn't you use it to make the maximised-screen change?
could you tell me where the .axisrc file is located?
It s a hidden file, in your home directory. You might need to turn on "show hidden files" to see it.
It also doesn't exist until you create it (typically with gedit). However, didn't you use it to make the maximised-screen change?
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds