‎04-18-2008 12:09 PM
‎09-29-2011 07:51 AM
Since the 'Empty Table' and 'Delete Row', etc. commands are 'Application Items', why is there any code necessary to utilize these? In a similar vane, the 'Export' commands, which are also 'Application items', do not need underlying code from the programmer. Is there an inconsistency here?
‎09-29-2011 10:58 AM
I just confirmed that if you use a table CONTROL, you should not need to add the the 'Table Control: Shortcut Menu Activation' event to your code. The application items 'empty table' and 'delete row', etc., work just fine. Not true for table indicator where even when the event is added to the code, these items will not work. So there is a difference between table CONTROL vs. INDICATOR. This is in LabVIEW 2010.
Don
‎09-29-2011 11:09 AM
2008 question being answered now!
Thanks anyway!