Hi,
Please refer to the Origin help file to this topic:
http://www.originlab.com/www/helponline/Origin8/en/origin_basics/origin_child_window_naming_conventions.htm#OpenOld
to see how old label maps to new properties in Origin 8/8.1
So you can use code such as this in Origin 8.x:
wcol($(cln))[L]$="This is the long name";
wcol($(cln))[U]$="This is units";
wcol($(cln))[C]$=
"Comments 1st line
Comments 2nd line
Comments 3rd line...";
You can refer to the new LabTalk Scripting Guide for more information. This guide is for 8.1 but most of it is applicable to 8.0
:
http://wiki.originlab.com/~originla/wiki/index.php?title=Category:LT_Guide
See the topic on accessing meta data:
http://wiki.originlab.com/~originla/wiki/index.php?title=Script:Accessing_Metadata
As for project explorer, right click inside the bottom panel and select "Show Long and Short Names". This will then display the window short name and the window long name (which used to be 1st line of window label). Once you do this, from next session onwards PE will continue showing short and long names.
Easwar
OriginLab