cb65 86 Posted January 12, 2019 Hello, Is there a way to disable mouse click on a map control in a dialog without disabling the whole map control ? Share this post Link to post Share on other sites
Play3r 147 Posted January 12, 2019 https://community.bistudio.com/wiki/userInputDisabled that is the only one i know off. 1 Share this post Link to post Share on other sites
pierremgi 4864 Posted January 12, 2019 Don't! Except if you have a workable mean to exit the map without user input... use the UI EHs: https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onButtonClick 1 1 Share this post Link to post Share on other sites
cb65 86 Posted January 12, 2019 5 hours ago, pierremgi said: Don't! Except if you have a workable mean to exit the map without user input... use the UI EHs: https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onButtonClick @pierremgi Thanks. Going to try this. https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onMouseButtonDown Cheers. Share this post Link to post Share on other sites
killzone_kid 1330 Posted January 12, 2019 That KK's post has nothing to do with the map. Try onMapSingleClick {true}; 1 1 Share this post Link to post Share on other sites
cb65 86 Posted January 12, 2019 5 minutes ago, killzone_kid said: That KK's post has nothing to do with the map. Try onMapSingleClick {true}; just missed each other hehe. Thanks KK. Share this post Link to post Share on other sites
cb65 86 Posted January 12, 2019 37 minutes ago, killzone_kid said: Try onMapSingleClick {true}; This worked thanks again KK Spent awhile trying to solve this and it turned out to be as simple as that Cheers. Share this post Link to post Share on other sites
redarmy 422 Posted March 21 On 1/13/2019 at 6:10 AM, killzone_kid said: That KK's post has nothing to do with the map. Try onMapSingleClick {true}; I literally love you. 7 years....7 years... i tried to resolve this issue. Having looked at the example on the wiki i realise now i was looking at syntaxes designed for previous Arma games and not understanding why various attempts worked. finally i can use high command without loosing my mind as a vehicle commander! Share this post Link to post Share on other sites