No announcements
Found 3341039 threads
-
1 Votes
1 Page blocking Web UI thread hangs other pages also
The other concern is, how are you sure the resource issue is occurring on the web app?Answered | 9 Replies | 1244 Views | Created by sangeet ahuja - Thursday, November 9, 2017 3:48 AM | Last reply by Bryan Trach - MSFT - Thursday, September 6, 2018 7:06 AM -
0 Votes
Why ManualResetEvent is Blocked the UI Thread?
But this WaitOne() call is blocking my UI. so it looks like hanging. any help would be appreciated.Answered | 5 Replies | 4829 Views | Created by vinothmdu2001 - Tuesday, August 23, 2011 1:44 PM | Last reply by Lie You - Thursday, August 25, 2011 7:15 AM -
0 Votes
What does InvokeRequired return if UI thread is blocked?
BUT, you are blocked, so the Invoke above will block waiting for the UI Thread to finish "WaitOne()".Answered | 12 Replies | 5094 Views | Created by catsaremyfriends - Monday, September 15, 2008 4:22 PM | Last reply by xalnix - Thursday, September 18, 2008 9:04 PM -
3 Votes
Block web pages and more
@Rudy: I have a negative attitude toward this kind of statement, to the point that it bugs me that you have such a wealth of great information whenever I ask questions ...Answered | 6 Replies | 2514 Views | Created by Tim Visee - Wednesday, September 22, 2010 3:57 PM | Last reply by Rudedog2 - Wednesday, September 22, 2010 6:14 PM -
4 Votes
ManualResetEvent WaitAny blocking UI Thread
The other idea would be to spin the UI (Form) handlers off into separate threads (you can determine their priority level as needed) and then put ...Answered | 15 Replies | 5538 Views | Created by steve1_rm - Tuesday, May 12, 2009 3:14 AM | Last reply by Stephen Cleary - Wednesday, May 13, 2009 2:33 PM -
2 Votes
Async Issue(Why blocking the UI thread)??
The UI context will synchronize back to the originating UI thread, but other contexts won't.Answered | 6 Replies | 30076 Views | Created by James.WC - Thursday, March 8, 2012 10:45 AM | Last reply by Stephen Cleary - Friday, March 23, 2012 1:21 PM -
0 Votes
[UI-Thread] MY UI thread is block using cached data
jeffersonlicet, >>But it still blocking my UI thread, what can i do to load data from cache?Answered | 1 Replies | 386 Views | Created by jeffersonlicet - Tuesday, December 15, 2015 7:39 PM | Last reply by Fred Bao - Wednesday, December 16, 2015 3:20 AM -
0 Votes
Any known issues about network connectivity blocking UI thread
With the dispatcher, any code it calls will get run by the UI thread - RunAsync is there (I assume) so as not to block the UI thread before the ...Answered | 19 Replies | 3020 Views | Created by Anthony Wieser - Sunday, November 25, 2012 11:17 AM | Last reply by Anthony Wieser - Wednesday, December 12, 2012 8:13 AM -
0 Votes
New Thread is still blocking UI
Dispather.BeginInvoke() puts the task back on the original caller's thread in the event queue.Answered | 3 Replies | 4227 Views | Created by Neils41462 - Friday, July 17, 2009 12:01 PM | Last reply by xalnix - Friday, July 17, 2009 1:38 PM -
0 Votes
UI blocks when adding element to scatterview
I created a new background thread in which I create the custom control containing an image and some other controls.Answered | 2 Replies | 4520 Views | Created by KoenRotteveel - Tuesday, March 2, 2010 10:08 AM | Last reply by Koen_R - Thursday, March 11, 2010 4:45 PM -
0 Votes
[C#]Touch.FrameReported affecting the other page code also
System.Windows.Input.Touch class is an application level service, it's not tied to a specific page.Answered | 1 Replies | 745 Views | Created by Ramakant Verma - Thursday, May 7, 2015 5:28 AM | Last reply by Eric Fleck - Thursday, May 7, 2015 8:59 PM -
2 Votes
Crash when calling Task.Result from UI-Thread
Of cause the UI-Thread is blocked because of the .Result.Answered | 8 Replies | 3789 Views | Created by XnDerKai - Saturday, July 27, 2013 10:36 AM | Last reply by XnDerKai - Monday, July 29, 2013 4:41 PM -
9 Votes
Web page
The client would like to create a help system for their core app which will produce output as HTML/web page format and also in compiled-HTML (*.chm) format.Answered | 7 Replies | 5295 Views | Created by JohnOnMsdn - Thursday, May 17, 2012 5:44 PM | Last reply by JohnOnMsdn - Tuesday, August 21, 2012 5:50 PM -
4 Votes
Redirect start page to other page?
Jos, please follow the steps to redirect the page, as mentioned hereAnswered | 9 Replies | 6690 Views | Created by jos_ - Friday, July 10, 2009 9:17 AM | Last reply by G Vijai Kumar - Friday, July 10, 2009 12:13 PM -
0 Votes
CORRUPTION database , blocks, pages
You can also join Paul Randal classes about corruption.Answered | 1 Replies | 456 Views | Created by ashwan - Thursday, February 25, 2016 2:48 AM | Last reply by Shanky_621 - Thursday, February 25, 2016 5:12 AM -
0 Votes
Software keys block UI
Appreciate your reply on this old thread, thanks :)Answered | 11 Replies | 1504 Views | Created by craig91 - Tuesday, April 7, 2015 11:39 PM | Last reply by craig91 - Saturday, June 27, 2015 7:03 PM -
3 Votes
Conversion of "Page blobs" to "Block blobs"
Reference:Answered | 3 Replies | 1449 Views | Created by The real Slartibartfast - Thursday, September 21, 2017 10:14 AM | Last reply by The real Slartibartfast - Thursday, September 21, 2017 4:51 PM -
0 Votes
Footer repeats on page 1 & 2 of 3 (only want it on page 1)
Hi KittyCar101, The "print on first page" just used to control, whether the page header or footer display on first page/last page.Answered | 2 Replies | 515 Views | Created by KittyCat101 - Thursday, August 2, 2018 7:41 PM | Last reply by Zoe Zhi - Friday, August 3, 2018 5:54 AM -
1 Votes
how to block threads
It also relays any cancel requests and the like to the thread In WPF you also have the option to use theAnswered | 10 Replies | 886 Views | Created by chmouel kalifa - Wednesday, September 9, 2015 8:44 PM | Last reply by Harjohn - Tuesday, September 15, 2015 7:40 AM -
10 Votes
Why does ShowDialog not block the UI thread completely.
What I was hoping for was a design where a "graphics core" would be responsible for handling all the GUI code / message pumping on a single thread, and a "logic ...Answered | 9 Replies | 28483 Views | Created by sparkymark567 - Friday, May 29, 2009 11:11 AM | Last reply by Marco Zhou - Wednesday, June 3, 2009 2:42 AM - Items 1 to 20 of 3341039 Next ›
No announcements