Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.
<Macro Name="LSO_ON">(L:LSO, bool) 0 ==
if{
(>K:PANEL_4)
1 (>L:LSO, bool)
}
els{
}
</Macro>
<Macro Name="LSO_OFF">(L:LSO, bool) 1 ==
if{
(>K:PANEL_4)
0 (>L:LSO, bool)
}
els{
}
</Macro>
//--------------------------------------------------------
[Window03]
Background_color=0,0,0
size_mm=128,128
window_size_ratio=0.200
position=2
visible=1
ident=10004
window_size= 0.290, 0.295
window_pos= 0.050, 0.190
gauge00=Swordfish!LSO.xml, 0,0,128,128
gauge01=Swordfish!FDO.xml, 0,0,1,1
//--------------------------------------------------------
Don't forget to copy the FDO.xml into the Swordfish - folder
[Window Titles]
rename Window02=LSO to Window03=LSO
<Macro Name="LSO_ON">(L:LSO, bool) 0 ==
if{
(>K:PANEL_4)
1 (>L:LSO, bool)
}
els{
}
</Macro>
<Macro Name="LSO_OFF">(L:LSO, bool) 1 ==
if{
(>K:PANEL_4)
0 (>L:LSO, bool)
}
els{
}
</Macro>
(>K:PANEL_4) against (>K:PANEL_3)
as far as i remember window00 is linked to (>K:PANEL_1)
so window02 is to (>K:PANEL_3)
and
so window03 is to (>K:PANEL_4)
so you can change [window..] or (>K:PANEL_x)
it's up to you!
one probleme, different solutions as always!