bpahe
Resource contributor
- Messages
- 335
- Country

There are several ways this could be approached, but the simplest would be to simply animate the knobs and create mouse points to transmit the commands to the gauge.
This is done by using the same L:vars that your friend uses in the gauge, assuming that he's using XML code. For interfacing model XML to C guages is also possible, but considerably more complicated...![]()
Hi!
This message is a followup to a reply that n4gix gave me a while ago. Well, the time is here to dig a little deeper into this. I have the XML-code that the gauges are created with, and in some way I should use the L:vars from the XML-code. But how? For instance, look at the code posted below;
Code:
<!-- ============= ON - OFF Button ============= -->
<Area Left="8" Top="57" Width="10" Height="11">
<Cursor Type="Hand"/>
<Click>(L:EV97_RADIO_ON_OFF_button,bool) ! (>L:EV97_RADIO_ON_OFF_button,bool) 0 (>L:EV97_SQVLVX_button,enum) 0 (>L:EV97_MHz_KHz_button,bool)</Click>
</Area>
This is not the entire gauge code, I just borrowed the on-off function button to have an example to work with. I asume that it is the code between the click-tags that somehow should be transfered to my makemdl.parts.xml?
/hans
