Re: Performance Notes
Reply #11 –
Sorry Rick, I mustn't have been clear.
It's easy enough to have a line break within the comments box in the File Info dialogue - that is, of course, a no-brainer, BUT, to have said line break be able to be used by the PageTxtMaestro object is the problem.
E.G. To be able to put in the Text section of the PageTxtMaestro object the following:
%Comment,PerfNotes%
and have something like:
PerfNotes: This is a potential use for Performance Notes
stored in the comments section of the File Info
dialogue. Notes placed in this location can
appear wherever you want them by using
the PageTextMaestro user objects.
in the File Info Comments section,
and have a multiline text entry result. This requires some kind of line break directive WITHIN the text in the comments box in File Info as <Enter> will terminate the label. E.G.
PerfNotes: This is a potential use for Performance Notes%br%
stored in the comments section of the File Info%br%
dialogue. Notes placed in this location can%br%
appear wherever you want them by using%br%
the PageTextMaestro user objects.