- Code: Select all Expand view
- METHOD CreateProgress() CLASS TPrevisioni
@ 02, 11 PROGRESS oApp:oBarProgress POSITION 1 of oApp:oWinMain:oMsgBar;
SIZE 200,18 pixel
oApp:oBarProgress:SetRange( 0, 100 )
RETURN NIL
I wish show it on third msgitem
I tried
oApp:oWinMain:oMsgBar:aItems[3] //not run
also with
@ 02, 11 PROGRESS oApp:oBarProgress POSITION 1 of oApp:oMsgItem3 //Make error
If I make
?oApp:oWinMain:oMsgBar:GetItems()
then it return me 3
How I resolve ?
thanks