View Single Post
Error Message 'Cant locate auto.....'
Old 09-12-2006, 03:06 PM   #1 (permalink)
 
Wild.Bill.Kelso's Avatar
Wild.Bill.Kelso
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,881
Wild.Bill.Kelso is on a distinguished road
Default Error Message 'Cant locate auto.....'

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.
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline   Reply With Quote