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: www/en/modules/ROOT/pages/event-sources.adoc
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
4
4
== User Interface
5
5
6
-
The first source of events you come across when starting with {lv} are the events generated by the UI when a user of your application use the mouse or the keybard.
6
+
The first source of events you come across when starting with {lv} is the events generated by the UI when a user of your application uses the mouse or the keyboard.
7
7
8
-
The {es} is the way to detect the event and execute the appropriate caode.
8
+
The {es} is the way to detect the event and execute the appropriate code.
9
9
10
-
NOTE: Before the introduction of the {es} (a long time ago), LabVIEW developpers had to periodically poll the controls to detect interactions with the {ui} 😓.
10
+
NOTE: Before the introduction of the {es} (a long time ago), LabVIEW developers had to periodically poll controls to detect interactions with the {ui} 😓.
11
11
12
12
Example code: *01a - Event Sources - User Interface.vi*
Behind this name, you'll find the way to create and generate events programmatically.
26
26
27
-
NOTE: This source of events is the corner stones of many eventdriven architectures. The https://www.dqmh.org[DQMH framework] is probably one of the most popular framework based on the {lv} user event feature.
27
+
NOTE: This source of events is the cornerstone of many event-driven architectures. The https://www.dqmh.org[DQMH framework] is probably one of the most popular frameworks based on the {lv} user event feature.
28
28
29
29
Example code: *01b - Event Sources - Custom Events.vi*
0 commit comments