Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello,
I am facing an error when i try to use pop-up from a collection (mashup inside collection contain a button that open a pop-up). If i try to zoom in or zoom out, the pop-up is closing.
Do you know if collection is refreshing on zoom action or what i can solve this issue?
Thank you in advance,
Alex
Yes, the collection widget refreshes child mashup when we zoom in or zoom out.
Instead of a button in child mashup, you can look into collection events that can satisfy your requirement. Maybe when right clicked / double clicked open popup from main mashup
/VR
There is a collection mashup that contain more widgets and buttons. I can not use cellClick because i want the mashup /pop up to appear only when button is clicked.
Hello Alex,
The trick is to pull the event outside of your collection. You can try it by
To clarify option (2), the control flow will be the following: [Button click inside collection] --triggers--> [Expression, which generates a random number or the current timestamp in milliseconds] --output--> [Session variable "buttonClicked"] --triggers--> [Expression in the outer mashup, which is configured to fire on data change] --OnChange event triggers--> [Navigation widget in the outer mashup, which displays your popup].
/ Constantine
Hi,
I agree with @Constantine, the same kind of work around which we implemented in past and worked fine for me. I just back tracked those details and attached for the same scenario in another case. Kindly find the below link to find the references. It may help you.
Thanks & Regards,
Arun C