Author Topic: Using the Control MessageListByValue for alarms  (Read 1004 times)

scott.clark

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Using the Control MessageListByValue for alarms
« on: October 30, 2015, 08:14:58 PM »
I am using the MessageListByValue control for logging alarms, but when I change to a different form, it stops logging....What can I do to continue logging the alarms on a form change?

thanks!

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Using the Control MessageListByValue for alarms
« Reply #1 on: October 30, 2015, 08:43:50 PM »
Check the code behind the form to see is the VisibleChanged Event handler code snippet is there. If so, comment it out.