Refresh icons on button bar
Moderators: Hacker, petermad, Stefan2, white
Refresh icons on button bar
Hello everyone
Is there any chance to refresh icons on button bar?
Is there any chance to refresh icons on button bar?
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Click on 'configuration->change buttonbar'. All of the icons are reloaded and displayed - if they are in the rigth location .
Sometimes I have the problem copying my TC to anoher location while the links to the icons point to 'nowhere'. Adopting the *bar file and placing the icons in the right place they are still not displayed until you click on each button for change an okay as Lefteous described. Or open 'change Buttonbar' dialog.
sheepdog
Sometimes I have the problem copying my TC to anoher location while the links to the icons point to 'nowhere'. Adopting the *bar file and placing the icons in the right place they are still not displayed until you click on each button for change an okay as Lefteous described. Or open 'change Buttonbar' dialog.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
yes, i can. but i write now script which will be burn disc from command line (it will be with button in tcmd of course), so when script will be running (burning disk) i want chance icon via script (it will be hmm a cross
. but when i chance path via script in default.bar there is no result in program 
...sorry for my english


...sorry for my english
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
2monotyp
Download "TC Script Editor" and save the following script as a TC script file (tcs).
I have tested the script.
Make the desired changes to the buttonbar button and launch TCScript with the /run parameter to call the script at the end of your batch file which calls the burning application.
It seems as if you want to it automatically. Here is way to do it:yes, i can. but i write now script which will be burn disc from command line (it will be with button in tcmd of course), so when script will be running (burning disk) i want chance icon via script (it will be hmm a cross . but when i chance path via script in default.bar there is no result in program
Download "TC Script Editor" and save the following script as a TC script file (tcs).
Code: Select all
PostCmd(cm_ButtonConfig);
SendVKey(9, 2);
SendVKey(13, 2);
Make the desired changes to the buttonbar button and launch TCScript with the /run parameter to call the script at the end of your batch file which calls the burning application.