i have a Statusbar / SET MESSAGE in my App.
but how does it work
i have try
- Code: Select all Expand view
- oStatusBar:SetMsg( cText )
or
- Code: Select all Expand view
- oMain:SetMsg( cText )
but it "seems" to have no Effect
when "move" Mouse fromOne TGrid() to other TGrid() i got Message in Statusbar of Select Item (even when have no Focus)
but it does not change when "navigate" in TGrid ...
what i´m doing wrong