11-27-2017 03:23 PM - edited 11-27-2017 03:25 PM
Hi! I'm having difficulty deleting a label in a project template that came stock with LabVIEW 2017 version 17.0f2. The project template is the "Continuous Measurement Data Logger" and the label is the "Continuous Measurement Data Logger" text at the top of the Main.vi. I can't seem to delete or modify this label but I can select it and change the size. My guess is that it is a label to something but I can't find the source.
I've tried 32bit and 64bit.
Thank you.
Edit: Correction - I can edit it if I double click on it, so I suppose replacing it with a period is an OK solution for now.
Solved! Go to Solution.
11-27-2017 03:40 PM - edited 11-27-2017 03:41 PM
You should be able to double-click and delete the text. This will delete the label.
It's probably not a good idea to change anything in the templates; rather, copy it somewhere and work on the copy.
11-27-2017 04:15 PM - edited 11-27-2017 04:17 PM
Hi Bill - Thanks for your reply. Can you follow these steps and tell me if it works for you? Create New Project -> From Template -> "Continuous Measurement Data Logger" -> Open "Main.vi" from the Project Folder -> Delete the "Continuous Measurement Data Logger" text in the upper-left hand corner. Were you able to delete the text?
I know how to delete text in LabVIEW, but this one is locked somehow for me.
Edit: I tried LabVIEW 2015 SP1 and have the same issue :(.
11-28-2017 05:19 AM
@hecmar.arreola wrote:
Hi Bill - Thanks for your reply. Can you follow these steps and tell me if it works for you? Create New Project -> From Template -> "Continuous Measurement Data Logger" -> Open "Main.vi" from the Project Folder -> Delete the "Continuous Measurement Data Logger" text in the upper-left hand corner. Were you able to delete the text?
I know how to delete text in LabVIEW, but this one is locked somehow for me.
Edit: I tried LabVIEW 2015 SP1 and have the same issue :(.
It's just a free label. You have to either double-click on the text then highlight all the text and delete it, or you can select the text tool and select the text and delete it. Either way, it also deletes the free label. It's not very intuitive, is it? 😞
11-28-2017 09:39 AM
The free label is locked so that it stays in the same position relative to its owning pane whenever the window is resized. To unlock and delete the label:
1. Click in the empty panel space to the right of the label and drag a box around the label. You should see a gray box appear around it.
2. Go the toolbar and select Reorder > Unlock.
3. The free label should now be unlocked, and you can select it and move/modify/delete it.
Check out the Grouping and Locking Objects help topic for more info.