07-03-2008 02:47 AM
07-03-2008 04:02 AM
User events are dynamically load events, that can be triggered by your code. You can use any datatype.
There is nothing more. If you are familiar with dynamic loading events, you should have no problem understanding user events too.
07-03-2008
07:03 AM
- last edited on
05-20-2024
07:39 PM
by
Content Cleaner
07-04-2008 12:41 AM
After seen the samples, I am still not very clear of it.
Can I use code to simulate a click on a button, may you give a simple sample, thanks.
07-04-2008 12:59 AM
Hi turbot,
what do you mean with simulate a click? You can use the value(signaling) property. If you use it the value change event of the control will be execute.
Mike
07-04-2008 01:25 AM
07-04-2008 01:37 AM
07-04-2008
01:46 AM
- last edited on
05-20-2024
07:40 PM
by
Content Cleaner
As mentionned by MikeS81, you must use a Value (Signaling) property node to generate an event. In your example, you write to the terminal of Boolean instead.
07-04-2008 02:43 AM
07-04-2008
02:56 AM
- last edited on
05-20-2024
07:40 PM
by
Content Cleaner