Click here to Skip to main content
       

Silverlight / WPF

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Problem With TreeViewItem TooltipmemberThomas Duwe29 Jan '13 - 1:46 
QuestionHow to get a value from treeview.memberboryborawski26 Jan '13 - 12:06 
QuestionConstant header and footermembercolumbos1492725 Jan '13 - 23:11 
AnswerRe: Constant header and footermvpRichard MacCutchan26 Jan '13 - 0:05 
QuestionWPF.MDImembercolumbos1492725 Jan '13 - 8:37 
AnswerRe: WPF.MDImemberAbhishek Pant25 Jan '13 - 9:29 
GeneralRe: WPF.MDImembercolumbos1492725 Jan '13 - 22:11 
GeneralRe: WPF.MDImemberAbhishek Pant25 Jan '13 - 22:33 
QuestionSilverlight Dispatcher.BeginInvoke not allow thread to run more then one time [modified]memberSteve Holdorf24 Jan '13 - 12:13 
AnswerRe: Silverlight Dispatcher.BeginInvoke not allow thread to run more then one timememberdb7uk26 Jan '13 - 13:11 
GeneralRe: Silverlight Dispatcher.BeginInvoke not allow thread to run more then one time [modified]memberSteve Holdorf27 Jan '13 - 3:19 
GeneralRe: Silverlight Dispatcher.BeginInvoke not allow thread to run more then one timememberdb7uk27 Jan '13 - 12:44 
GeneralRe: Silverlight Dispatcher.BeginInvoke not allow thread to run more then one time [modified]memberSteve Holdorf27 Jan '13 - 13:16 
Please remember that the actual code is at my office at work and I am at home. I have network security rules that don't allow me to bring code home. However, this is a Silverlight page control the Do Work Complete bw_RunWorkerCompleted is the Async event that is called once the bw_DoWork is finishes. Now, 'TimeLine timeline' is a codeplex control which is a sub-control on the main page control that displays a Silverlight timeline. How it works is that a wcf call is made which fills the timeline's List<Event> events collection that is a property of the TimeLine control. Now, when timeline.UpdateEvents is called the timeline control iterates the list and re-draws the timeline with each of the collection's event objects. The Backgroundworker class provides an Async run event and on event complete combination. I have to put the 'while (!autoEvent.WaitOne())', sorry I forgot the while in the while loop, to wait until the main thread signals so that the Dispatch.BeginInvoke(timeline.UpdateEvents) is blocked unitl the collection is updated by the wcf call or I get an exception. I know that my discription is a bit sketchy but this is all I can go on as far a specifics until in the morning. If you can help that would be great!
 
Thanks,
 
Steve Holdorf

-- modified 27 Jan '13 - 20:31.
QuestionSilverlight OOB access in OnlinememberSugumaran s23 Jan '13 - 23:09 
AnswerRe: Silverlight OOB access in OnlinemvpRichard MacCutchan24 Jan '13 - 1:50 
GeneralRe: Silverlight OOB access in OnlinememberSugumaran s24 Jan '13 - 17:31 
GeneralRe: Silverlight OOB access in OnlinemvpRichard MacCutchan24 Jan '13 - 22:41 
GeneralRe: Silverlight OOB access in OnlinememberSugumaran s25 Jan '13 - 0:36 
GeneralRe: Silverlight OOB access in OnlinemvpRichard MacCutchan25 Jan '13 - 1:36 
QuestionHow to set the border template a red wavy line , when the control have validation error?memberSalam633123 Jan '13 - 17:01 
AnswerRe: How to set the border template a red wavy line , when the control have validation error?mvpRichard MacCutchan23 Jan '13 - 23:07 
GeneralRe: How to set the border template a red wavy line , when the control have validation error?memberSalam633124 Jan '13 - 1:36 
GeneralRe: How to set the border template a red wavy line , when the control have validation error?mvpRichard MacCutchan24 Jan '13 - 1:43 
QuestionText box default textmembercolumbos1492722 Jan '13 - 2:06 
AnswerRe: Text box default textmvpAbhinav S22 Jan '13 - 3:06 
QuestionConverting WPF windows application to Web Application.memberHema Bairavan21 Jan '13 - 19:20 
AnswerRe: Converting WPF windows application to Web Application.memberHariPrasad katakam21 Jan '13 - 22:31 
GeneralRe: Converting WPF windows application to Web Application.protectorPete O'Hanlon21 Jan '13 - 23:22 
GeneralRe: Converting WPF windows application to Web Application.memberHema Bairavan22 Jan '13 - 0:19 
AnswerRe: Converting WPF windows application to Web Application.mvpAbhinav S21 Jan '13 - 22:49 
GeneralRe: Converting WPF windows application to Web Application.memberHema Bairavan22 Jan '13 - 0:12 
AnswerRe: Converting WPF windows application to Web Application.mvpAbhinav S22 Jan '13 - 0:20 
GeneralRe: Converting WPF windows application to Web Application.memberHema Bairavan22 Jan '13 - 0:30 
AnswerRe: Converting WPF windows application to Web Application.mvpAbhinav S22 Jan '13 - 2:58 
GeneralRe: Converting WPF windows application to Web Application.memberHema Bairavan22 Jan '13 - 18:07 
GeneralRe: Converting WPF windows application to Web Application.memberPaulo Zemek23 Jan '13 - 6:22 
GeneralRe: Converting WPF windows application to Web Application.memberHema Bairavan24 Jan '13 - 5:30 
AnswerRe: Converting WPF windows application to Web Application.protectorPete O'Hanlon21 Jan '13 - 23:27 
GeneralRe: Converting WPF windows application to Web Application.memberHema Bairavan22 Jan '13 - 0:24 
AnswerRe: Converting WPF windows application to Web Application.memberdb7uk26 Jan '13 - 13:17 
QuestionGetting sqlexception "The multi-part identifier "System.Data.DataRowView" could not be bound."memberGeert De Vylder21 Jan '13 - 4:51 
AnswerRe: Getting sqlexception "The multi-part identifier "System.Data.DataRowView" could not be bound."memberMycroft Holmes21 Jan '13 - 18:36 
GeneralRe: Getting sqlexception "The multi-part identifier "System.Data.DataRowView" could not be bound."memberGeert De Vylder21 Jan '13 - 20:55 
QuestionBinding to attached propertymembersavbace20 Jan '13 - 21:22 
QuestionRoot element is not valid for navigationmemberVuyiswa Maseko19 Jan '13 - 19:18 
AnswerRe: Root element is not valid for navigationmemberRichard Deeming21 Jan '13 - 1:55 
GeneralRe: Root element is not valid for navigationmemberVuyiswa Maseko21 Jan '13 - 4:49 
QuestionRandom Image with arraymemberTikha17 Jan '13 - 11:23 
AnswerRe: Random Image with arrayprotectorPete O'Hanlon17 Jan '13 - 21:21 
AnswerRe: Random Image with arraymvpAbhinav S19 Jan '13 - 2:24 

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


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 22 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid