16
Views
7
Comments
Solved
How To open Pop-up on double click and On change of check box in traditional
Application Type
Traditional Web

How Open pop up on double click of Expression and On change of check box in traditional 

2024-07-16 17-36-51
Shradha Rawlani
Solution

Hi Anuli,

Please check attached OML for solution

Regards

Shradha

Popup.oml
UserImage.jpg
Albert Wijaya

Hi

You 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

UserImage.jpg
Anuli Hande

Hi,

I want to do it in Traditional Application.

Thanks,

2024-07-16 17-36-51
Shradha Rawlani

Hello,

Create a popup give widget id =checkbox id 

use on notify action to close it

Regards

Shradha 

UserImage.jpg
Anuli Hande

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 .

2024-07-16 17-36-51
Shradha Rawlani
Solution

Hi Anuli,

Please check attached OML for solution

Regards

Shradha

Popup.oml
2022-12-30 09-46-57
Deepika Patel

Hi @Anuli Hande,

Please refer attached OML.

Hope this helps!

Thanks,

PopUp.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.