How do I access the UI thread of a WP7 application? I am using the following code, if it helps. private void LayoutRoot_Loaded(object sender, RoutedEventArgs e)
This is my fist stackoverflow post so please be gentle with me! I\'m sure that what i\'m trying to do is possible and it is something I have done (or not done?) that is causing the problem... I\'m jus
This is my onCreate method of my first activity of my app. It initalizes all Widgets and then starts a Thread to load model data from the internet. In some cases, when the network is really slow or no
What does the following exception mean; how can I fix it? This is the code: Toast toast = Toast.makeText(mContext, \"Something\", Toast.LENGTH_SHORT);
How do I ensure code is or is not executed on the UI thread in an Android MapActivity project? I am developing an Android map-based application, but I have experienced some stability issues and my re
I have a real-time application which constantly updates a UI log (RichTextBox control) in the form of a ListView contro开发者_JAVA技巧l. The control is updated with current application data received v
An exception is thrown in a user control based on a picture box, causing it to show the typical error image (red X). Since the GUI thread caught and handled the exception itself, I cannot easily find
Is it possible for a background thread to en开发者_StackOverflowqueue a message to the main UI thread\'s handler and block until that message has been serviced?
I\'m working on Java Swing application with Google Guice as an IOC container. Things are working pretty well. There are some UI problems. When a standard L&F is replaced with Pushing pixels Substa
I have an app开发者_StackOverflow中文版lication written in native C++ which I\'d like to get running on the .NET virtual machine. I was thinking of recompiling the C++ code as C++/CLI, using the Visua