01-25-2006 02:33 AM
01-25-2006 04:40 AM
Hello,
I did this in CVI 7.1.1 and had no problems. But I first created the controls on my panel (also using DuplicateCtrl) and then added this panel to the tab control, using EasyTab_AddPanels. Maybe the way to get around this problem is removing your panel from the tab control, creating the control and then adding the panel to the tab control...
The general protection error could also be caused by something else, like writing past the last member of an array. You could add the control to your watch list and enable the 'Break when value changes' option to check this (first make sure the control id is a global variable).