Closed PandaWood closed 1 year ago
Hello, is this still an issue for you?
I've tried it on my side with:
I don't see a problem so far on my side.
Maybe if you provide more information (toolkit version, .Net framework version, what kind of content is in BusyMessage, etc.), it might help to determine your exact situation.
Sincerely, Dan
From: Peter van der Woude @.> Sent: Friday, May 19, 2023 1:40 AM To: xceedsoftware/wpftoolkit @.> Cc: Subscribed @.***> Subject: [xceedsoftware/wpftoolkit] BusyIndicator's BusyContent cannot be changed using binding? (Issue #1748)
Confused that this doesn't work, the message (or BusyContent value) remains at the initial value set. There's no point binding it, because it doesn't work: I presume this is on purpose or what could I be doing wrong? Given that my code and xaml for the IsBusy property is almost identical and the IsBusy property binds/udpates and works fine But whenever I set "BusyMessage" in the example below, the busy indicator never shows an updated value.
Apologies, this ended up being my fault, confusing a similar named property that was bound to a different spinner.
No worries, thanks for the update!
From: Peter van der Woude @.> Sent: Thursday, May 25, 2023 7:03 PM To: xceedsoftware/wpftoolkit @.> Cc: Daniel Prevost @.>; Comment @.> Subject: Re: [xceedsoftware/wpftoolkit] BusyIndicator's BusyContent cannot be changed using binding? (Issue #1748)
Apologies, this ended up being my fault, confusing a similar named property that was bound to a different spinner.
— Reply to this email directly, view it on GitHubhttps://github.com/xceedsoftware/wpftoolkit/issues/1748#issuecomment-1563612998, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7M3JW24RIV5HCV4A6SPRRTXH7QNZANCNFSM6AAAAAAYHKLCUI. You are receiving this because you commented.Message ID: @.***>
Confused that this doesn't work, the message (or BusyContent value) remains at the initial value set.
I presume this is on purpose or what could I be doing wrong? Given that my code and xaml for the IsBusy property is almost identical and the IsBusy property binds/udpates and works fine But whenever I set "BusyMessage" in the example below, the busy indicator never shows an updated value ie the BusyContent property is never updated
<xctk:BusyIndicator IsBusy="{Binding IsBusy}" BusyContent="{Binding BusyMessage}">