you can also add multiline tooltips using:
expr("\n")
so, for instance, if you wanted to display the date in one line and the
current week
on the line below, it'd look something like this:
*Info ddd d MMMM yyyy expr("\n")ct: HH:mm expr("\\") week: ww
the above will show this result:
----------------------------
tuesday 13 january 2009
ct: 16:48 \ week: 3
----------------------------
and below, an example using both, the expr("\n") and Powerpro default
split character "¦" which you configure following Carroll Robbins
indications.
L: 1click ppcf expr("\n")L: 2clicks timedate¦M: center
activewindow¦R: 1click run expr("\n")R: 2clicks calendar
will look like:
----------------------------
L: 1click ppcf
L: 2clicks timedate
M: center activewindow
R: 1click run
R: 2clicks calendar
----------------------------
[Non-text portions of this message have been removed]