April 19, 200323 yr Hello all,I've been developing gauges in XML for a couple of months now, and I seem to understand how to do much of what I want to do. However, there's this one nagging issue that I can't seem to resolve...I can't ever get the && operator to work. The gauge will end up not even displaying if I use that operator anywhere in it. Has anyone else had a problem here? All of the other operands work just fine. Is there something obvious that I'm missing? Here's an example of what I'm trying to do:(L:Power Available,bool) (A:Avionics Master Switch,bool) &&Can anyone help me understand why a line like this will work in the 747 gauges but will render mine useless?Thanks,Matt
April 19, 200323 yr Due to special meaning of & you have to use the special characters &(as desribed in the SDK and xmlgau01.zip)(L:Power Available,bool)(A:Avionics Master swich,bool)&&Arne Bartels
Create an account or sign in to comment