Update-BTNotification with -ProgressBar option #103
-
|
Hi, Is there a way to update the ProgressBar without refreshing the whole toast ? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
|
Hey @PhilZ-cwm6, I think I've got some documentation on how to do this with What's the error and how're you trying to use it current? |
Beta Was this translation helpful? Give feedback.
-
|
Here's the sample test.ps1 I am trying That code works perfectly, except all the toast is refreshed/recreated (as expected) when calling This is a sample test from a long backup script. Currently, I refresh the progress during backup job using the New-BurntToastNotification in a Well, it is just perfect as it is now for me, however, when I saw the |
Beta Was this translation helpful? Give feedback.
-
|
I got it with Get-BTHistory I will look at it in 1-2 days I think and give a feedback |
Beta Was this translation helpful? Give feedback.
-
|
Your $Progress tip to use the DataBinding worked perfectly, many thanks ! Here's a sample test of what I am trying to achieve and that doesn't work. $toast_exists is always false because $toast."Content"."InnerText" only has this: The entries are not populated and I tried every way to query their values, no success When not using DataBinding, it works perfectly: now, it is true Also, in both cases, I cannot query the Is there a way at least to fix the first issue: query the text lines contents when using DataBinding ? Many thanks and best regards |
Beta Was this translation helpful? Give feedback.
-
|
I get it now, was driving me crazy since no documentation is present for the Get-BTHistory and I found no examples :-) Wired object in fact, seems like a simple table only object Best regards |
Beta Was this translation helpful? Give feedback.
-
|
Hello, and thank you for your contribution to BurntToast. Today marks the official release of BurntToast v1.0.0. As part of this major milestone and to ensure the project starts its next chapter with a clean slate, I am declaring "issue bankruptcy." This decision is explained in more detail in the official announcement post: Ten Years Toasting: BurntToast Hits the Big v1! As a result, I am closing all outstanding issues and pull requests (and discussions), including this one. Please do not interpret this as a lack of interest in the problem, suggestion, or topic you've raised. This is a necessary step to clear a very old backlog and focus development efforts on the current state of the module. If this topic is still relevant to you:
I hope this reset will allow me to be more responsive to community feedback going forward. Thank you for your understanding and for being part of the BurntToast journey. |
Beta Was this translation helpful? Give feedback.
Your $Progress tip to use the DataBinding worked perfectly, many thanks !
However, I could not use the get-bthistory as I wanted:
Here's a sample test of what I am trying to achieve and that doesn't work.
When I try to query the contents of the toast, the Contents.InnerText values are not reported properly when using the DataBinding: