Skip to content

Commit f3cd781

Browse files
committed
more updates
1 parent 72cfb6f commit f3cd781

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

powerapps-docs/maker/canvas-apps/functions/function-showerror.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 02/01/2020
10+
ms.date: 02/28/2020
1111
ms.author: gregli
1212
search.audienceType:
1313
- maker
@@ -18,7 +18,7 @@ search.app:
1818
Displays a banner message to the user.
1919

2020
## Description
21-
The **Notify** function displays a banner message to the user at the top of the screen, overlaying what is currently displayed. The notification will remain until the user dismisses it, another notification replaces it, or the customizable timeout expires which defaults to 10 seconds.
21+
The **Notify** function displays a banner message to the user at the top of the screen, overlaying what is currently displayed. The notification will remain until the user dismisses it, another notification replaces it, or the timeout expires which defaults to 10 seconds.
2222

2323
An appropriate color and icon are used depending on the type of the message. The type is specified by the second argument to the function:
2424

@@ -60,7 +60,7 @@ Note: This function was previously named **ShowError** when it could only displa
6060

6161
3. Click or press the button.
6262

63-
Each time the button is clicked, the message **Hello, World** is displayed to the user as informational. It will dismiss automatically in 10 seconds (default timeout) if the user does not dismiss it themslves or press the button again.
63+
Each time the button is clicked, the message **Hello, World** is displayed to the user as informational. It will dismiss automatically in 10 seconds (default timeout) if the user does not dismiss it or press the button again.
6464

6565
![In the authoring environment, showing Button.OnSelect calling Notify and displaying the resulting Hello, World message as a blue banner message for the user](media/function-showerror/hello-world.png)
6666

@@ -70,7 +70,7 @@ Note: This function was previously named **ShowError** when it could only displa
7070

7171
5. Click or press the button.
7272

73-
Now each time the button is clicked, the message **Hello, World** is displayed to the user as an error. It will dismiss automatically in 10 seconds (default timeout) if the user does not dismiss it themslves or press the button again.
73+
Now each time the button is clicked, the message **Hello, World** is displayed to the user as an error. It will dismiss automatically in 10 seconds (default timeout) if the user does not dismiss it or press the button again.
7474

7575
![In the authoring environment, showing Button.OnSelect calling Notify and displaying the resulting Hello, World message as a red banner message for the user](media/function-showerror/hello-world-error.png)
7676

@@ -80,7 +80,7 @@ Note: This function was previously named **ShowError** when it could only displa
8080

8181
5. Click or press the button.
8282

83-
Now each time the button is clicked, the message **Hello, World** is displayed to the user as a warning. It will dismiss automatically in 4 seconds (4,000 milliseconds) if the user does not dismiss it themslves or press the button again.
83+
Now each time the button is clicked, the message **Hello, World** is displayed to the user as a warning. It will dismiss automatically in 4 seconds (4,000 milliseconds) if the user does not dismiss it or press the button again.
8484

8585
![In the authoring environment, showing Button.OnSelect calling Notify and displaying the resulting Hello, World message as an orange banner message for the user](media/function-showerror/hello-world-warning.png)
8686

0 commit comments

Comments
 (0)