Current filter:
                                You should refresh the page.
                                0
                                  • Hi,
                                    Am basicallt trying to display the heartbeat of the system in the BarStaticItem.Glyph.
                                    On load, my shell.xaml contains the following
                                    dxb:BarManager.Items>
                                                    <dxb:BarStaticItem Content="System Status" Name="StaticBar" Glyph="pack://application:,,,/Resources/Offline.png" ShowBorder="True" GlyphSize="Default" ContentAlignment="Right" GlyphAlignment="Right" AutoSizeMode="Fill">
                                                    </dxb:BarStaticItem>
                                                </dxb:BarManager.Items>

                                    When the system starts, it shows the correct image. However, when we get a heartbeat from the system, I change the Content to the name of the connected server and change the glyph to Online this way
                                               
                                                StaticBar.Content = heartBeat.Source;
                                                var image = new BitmapImage(new Uri("pack://application:,,,/Resources/Online.png"));
                                                StaticBar.Glyph = image;

                                    The content changes from System Status to the name of the heart source. However, the image doesnt change.

                                    Am I missing something?

                                    Cheers.

                                0

                                Hello,

                                You shouldn't encounter a problem with your code. Could you please provide a sample to illustrate the issue?

                                Thank you, Marina

                                0

                                Hi,

                                I have just used a timer to illustrate my problem. When the timer elapses, I want the status glyph and Content to change. The content changes perfectly well, however the glyph doesnt.

                                Please let me know what I am missing.

                                Cheers.

                                ZipFile.zip
                                0

                                Thank you for the sample. We have reproduced this problem. It looks like inconsistent behavior in the DXBars. We'll fix it ASAP.

                                Thank you, Marina

                                0

                                Hi,

                                Can you please let me know if the fix has been released. If not, can you please give me a workaround for the problem?

                                0

                                Hello,

                                We have fixed this problem. Unfortunately, we can't suggest a workaround. I suggest that you click the "Request Fix" button. We will publish the fix ASAP.

                                Thank you, Marina

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.