Hi,
I am rather new to ExB so this might just be a tivial issue for some...
I've a built a custom widget that do a few things on a map - this is all good. However as per client's request we need to add the Measure tool to the Map Widget.
I would like my custom widget to know when the user opens the Measure tool or vica versa if that is possible.
I understand that there are ways to send Messages and Actions out from a custom widget - that is fine. Not sure how I should configure the Map widget in EXB to receive such message or send one out when the user opens the Measure tool..
I'd be happy to see a trigger that can be raised in the Map widget's Trigger section related to these - but its not there - the only two option there is "Extent change" and "Record selection change".
All I need to do is to have my Widget panel closed when the user opens the Measure tool.
So what I would like to know if there is any way to implement this at all? If it is then what is the best architecture to achieve this?
Obviously if there were a measure widget available that I can just put under the Widget controller where my custom widget is then there would be no issue as that I can configure to have only one widget open at one time. But I cannot see the Measure widget as an available option.
Thank you