After working on my A10 profile yesterday and testing last night, I started receiving this error:
I had this error with these buttons in the profile which were duplicates:
Code:
[new-button]
name = Jump_to_CombatTab_1
type = button
tabname = VHF
xpos = 483
ypos = 22
layer = 0
image_file = Lomac-A10-wbk\Flight\Jump_to_CombatTab.gif
select_tab = Combat
macro = {F1}
[end-button]
[new-button]
name = Jump_to_CombatTab_1
type = button
tabname = UHF
xpos = 483
ypos = 22
layer = 0
image_file = Lomac-A10-wbk\Flight\Jump_to_CombatTab.gif
select_tab = Combat
macro = {F1}
[end-button]
I changed the second button's name suffix to '_2' and the error went away.
--------------
Then I had this new button I added. I noticed that if I change the '_1' in the name to '_2' it fixes the problem:
Code:
[new-button]
name = VHF_Jump_to_FlightTab_1
type = button
tabname = UHF
xpos = 483
ypos = 74
layer = 0
image_file = Lomac-A10-wbk\Combat\Jump_to_FlightTab.gif
macro = {F1}
[end-button]
I did a search for that button name and that is the only one in the profile. So, it's not a duplicate button name. I though you had made a procedure to make all the names unique anyways, so dups should not be an issue.