You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/functions/function-showerror.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 02/01/2020
10
+
ms.date: 02/28/2020
11
11
ms.author: gregli
12
12
search.audienceType:
13
13
- maker
@@ -18,7 +18,7 @@ search.app:
18
18
Displays a banner message to the user.
19
19
20
20
## 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.
22
22
23
23
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:
24
24
@@ -60,7 +60,7 @@ Note: This function was previously named **ShowError** when it could only displa
60
60
61
61
3. Click or press the button.
62
62
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.
64
64
65
65

66
66
@@ -70,7 +70,7 @@ Note: This function was previously named **ShowError** when it could only displa
70
70
71
71
5. Click or press the button.
72
72
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.
74
74
75
75

76
76
@@ -80,7 +80,7 @@ Note: This function was previously named **ShowError** when it could only displa
80
80
81
81
5. Click or press the button.
82
82
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.
84
84
85
85

0 commit comments