September 3, 200718 yr I'm trying to send a Release_Droppable_Objects event to FSX, but I'm not getting it to work. Any Ideas?I've defined the event as follows: hr = SimConnect_MapClientEventToSimEvent(hSimConnect, EVENT_DROP_OBJECT,"release_droppable_objects");and subsequently sent the event: SimConnect_TransmitClientEvent(hSimConnect, 0, EVENT_DROP_OBJECT, 0, SIMCONNECT_GROUP_PRIORITY_DEFAULT, SIMCONNECT_EVENT_FLAG_GROUPID_IS_PRIORITY);but nothing happens.(Just to confirm the obious, the mission does have droppable objects and + drops one properly, but the code doesn't achieve anything)What am I doing wrong?MRG
September 6, 200718 yr HiTry setting the priority to highest, I have had trouble when trying to send events using anything lower.Hope this helps,Klas Klas Member of AVSIM's Around the World Race Team
September 6, 200718 yr I've also ran into issues with events - I found what works best for me is to send the keystroke that actually triggers the event. That seems to be much more reliable, especially with multiple simconnect clients running.Hope this helps,Etienne
Create an account or sign in to comment