The unresponsive tag has no wiki summary.
5
votes
1answer
64 views
Unresponsive Javascript checking lots of elements
I created a brute-force like script which basically needs to check more than 27,000 options, and after each check displays the result inside a div.
The script is coded correctly and if I lower the ...
0
votes
0answers
41 views
What can cause one program to make another unresponsive?
I have two C# Winforms applications, which both work fine when run separately. The problem is that when I run program A, program B seems to fail to react to button presses. What are the candidates for ...
0
votes
3answers
50 views
While loop makes applet white screen and unresponsive
Here is my loop code (This is the only code relating to my loop):
while(true)
{
try {
Thread.sleep(20);
System.out.println("1");
} catch ...
0
votes
2answers
42 views
android app strange behavior
Hello I am posting this question because i really need your help.
I have developed an application that is used very intensively for hours, makes a lot of web services call, uses a lot of async tasks ...
0
votes
1answer
21 views
MouseListener being unresponsive
The MouseListener for my game that handles the shooting is being unresponsive when using an seperate mouse but not when using the built in mouse on my laptop. In my player class the mouseClicked ...
0
votes
0answers
17 views
Covered up or unresponsive divs and links in wordpress
I'm using a wordpress theme and I'm having this issue where certain links and divs become unresponsive/unclickable when I add new ones. The weird part is that the unresponsive divs aren't even being ...
0
votes
0answers
64 views
Running a form with a picturebox being constantly updated in a background worker is unresponsive to mouse events
Firstly, thank you all for all your help over the years. I have found many solutions on this site but this one appears to be unique.
What I have is a form with a picture box that is being created in ...
1
vote
3answers
84 views
Simple Android App Not Responding
The application works fine until I assign an Id to the button, then it starts becoming unresponsive. The code is minimum, but I encountered the same thing in another small test project.
The problem ...
-1
votes
1answer
40 views
JDialog not working properly [closed]
I am a newbie at Java and am in the process of writing my first project, a multiple-file one, that processes information on race horses. It is so far working well, but the JDialog window that pops up ...
0
votes
0answers
39 views
Responsive issues with Nivo Slider v3.2
Firstly, I'm a student still learning this stuff (so pardon the messy code), and have come to stackoverflow on many occasions. Thanks everyone! For some reason, my Nivo Slider is not responsive. I had ...
0
votes
1answer
98 views
JFrame freezes while running the code continuously
I have problem while working with JFrame, which get freezes while
running the code continuously. Below is my code:
On clicking on btnRun, I called the function MainLoop():
ActionListener ...
0
votes
1answer
35 views
Media Query is not working on one page html
i'm just wondering why i can't apply media query in this one page while the other pages can...
can anybody tell me why??
this is the link,
http://blackbox-webstudio.com/demo/isamare/album1.html
i ...
0
votes
1answer
74 views
Unresponsive area in UITableView in landscape orientation
I'm developing an iPad application where I have a screen with UITableView hosted on UIScrollView. UITableView's leading space and trailing space is being pinned to superview.
I'm using Autolayout in ...
0
votes
0answers
91 views
Play Framework becoming unresponsive? (Possibly memory issues)
We got a Play 1.2.5 application and we've had some problems with the application becoming unresponsive.
After setting proper memory settings for the application the problem hasn't reoccurred (a ...
0
votes
1answer
36 views
KeyListener only sometimes works
I am writing a game and I have just tried to add the KeyListener. I have experience with java including KeyListeners but I for some reason cannot figure out why this code only works some of the time.
...
0
votes
0answers
32 views
eclipse ui unresponsive, anything to do about it?
Eclipse is a great piece of software, in many ways better than MSVS2010 but sometimes it drives me crazy with the unresponsiveness when editing.
I have a decent enough computer and its not really ...
0
votes
0answers
202 views
DataTables render slow in Firefox (Warning: Unresponsive script) and Internet Explorer
I have a 30 row/97 column table with fixed column and horizontal scroll. The initialization code is below with an animate call to scroll the table to a specific column. On Firefox, it takes over 15 ...
0
votes
0answers
46 views
How to stop running an unresponsive script for a CAxWindow -> IWebBrowser2 BrowserControl in VC++ ATL
I am hosting a browser control in an ATL exe using CAxWindow::CreateControl(). The control is hosted correctly and the script runs corrctly.
But I'm facing an issue related to this. In case of any ...
0
votes
2answers
336 views
How to programatically change the about:config dom.max_script_run_time value in Firefox?
I am just wondering if there is any way to programatically change the dom.max_script_run_time value in the Firefox about:config window.
When the default values in my Firefox is 10, I think its too ...
1
vote
2answers
34 views
Thread causes applications to become unreponsive
I have an activity which registers an Observer using the following code
Activity:
//Register for network status updates
NetworkStatus networkStatus = new NetworkStatus(this);
...
3
votes
0answers
152 views
UI freezes after child window closing until first click
I'm writing a drop down component with colors for toolbar. So I've taken ideas from 'Swing hacks' book, changed conception a little bit and added Swing's standard JColorChooser to drop down. The ...
0
votes
0answers
99 views
How to stop running an unresponsive script for a CAxWindow -> IWebBrowser2->Navigate
I am hosting a browser control in an ATL exe using CAxWindow::CreateControl().
Then I query for IWebBrowser2 interface and Navigate to an URL.
After I call IWebBrowser2->Navigate, I do check for
...
0
votes
0answers
107 views
Flexslider Responsiveness
Just wondered if anyone using the Flexslider has found that when switching back and forth from different size browser windows the slide images do not automatically adjust to new height and widths.
...
1
vote
1answer
117 views
mysqlcheck causing server issue using 100% cpu, server not responsive
I have a mysql server (5.0.58) that is hosting many databases (~30). A few years ago I started running into performance problems with some db which I eventually resolved by executing a nightly cron ...
0
votes
0answers
76 views
focusListener not firing in Model View Controller test
I am very new to Java and far from an expert programmer, so a apologies if parts of this post are incomprehensible. Hoping someone can help to explain why a focus listener is not firing in response ...
0
votes
2answers
209 views
Sleep() in Win32 makes program unresponsive
Basically exactly what the title says. I would like to update the text that a button contains every 1 second when the user presses that particular button. I have noted that when the program doesn't ...
0
votes
1answer
163 views
Unresponsive TableView while WebRequest (AFNetworking) on device, but ok in simulator + MagicalRecord issue
I have an application that retrieves json (employees workschedules) from a web service using AFNetworking and displays them in a table view.
I have my webservice class that takes care of doing the ...
2
votes
2answers
168 views
Excel unresponsive when InputBox open, c#
I'm building an excel add in using c#, and i want the user to select a range.
I have the inputbox set up and it's receiving the range fine when entered as a text.
The problem is that excel is ...
1
vote
1answer
80 views
php socket occasionally unresponsive and no errors thrown
I've written a database application using Mysql and php on the server side, and Flex on the client side. I use a php socket to have it automatically update all clients whenever changes are made to the ...
1
vote
1answer
214 views
Update DefaultListModel with JList, using extends on subclass
trying to solve a problem and i cant get why it wont work. I'm sorry if I confuse you with my norwegian comments and variables.
First, here is my form.java file.
import java.awt.FlowLayout;
import ...
1
vote
3answers
119 views
Complicated about JTable
I would like to know whether it is possible to make database columns to appear as rows into a JTable.
Graphically , this is what I mean, it is for a timetable:
Database
...
1
vote
1answer
134 views
UITableView becomes unresponsive
UITableViewCell becomes unresponsive this was a very different problem with a very different solution.
My tableView which is a subView in a UIViewController initially works fine and I can select ...
0
votes
1answer
86 views
iOS application on app store becomes unusable after two days [closed]
An app I recently had approved for sale on the iTunes store has been getting feedback stating a complete breakdown after two days of use. The app works as intended and seemingly (due to it being ...
1
vote
1answer
81 views
XNA Release becoming unresponsive
When I run the release, published, or debug version of my game, it becomes unresponsive when the window is not active. It only runs correctly when using F5 debug mode. Nothing I have tried has had any ...
0
votes
2answers
148 views
what is causing my WPF UI to become unresponsive? [closed]
I am a wpf newbie so pardon anything that doesn't sound right...
I have a WPF application that when started loads many (20000+) items from my SQL database and stores them into an ObservableCollection ...
1
vote
1answer
759 views
html submit button with php after not working
I cannot seem to find an answer to my question on the internet. I can't help but think it is a stupid mistake, however I have gone over my code at least 6 - 7 times and even took a break to look at ...
2
votes
1answer
403 views
Look and feel is not updating in Swing JTabbedPane
I have created an application in Java Swing. I offer the option to change the look and feel of the application from a menu, but after adding a new tab in JTabbedPane, it is not getting updated with ...
0
votes
3answers
116 views
One JButton to call member functions based on user input
Given a GUI app, a user will select one of the two radio buttons, JRadioButton a, or JRadioButton b. Depending on his selection, he will enter different inputs. However, to calculate a formula, he ...
0
votes
0answers
194 views
R not responding when running rpart decision tree for 95000 training cases
My code is simple:
#load rpart library
library(rpart)
# set directory to path where data is located
setwd("U:/ActClosures")
# load data into a table
closure_data <- ...
0
votes
0answers
148 views
MVC3 Unresponsive application on IIS7.5
I have an MVC3 application running on Windows 2008 R2, IIS 7.5. We have a SQL Server 2008 database on a separate server which we access programmatically using Fluent Nhibernate. There are 2 versions ...
0
votes
2answers
110 views
ios UI unresponsive during viewdidappear
I have a table view, and when the user selects a row, i push them to a new ViewController. At first, I initialized all my view objects in the ViewDidLoad method (involving web service calls) but I saw ...
1
vote
1answer
141 views
Displaying UIViewController, NSOperationQueue
I have been on an iOS 5 app in which I have an NSOperationQueue which works fine to get some data and create a UIViewController. However, at one point when every operation seems to be complete the app ...
1
vote
2answers
100 views
Build javascript object without freezing
I am currently developing an admin-panel for adding and removing vertices from a graph.
I have three large "network"-graphs with around 500 nodes each, which I load and build without problems.
Now, ...
0
votes
1answer
483 views
While loop with delay makes JFrame unresponsive
So, my JFrame becomes unresponsive when I run this code. I managed to trace it back to the while loop under gameLoop(). Regardless of using delay(1000/FRAMERATE) which calls Thread.sleep() within it, ...
1
vote
1answer
450 views
Why are the android buttons freezing my app and not functioning?
I'm currently working on an app where a user can post logs to a project. However, it seems as if I have come across a problem and cannot seem to find the answer. The back button does not close the log ...
0
votes
0answers
35 views
KeyListener only responds at rather random times
before I begin, I'm not sure I want to use key bindings because they seem to complicated for my taste and I'm not sure if they deal with button releases (correct me if I'm wrong). But I digress, my ...
1
vote
1answer
310 views
Windows Azure Role Unresponsive
I have a worker role wherein a number of threads run to handle connections from clients. During load testing, we've noticed that the role becomes unresponsive, and stays in that state until we restart ...
1
vote
0answers
112 views
Android: Application becomes unresponsive after short delay
I've noticed my whiteboard app becomes 'dormant' after a few seconds of no interaction, so that when something is newly drawn, there is horrible lag. This is without switching away from the app at all ...
0
votes
2answers
282 views
Git fetch/pull only work when connected to a specific wifi?
I've cloned a Git repository a few days back and began working on it, all the while on a wifi connection we'll call wifi_a.
Sometimes, wifi_a is unresponsive, but wifi_b generally works when wifi_a ...
0
votes
1answer
860 views
html5 video won't start when play button is clicked
I've looked everywhere for a similar problem with no luck.
I have an html5 mp4 video that won't play when the play button is clicked. I know the click is sensed because the play button highlights ...

