Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
422 views

ASP.NET web pages unresponsive during File Upload

I have an ASP.NET web page with a FileUpload control <asp:FileUpload ID="fileUploadTN" style="width:250px" runat="server" /> One problem is that when uploading big files my asp.net ...
4
votes
3answers
246 views

How to find out where a thread lock happened?

One of our company's Windows Forms application had a strange problem for several month. The app worked very reliable for most of our customers but on some PC's (mostly with a wireless lan connection) ...
3
votes
1answer
163 views

rich:fileUpload is not working in jboss-6.0.0.Final

I migrated to Jboss AS jboss-6.0.0.Final and richfaces 3.3.3. In this version <rich:fileUpload/> is not working. The upload action is running for a long time which leads browser to throw a ...
3
votes
2answers
191 views

Prevent Swing GUI from becoming unresponsive when invoking a method which is both accessing Swing components and is time-consuming

The following line: SwingUtilities.updateComponentTreeUI(aComponent); is making my GUI unresponsive. When invoking this method to update the laf on a large portion of a GUI, it takes a lot of ...
3
votes
2answers
491 views

Multiple WebClients, Over time weclints stop working

Hey all, first time poster, long time reader, so take it easy on me :) I'm writing an application that reads in a bunch of folders and allows you to download an image for each folder. There is a ...
3
votes
2answers
6k views

How to draw smooth images with C#?

I'm trying to draw images on a C# form (in PictureBoxes, as well as using Graphics.DrawImage()), and am looking for a way to draw them smooth. The images must be a format that supports transparency, ...
2
votes
2answers
143 views

SwingWorker thread not close even the task is finished?

I have a swingworker in my java project. I use netbean "profiler" to monitor the thread. I don't know why the swingworker thread still exist in the monitor of the profiler in NetBeans and it is in ...
2
votes
2answers
222 views

How can I change label color in Java?

I have set of labels in LinkList call "l" and I need to change the background colors of those labels. I need to put 2 secconds gap between each color change so I tried to use repaint method as follows ...
2
votes
3answers
252 views

How to prevent JComboBox from becoming unresponsive when using a custom ListCellRenderer

I am making a font chooser using JComboBox and a custom ListCellRenderer. I want the JComboBox to display all available fonts, with each font name displayed in its own font. I am currently using ...
2
votes
3answers
555 views

How to use WPF Background Worker

I am a beginner with WPF, in my application I need to preform a series of Initialisation steps, these take 7-8 seconds to complete during which my UI becomes unresponsive. To resolve this I preform ...
2
votes
4answers
376 views

Javascript performance problems with too many dom nodes?

I'm currently debugging a ajax chat that just endlessly fills the page with DOM-elements. If you have a chat going for like 3 hours you will end up with god nows how many thousands of DOM-nodes. ...
2
votes
2answers
195 views

