How Open pop up on double click of Expression and On change of check box in traditional
Hi Anuli,
Please check attached OML for solution
Regards
Shradha
HiYou can create a variable of type Boolean to make the pop up visible or not. Set the variable to make the popup invisible. In the On change event in the checkbox, change the variable you created earlier.
If the variable is True, then set it to False.. If the variable is false, then set it to True.
I Hope it helps
Hi,
I want to do it in Traditional Application.
Thanks,
Hello,
Create a popup give widget id =checkbox id
use on notify action to close it
Hi Shradha,
I am getting this error - An exception occurred in the client script. Error: Popup link id must be the id of a Link or Button Widget with Method Navigate.
Thanks .
Thanks Shraddha
Hi @Anuli Hande,
Please refer attached OML.
Hope this helps!