Hi All,
i am try to show the progress with the help of Lable or Text box.
for eg : first when you open the form it will show the status as "not started" once you click button it will show as "progress"
once the command ended it show show the status as "Completed" in single click.
i have tried with the below code and dint work it is chaning once all the commend executed. i need to do live update.
$XamGUI.Dispatcher.Invoke([action]{$textOutput.AddText("$($Text)`n")},"Render")
also above commend is not replacing the text its appending. i need to set fresh static value.
please help me
Regards Karthigeyan k