July 25, 20223 yr There is an event for the AS530 called AS530_CDI_Push. It's defined in the Mobiflight events file as AS530_CDI_Push#(>K:TOGGLE_GPS_DRIVES_NAV1), but it's not in the AAO event list (either by searching, or by manually looking at the HTML-Variables list). Any ideas? Edited July 25, 20223 yr by dlmorgan999
July 26, 20223 yr Commercial Member 6 hours ago, dlmorgan999 said: Any ideas? Just use the K- event? If you know the actual name of something (Lvar, HVar, K-Event, BVar), you can always wrap it into an RPN script - or add it to the AAO database (menu "Scripting", near the bottom). AAO doesn't have to 'know' it to use it. Those selection lists are just the SDK events and a couple of HVars that seemed convenient. Everything else you do with scripts or manual addition. The names of LVars, HVars, BVars are invented by the addon developers, there is no way that AAO could know them in advance. LORBY-SI
July 26, 20223 yr Author Ok - thanks. The idea of adding it to the AAO database sounds interesting. I'll check that out.
July 26, 20223 yr Commercial Member 40 minutes ago, dlmorgan999 said: Ok - thanks. The idea of adding it to the AAO database sounds interesting. I'll check that out. RPN scripts are usually the better choice. If the name of the item changes with an update, you only have to change the one script. Otherwise you'd have to add the new name to the database and then update all assignments that are using the old one. LORBY-SI
Archived
This topic is now archived and is closed to further replies.