11-30-2005 04:20 AM
11-30-2005 06:17 AM
11-30-2005 06:36 AM
11-30-2005 06:45 AM
11-30-2005 07:45 AM
Dynamic events are one of the best features added to LV 7.0 and have saved me a few times. The idea is that you can add events which an event handeler can register for the only thing you have to do it decide on the parameters which define the event. basically you craete a user event, register for the event, pass the event to the dynamic event terimina (right click on the event structure and "show dynamic event terminal" then add the event case just as you do with a native event. In addition you can turn on and off the dynamic events as needed. I will post an example I did later if it would help. Spent the time to learn dynamic events, well worth the effort.
Paul
11-30-2005 08:09 AM
11-30-2005 08:42 AM
Here is an example I had done for a numeric pad, it is very crude but shows how to generate a dynamic event to handle either a simulated keyboard or a ture keyboard event. There is so much more to dynamic events than I showe here but you should get the idea from this 'toy' example.
Paul
11-30-2005 08:43 AM
I always forget to attach the examples. See the attached example,
Paul
12-01-2005 07:10 AM
12-01-2005 07:15 AM