I am using *Menu Folder in a command list whose Properties include
Tooltips. I would like to use an expression referencing the _FILE_ for
the tooltip, but regardless what I enter for the entry's tooltip, the
tooltip displays the beginning of the text of the file. Is there a
setting that allows what I'm trying to do? (Actually what I want to do
is display a piece of the file's text, but exclude the note's top line
data, which would be easy enough to formulate using an expression on
file.readall).

This is a fragment of the menu currently shown with menu.showfile from
a tray button:

[NotesEntry:Properties]
Format1 = IconSize: 32 Position: RightCaption
Format2 = MaxText: 531
Format3 = Flat
Format4 = TopMost Border Tooltips AllVDesks BarSize MenuIconSmall

[5]
LCmd1 = *Menu
LParam1 = Folder &(pprofolder)Notes\Reminder
Tooltip = HELLO
LWork1 = noext embed Maxtext 50 


Reply via email to