Hello,
I have an application (build with NI AppWizard) which creates a (dialog
based) main window. This has several NI controls, and is no problem. It
also has a separate dialog window, which is created when a button on
the main window is clicked. This window has one NumEdit control, and I
can control this control from the windows' class member functions. But
I want to set the value of the NumEdit from the main window, through
the DDX mechanism. When I try to access this (AppWizard generated)
member variable from the main window, I get an assertion error. Is it
impossible to access the control this way? Am I doing something wrong?
Thanks,
Arnoud Celie