Tagged Questions
The hanging tag has no wiki summary.
9
votes
3answers
5k views
How to create an all browser-compatible hanging indent style in CSS in a span
The only thing I've found has been;
.hang {
text-indent: -3em;
margin-left: 3em;
}
The only way for this to work is putting text in a paragraph, which causes those horribly unsightly extra ...
3
votes
1answer
111 views
UI hanging problem! how to solve in android using asynoronous classes?
I am implementing chat related application. In this application running two methods in asynchronous class both running simultaneous refresh message and message list this two methods I am using first ...
3
votes
2answers
535 views
Silverlight async api's cause hangs and none-responsiveness
this code causes silverlight to hang. If I remove the ManualResetEvent code, nothing happens
private ManualResetEvent mre = new ManualResetEvent(false);
...
...
3
votes
3answers
2k views
IE hanging, using 100% of the CPU
I have a web application, which in the course of a normal interaction, hangs IE. By "IE being hung", I mean that IE doesn't respond anymore and using 100% of the CPU. The only to get out of this state ...
3
votes
4answers
2k views
Internet explorer hanging issue
I'm currently experiencing an intermediate problem with some inherited client side javascript. Every so often the users' experience a browser hang with the cursor becoming an egg timer and then the ...
2
votes
1answer
55 views
Log database connections hanging
I have a java application that connects to a Sybase database.
I want to log, at the application level, database connections that are hanging.
I am not sure this is possible, if so, help me on this ...
2
votes
3answers
65 views
IOS Iphone app randomly hangs indefinitely
App being built on Xcode 4, for a base IOS level of 4 and above, tested on a variety of IPhones. Info in app is loaded from a JSON feed.
In my attempts to track down what's happening I've repeatedly ...
2
votes
1answer
554 views
How to make this Twisted Python Proxy faster?
The code below is an HTTP proxy for content filtering. It uses GET to send the URL of the current site to the server, where it processes it and responds. It runs VERY, VERY, VERY slow. Any ideas on ...
2
votes
2answers
416 views
Synchronize() hangs up the thread
I'm writing a dll library in Delphi with multiple threads created by it. Let me describe the problem step by step. I'm sorry for a lengthy description in advance :-(.
Let's forget about the library ...
2
votes
2answers
463 views
UIImagePickerController creation hangs for several seconds
I'm trying to show a UIImagePickerController after a button is clicked in an UIActionSheet. The code is straightforward. However, the call to [[UIImagePickerController alloc] init] is hanging for ...
2
votes
1answer
449 views
Why does my Berkeley DB concurrent data store application hang?
My application hangs when trying to open a concurrent data store (CDB) database for reading:
#0 0x0000003ad860b309 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib64/libpthread.so.0
#1 ...
2
votes
1answer
147 views
Hanging CruiseControl
Here is the problem.
Our cruisecontrol setup for continuous integration(V2.5 configured to work with subversion) works just fine - except on the days we need it most!
Here is what I mean. I inherited ...
1
vote
1answer
48 views
PHP call to MYSQL INSERT is HANGING
IS there any logs on the MySQL server in regards to access? I am having an insert statement hang. It could be a subnet/firewall/interface configuration problem. I have the firewall open for the ...
1
vote
0answers
165 views
Is it possible to set the hanging indent of each line in a RTB in c#?
So basically what I need to do in a C sharp rich text box, is take the text from how it looks in this image:
And make it look perfectly formatted like stack overflow does:
Product Data:
Submit ...
1
vote
1answer
101 views
Adding 500+ markers gets the app hanging
I am developing an app of places/shops and have 500+ markers from DB on a Google Map.
I add 2 kinds of places and one kind of shop like this:
Cursor places = db.getAllPlaces();
...
1
vote
1answer
308 views
Process.Start is blocking/hanging randomly on some clients
(There is a very similar topic that never got solved: here)
We have a big app running on several clients, but recently some of my code stopped working. Adding some debug code I found out the code ...
1
vote
1answer
123 views
MonoDevelop seems to hang (not unresponsive) when building csprojs
Building a solution from Visual Studio in mono develop seems to have some issues. I'm hoping someone else has experienced this and has some suggestions.
The actual dcms process goes pretty quickly, ...
1
vote
1answer
180 views
Hanging PostgreSQL Processes
We are running an JEE web application in JBoss that is using PostgreSQL 8.0.9 as the database. One page in the application runs a big and complicated query when it is loaded. We had a problem that ...
1
vote
2answers
36 views
shell that protects against machine hanging due to bad process
Is there a shell, or technique, that protects me against my entire machine hanging if a process goes haywire?
I'm using ubuntu 10.10.
1
vote
1answer
390 views
Testing IPad app with GDB hangs with black screen, fine on simulator
I have an app built on iOS 4.2, which works fine on the simulator. When I build and run the app on the device it hangs. The only way to wake it up is to kill GDB (i.e. hit the red stop sign). As long ...
1
vote
2answers
515 views
OpenCv QT CvNamedWindow IplImage not working
I have problem with displaying Cam on QTLabel using openCV,
Every thing is working fine . except one . I have to call function from open === cvNamedWindow() == in order for program to work properly ...
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
4answers
1k views
App doesn't exit when main window is closed
I keep having this problem, solving it, and then when I implement new code it comes back again. It's driving me crazy!
What I finally found was that if you instantiate a Window of any kind, even if ...
1
vote
4answers
250 views
Why does my Java code stop responding after an object declaration?
I've been working on a text-based RPG in java, just for fun. After spending many hours of tedious work writing almost a dozen classes for weapons, spells, cmbat systems, shopping systems, etc. I ...
1
vote
1answer
137 views
Why does selecting text in a Command Prompt hang the running application?
We have an application that outputs logging info to stdout. However, if it is run in a command prompt window, you can use Mark to select text from the console. If you leave the text selected, the ...
0
votes
1answer
55 views
app hanging on camera.release()
I'm working on a flashlight app using the camera flash. It seems to work fine but on occasion calling camera.release() causes a hang for about a minute or so. I've included the code below. I've looked ...
0
votes
0answers
18 views
how to stop Eclipse browser from displaying web page upon restarting tomcat?
The old eclipse bug which is very annoying for me.
The situation: I stop tomcat server => run web application again => get browser window. The problem is that browser window is displayed earlier ...
0
votes
1answer
71 views
Causes of a hanging Java console
I have a problem.
Sometimes when I close my Java applet using the "Close button" in the upper right corner, the console freezes and becomes nonrespondable. The Java process does not shutdown and ...
0
votes
0answers
841 views
'The remote end hung up unexpectedly' error when 'push'ing to github
Am a first-timer to Github. I installed Git Bash.
I have an issue in committing to Github.I created a repository 'SimpleLiftApp'
https://github.com/Jean1Jean/SimpleLiftApp
After creating just a ...
0
votes
2answers
83 views
What can cause a hanging in this “harmless” sequence of Java commands?
One of the constructors has the following sequence of the commands:
log.info("A new session of the game started.");
clientsListener = new ClientsListener(earPort, userName, players, this);
In the ...
0
votes
0answers
134 views
How to set the hanging indent in a WPF rich text box?
I was just wondering if it is possible to set a hanging indent in a WPF RTB?
I know in winForms' RTB, there is a setHangingIndent property. All I can find for WPF RTBs is the indent property of a ...
0
votes
2answers
150 views
What is making Visual Studio hang and how can I prevent it?
I'm working on a solution in Visual Studio (v10.0.30319.1) which contains 8 C# projects (WPF Application and Class Libraries). I've been working on this solution for several months, but yesterday I ...
0
votes
6answers
97 views
Program hanging while running, compiles well
EDITED :
#include<iostream>
using namespace std;
#include<conio.h>
#include<string.h>
void dfsvisit(int a[][30], int i, const char *color[])
{
int v;
...
0
votes
1answer
132 views
Trouble with editing forms in an async callback from beginInvoke of a multicast delegate
I have a form, shown through the ShowDialog method. This acts as a wizard and at a certain "screen" needs to carry out a lengthy algorithm. Executing through a multicast delegate, it produces another ...
0
votes
2answers
203 views
Access won't stop “Calculating . . . ” till you jiggle the mouse over a certain control
We're experiencing this fault on a customer's site.
On one workstation (Access2K3, happens to have a touchscreen), on one of the key forms, the user reported that it was hanging or freezing with ...
0
votes
2answers
560 views
WPF - Random hanging with file browser attached behaviour
I have an attached behavior defined thusly,..
public static class FileBrowserBehaviour
{
public static bool GetBrowsesOnClick(DependencyObject obj)
{
return ...
0
votes
1answer
111 views
NHibernate Hanging on Lazy Loaded Query
First of all, I'm using Fluent NHibernate with LinqToNHibernate.
I've got a query to do a search on a table based on what data the user entered. So, for example, I'm doing something like this:
...
0
votes
2answers
810 views
NHibernate's criteria.List() hangs when lazy property exists on entity
I've been getting some extremely bizarre behaviour where NHibernate queries start to hang. I've made a demo project that exhibits this behaviour in a repeatable fashion.
You can download the project ...
0
votes
3answers
6k views
SQL Server 2005 Restore Hanging
I have a database showing up in SQL Enterprise Manager as "(Restoring...)"
If i do SP_WHO there is no restore process.
The disk and CPU activity on the server is very low
I think it is not ...
0
votes
1answer
439 views
My VB.NET Website Hangs For A Long Time Then Displays Nothing
Okay, this is a weird issue that I've been having with a recent project I'm undertaking.
Occasionally, my website will stop functioning and anytime an ASP page is accessed, the browser will hang for ...
0
votes
2answers
4k views
Why are SYSTEM and taskmgr.exe taking up 100% of my CPU?
I'm running 32-bit Windows 2003 R2 in VMware 6.0.3 on my Windows XP 32-bit host OS. I have run all the Windows updates, but haven't done any other tweaking. About once every hour (but not quite on a ...
-1
votes
0answers
52 views
mysqli connect hanging on windows server
it's took me a while to by commenting out everything from my project to find out that a certain function is hanging (the page content is being delivered in about 200 miliseconds yet it take 10.56 ...