Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi all,
I would like to know if there are possibility to change my screen from a click on marker on my map
I have a map in my mashup and there is one marker.
I want to insert other marker and when I click in other marker my mashup change to other mashup like if the marker was a function "go to display button"
Regards,
Leonardo.
You need to assign an infotable to the Map, so you can include a MashupName Column in this infotable, and when you select a Maker in the Mashup, surely you can navigate to a new mashup.
You can put the Map in left side, and bind the selectedRow MashupName property to the ContainedMashup widget on the right, making the Map work as a Menu;
Or you can assign the selectedRow MashupName property to a Navigate widget, and bind some event to trigger the widget.