cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Providing a pop up message on click of button.

svisveswaraiya
17-Peridot

Providing a pop up message on click of button.

Hi,

I wanted to give a popup message on clicking a button.I dont want to give it using navigation button.

Instance: I am using a save button which saves the report.Here,

On clicking the save button i wanted to display a pop up which says "saved successfully".

How can I make it possible?

Thanks,

V.Shalini.

4 REPLIES 4

1. Go to the properties under your Thing ( the one that you are pulling services from).

1.a. Select your Service 

1.b. band your button/widget's  property 'Click' to the service

2. Click into your service >'Configure the Selected Entity' 

3. Add the message you wanna display in case of a successful or failure case and select check box

 

 

4.Test your mashup. On the top of the screen, message should pop.

 

Hope this is what you are looking for.

 

 

 

 

There is a widget called Status Message, you can bind your button to the widget and you can get the popup.

 

In addition, if you have a validation service to check if your saving process is really successful, you can bind your service output to a Validation widget, and the equation inside will tell it's true or false, and the true event can be used to trigger the Status Message widget

Sugumar_5656
14-Alexandrite
(To:zyuan1)

How to customize the status message popup window.

Status Message widget only pops up a TextBox, no extra decorations can be done;

If you want other information/ image in the popup , use Navigation widget instead.

Top Tags