Click here to Skip to main content
15,887,267 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Custom FrameworkElement with child controls Pin
Gerry Schmitz13-Jan-16 6:25
mveGerry Schmitz13-Jan-16 6:25 
QuestionBinding a CompositeCollection to a Canvas (C#) Pin
Kenneth Haugland8-Jan-16 22:31
mvaKenneth Haugland8-Jan-16 22:31 
AnswerRe: Binding a CompositeCollection to a Canvas (C#) Pin
Kenneth Haugland9-Jan-16 2:42
mvaKenneth Haugland9-Jan-16 2:42 
AnswerRe: Binding a CompositeCollection to a Canvas (C#) Pin
Richard Deeming11-Jan-16 3:51
mveRichard Deeming11-Jan-16 3:51 
GeneralRe: Binding a CompositeCollection to a Canvas (C#) Pin
Kenneth Haugland11-Jan-16 4:34
mvaKenneth Haugland11-Jan-16 4:34 
QuestionCan I run UITests on a WPF application. Pin
James_Parsons8-Jan-16 4:56
James_Parsons8-Jan-16 4:56 
AnswerRe: Can I run UITests on a WPF application. Pin
NickPace8-Jan-16 5:06
NickPace8-Jan-16 5:06 
QuestionLabel does not Get Updated Pin
Vimalsoft(Pty) Ltd6-Jan-16 20:33
professionalVimalsoft(Pty) Ltd6-Jan-16 20:33 
Good Day

i have a code which is fired on the Button click even
C#
//Part 1 -- its not Getting updated 
           Status.Background = new SolidColorBrush(Colors.Orange);
            Status.Content = "Exporting, please wait...";

       //Part 2 is working
           Logger.ExportLogToExcel(); 

      //Part 3 is Working 

            Status.Background = new SolidColorBrush(Colors.Yellow);
            Status.Content = "Exported to Excel Successfully";

What is Part 1 not working. Basically , i am Exporting to Excel , and i am changing the Label that shows the status, i am changing the color and also the contents. but the Dont change i only see "Exported to Excel Successfully"

I thought might be that the Export is quick to a point that it immediately jump to Success message. i added a thread to make to sleep for a few seconds before it can export so i see a different background.

Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vimalsoft.com
vuyiswa[at]vimalsoft.com

AnswerRe: Label does not Get Updated Pin
Mycroft Holmes6-Jan-16 20:45
professionalMycroft Holmes6-Jan-16 20:45 
GeneralRe: Label does not Get Updated Pin
Vimalsoft(Pty) Ltd6-Jan-16 20:49
professionalVimalsoft(Pty) Ltd6-Jan-16 20:49 
GeneralRe: Label does not Get Updated Pin
Mycroft Holmes6-Jan-16 21:04
professionalMycroft Holmes6-Jan-16 21:04 
GeneralRe: Label does not Get Updated Pin
Vimalsoft(Pty) Ltd6-Jan-16 21:09
professionalVimalsoft(Pty) Ltd6-Jan-16 21:09 
QuestionWPF/MVVM Unit Test Questions Pin
Kevin Marois5-Jan-16 5:46
professionalKevin Marois5-Jan-16 5:46 
AnswerRe: WPF/MVVM Unit Test Questions Pin
Pete O'Hanlon5-Jan-16 5:58
mvePete O'Hanlon5-Jan-16 5:58 
GeneralRe: WPF/MVVM Unit Test Questions Pin
Kevin Marois5-Jan-16 6:02
professionalKevin Marois5-Jan-16 6:02 
GeneralRe: WPF/MVVM Unit Test Questions Pin
Pete O'Hanlon5-Jan-16 8:26
mvePete O'Hanlon5-Jan-16 8:26 
GeneralRe: WPF/MVVM Unit Test Questions Pin
Mycroft Holmes6-Jan-16 20:49
professionalMycroft Holmes6-Jan-16 20:49 
GeneralRe: WPF/MVVM Unit Test Questions Pin
Pete O'Hanlon6-Jan-16 21:06
mvePete O'Hanlon6-Jan-16 21:06 
GeneralRe: WPF/MVVM Unit Test Questions Pin
Mycroft Holmes7-Jan-16 12:03
professionalMycroft Holmes7-Jan-16 12:03 
GeneralRe: WPF/MVVM Unit Test Questions Pin
Pete O'Hanlon7-Jan-16 21:37
mvePete O'Hanlon7-Jan-16 21:37 
Questionwhat is the best way to save images to print in wpf Pin
neodeaths5-Jan-16 4:12
neodeaths5-Jan-16 4:12 
QuestionAdding icons to a ListView from an image list Pin
zahalul28-Dec-15 11:09
zahalul28-Dec-15 11:09 
AnswerRe: Adding icons to a ListView from an image list Pin
Richard Andrew x6428-Dec-15 14:39
professionalRichard Andrew x6428-Dec-15 14:39 
AnswerRe: Adding icons to a ListView from an image list Pin
Richard MacCutchan28-Dec-15 22:19
mveRichard MacCutchan28-Dec-15 22:19 
GeneralRe: Adding icons to a ListView from an image list Pin
zahalul30-Dec-15 9:17
zahalul30-Dec-15 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.