.NET App Hangs in Release mode only, sometimes … :-(

In our program, you can select a document type from a list. You then click OK, or double-click the selected item, and a new document is created and shown. Now the problem is that SOMETIMES, in ...
2
votes
1answer
1k views

Transparent Checkbox in Custom Control Using C#

I have created a custom control that gets highlighted when the mouse hovers over it. The custom control also has a checkbox. When the mouse goes over the checkbox, the highlighting of the custom ...
1
vote
2answers
42 views

Reading a value from Textfield

I want to read a value from textfied in Java but I am not able to read it Here is my code import javax.swing.*; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.*; ...
1
vote
1answer
30 views

How to cope with “Unresponsive Script” popups controling Firefox with watir-webdriver

This popup kills many of my tests. Even simple DOM interactions like .exists? timeout. Is there any way of detecting that it appeared and dismissing it? Warning: Unresponsive script. A script on ...
1
vote
2answers
59 views

Unresponsive javascript notification

I have a situation where i render items from server in GWT grid on FireFox 3.6+. I have approximately 200 items and i load them in loop: users = myService.getUsers(); for(User user : users){ ...
1
vote
2answers
107 views

Multiple JComboBox

Ok, there is two jcombobox displayed one is a list of cities a flight leaves from and another is a list of cities a flight goes to when a user selects an option from both combo boxes I want it to ...
1
vote
1answer
63 views

TCP Client to Fill a DataTable which populates a bound DataGridView, UI Unresponsive

First of all, I am using Visual Studio 10 and coding Windows Forms App. I am not experienced with threads in C#. I have a C# app which uses my C# DLL that listens to a Network Stream, and parses the ...
1
vote
0answers
228 views

Ruby Net-SFTP Unresponsive

Thanks for taking the time to look at this. What I'm trying to do: Upload a file to a sftp site using net-sftp What's the problem: The ruby process never returns. Frozen, stuck, ...
1
vote
2answers
116 views

How would you approach to rectify a non-responsive application?

Just now i was interviewed by ca(Computer Associates) for a C++ opening. Q:There is an application that continuously runs for days.. at some day it becomes non-responsive/gets hanged.How would you ...
1
vote
1answer
236 views

Chrome Unresponsive Debug

I have a page which always get stuck only in chrome and safari. The page loads just fine and then gets to 25% CPU (of 4 cores - so 100% if you like). It never crashes but stays unresponsive. Safari ...
1
vote
1answer
267 views

Why an infinite loop makes a program non-responsive / hanging? c# / Windows Forms

In a windows desktop application (windows forms), I've created a while loop in (c#): bool stop = false; while (!stop){ ... // code to update a label that displays the number of times the loop ...
1
vote
4answers
201 views

Starting Visual Studio causes all running apps to hang and stop responding

After my laptop fell on the floor and its screen was a little damaged, I was able to continue working with it, but failed to build a project of mine. At some point, the system froze, and I was forced ...
1
vote
1answer
929 views

android widget unresponsive

I have a widget that you press and it then it will update the text on the widget. I have set an on click listener to launch another activity to perform the text update, But for some reason it only ...
1
vote
3answers
205 views

Dialog created after first becomes unresponsive unless created first?

After creating the initial dialog box that works perfectly fine, I create another dialog box when the Join Game button is pressed. The dialog box is created and show successfully, however I am unable ...
1
vote
2answers
620 views

Why is presentModalViewController hindering UITextField responses?

Any uitextfield I add to a view which is presented from another view controller with presentModalViewController:animated: does not respond to any touch events (like the keyboard doesnt display when ...
1
vote
1answer
277 views

Debugging an unresponsive iPhone UI

I have an application that needs to update its display every minute or so. To achieve this I was using performSelector:withObject:afterDelay, calling the selector that most of the time just changes ...
1
vote
1answer
327 views

Drupal Help - Warning: Unresponsive Script - Everytime Goes into or out of Block Edit Mode

Every time goes in and out admin-build-block page, the annoying "Warning: Unresponsive Script" pop-up shows up along with such details: A script on this page may be busy, or it may have stopped ...
1
vote
2answers
490 views

C# / Windows Forms: application runs but unresponsive

So I've been putting this graphics transformation program together and suddenly some change I can't figure out has made the app unresponsive. The menus no longer function, and it's supposed to draw ...
1
vote
1answer
269 views

How to get AutoSizing for forms with dynamic controls?

I have a Form with a TabControl on it. Onto the TabControl TabPages are dynamically added (FYI: It's about configuration settings for different dynamical loaded modules). Now I would like to have a ...
0
votes
0answers
18 views

iPad Notification Center Widget Unresponsiveness

I made a widget for the iOS 5 notification center that implements a UISlider along with a UITapGestureRecognizer. The gestureRecognizer works fine, but the UISlider is very unresponsive and will only ...
0
votes
0answers
46 views

Linux (F16) desktop has very slow access to mounted CIFS drives

I have a Seagate GoFlex Home, a couple of FreeAgent Go servers, a couple of MyBookWorld devices, and a Samba server on a "real" Linux box. This constitutes about a dozen shares overall. It is ...
0
votes
0answers
34 views

IOS in app purchase,application becomes unresposive

my in app purchase has successfully been implemented! but the problem is after the unlocking the new theme i can see the whole game screen but the app just hangs no buttons are clickable,no ...
0
votes
0answers
26 views

Visual studio 2010 break makes impossible to access Firefox window [closed]

I have breakpoints in a Visual Studio 2010 application and when the debugger stops at them, the Firefox Window becomes unresponsive (Can not focus, keyboard and mouse do not work) It only returns to ...
0
votes
1answer
62 views

Single Instance Activity does not receive Input events

I have 2 single instance activities in my app one is Log in Activity(A) which is also startup screen and other is kind of application home Activity(B). If I am on B and press home key on phone and go ...
0
votes
2answers
57 views

KeyEvent doesn't detect any keys C#

I'm currently stumped. I can't seem to get the KeyEvent to work. Simple code like this just won't respond to the key I'm pressing. I've tried KeyDown and KeyPress. No errors while compiling... what is ...
0
votes
2answers
78 views

Java setting data to JTable from database error

when i try to show data from my database in table this way: void AddOrderToTable(JTable projectTable) throws SQLException { ...
0
votes
1answer
158 views

Java MouseListener for ComboBox

How do I add a MouseListener to a ComboBox? I have tried: comboBox.addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent event) { System.out.println("ok"); } ...
0
votes
2answers
56 views

How to set a proper layout

I want to set the layout as the following: 1 column and 5 rows and in the center. I tried using GridLayout(5,0) but it remains in the left, any suggestions how to make it center? import java.awt.*; ...
0
votes
3answers
83 views

My browser goes unresponsive when I try to execute this JS

I use this code to add or remove certain nodes from a page I have on my site: function nextChild() { var elem = document.getElementById('formtbody'); var a = 0; var b = elem.childNodes[a]; var node ...
0
votes
1answer
334 views

Which script is causing hang in IE9?

One of my WordPress pages is causing IE9 (win7 32bit) to become unresponsive and give the following dialog: lolabeta.com is not responding due to a long-running script. [Stop script] [x] Here is ...
0
votes
3answers
73 views

Unresponsive inputs in partial view containing a form, inside a JQuery Dialog

The issue I am having is that the elements I display in my form (inputs, dropdowns, etc) are completely unresponsive when the form is placed in a dialog. I cannot click them (even the dropdowns), and ...
0
votes
1answer
37 views

UIbutton no longer performing action when its rotated and moved

I have a view which is rotated by the user's touch, the view has 4 button that move around relative to the view. if i then try to tap on one it doesn't respond,it still thinks the button is in its ...
0
votes
2answers
403 views

LDAP search in java: DN contains ,

I'm currently running into issues when searching for entries the DN contains ',': StringTokenizer st = new StringTokenizer(dn, "="); Attributes searchAttributes = new BasicAttributes(st.nextToken(), ...
0
votes
1answer
73 views

TableView became unclickable somehow

I had a working tableview whose cells are populated with a title, subtitle, and image that was working great and could be clicked on to print something to the console. In changing other aspects of the ...
0
votes
0answers
210 views

Plone 4 archetypes.referencebrowserwidget doesn't popup

I can't get a referencebrowserwidget popup to appear in Plone 4.0.5. I've installed Plone 4.0.5. I've added archetypes.referencebrowserwidget==2.4 to my buildout.cfg. I've run buildout and I have ...
0
votes
3answers
289 views

Unresponsive UI when too fast and too much data needs to be updated!

I made a control to log messages from different threads to screen. It uses rich text box to display formatted text. When there are 20 threads which append their messages every 200-250ms the main UI ...
0
votes
1answer
190 views

What are causes of freezing in an iOS app after returning from background?

This is very difficult issue, since it doesn't occur every time. When an app is just launched, returning from background, it is fine without any freezing. After some time being in background, when I ...
0
votes
1answer
1k views

Embedded YouTube Video in iPhone App - Problem

I am trying to add an embedded YouTube video within my iPhone App so that users don't have to quit the App to watch the movie. I have found some great code online and I managed to embed the video I ...
0
votes
2answers
286 views

Android Sensor Dump Responsiveness

I have an application in Android that dumps the sensor values to the SDcard memory of the phone and kills itself when I press a button on the screen. I am using Sensor_delay_fastest to get maximum ...

1 2