01-19-2010 11:16 AM
Yet another problem I'm having with the MonthCalendar control:
When I try to set an event case structure with the "Value Change" event for the MonthCalendar control, it never executes. MouseDown works just fine, but Value Change is completely dead. Is there some special magic I have to do to make it do what it should obviously be doing? The Value Change event for other LabVIEW controls works.
01-19-2010 12:35 PM
01-19-2010 01:54 PM
01-19-2010 02:08 PM
You can't "attach" callback refnums to the event structure. You can do this several ways. Here's 2:
01-19-2010 02:55 PM