Hi Katie:
It seems a LabTalk bug. Since we will not update Origin 7 anymore, could you please write some Origin C functions to implement this? For example, this Origin C code will active the notes window named "Notes":
void set_note_show(string strName = "Notes")
{
Note note(strName);
note.SetShow();
}
Thanks
Larry
OriginLab Technical Services