Never mind.
I figured out that "Message selector: #fullPath" is actually a bit of code
to evaluate; I thought it was merely a description...
I also figured out that the selector entered here appears to be sent to
whatever value you set the status bar item to; I don't need that so I
removed it - everything works!
"Patrick Huffer" <
[hidden email]> wrote in message
news:mepR8.13816$
[hidden email]...
> How do I set the text in a status bar? I see the RegEdit sample has some
> code in the "onViewOpened" method that appears to be setting the model of
a
> status bar item to a new instance of ValueHolder. And in the view composer
I
> see that the status bar "items" aspect has a status bar item that contains
> an aspect called "getTextBlock" that shows a value of "Message selector:
> #fullPath" in the workspace next to it. Does all this mean that the method
> "fullPath" is called when the status bar item wants to set its text? And
if
> so, how is it possible to set this message selector in the workspace--I
> can't figure out how that is done. Thanks!
>
>