The freezes tag has no wiki summary.
2
votes
0answers
99 views
aptana freezes when creating a project on Mac OSX Lion
I cannot use aptana on my mac pro 1.1 with OSX Lion. Aptana freezes when I try to create any project. Reinstalling didn't help.
Btw plugin for eclipse is working.
Does anyone have similar issue?
...
1
vote
3answers
218 views
Why does my windows program die with its frozen (bluish gray) Forms or windows?
My delphi program (NOT for .NET) on windows 7 seems to be running for couple of days straight and then the program sort of freezes with all of its windows painted with blueish grey color as if its ...
1
vote
4answers
978 views
Show a Animation during a loading
Well, what I am trying to do is show a animated gif while it reads a directory full of files, however the UI freezes, which is ok, but i would like to keep the gif running till the operation is ...
1
vote
1answer
151 views
Long Running Powershell Script Freezes
Dear PowerShell users of SO,
We are using a long running PowerShell script to perform a lot of small operations that can take an extremely long amount of time. After about 30 minutes the scripts ...
1
vote
2answers
367 views
DirectShow Filter I wrote dies after 10-24 seconds in Skype video call
I've written a DirectShow push filter for use with Skype using Delphi Pro 6 and the DSPACK DirectShow library. In preview mode, when you test a video input device in the Skype client Video Settings ...
1
vote
3answers
291 views
keydown freezes timer c#
Hey, I am making a frogger type game and I am using a timer to make the images move across the screen. I am also using the keydown event to handle when the user moves the 'frog'. So, w moved up, s ...
1
vote
1answer
387 views
Why is wxTextCtrl so slow at displaying text?
I have a wxTextCtrl and I need to put a very large string into it. (Like a 15 MB string) The only problem is it's very slow. Here is what I'm doing:
char * buff = ...
wxString data(buff, wxConvUTF8);
...
0
votes
0answers
17 views
Javascript slideshow inconsistency
I cant seem to get my JavaScript slide show to work on Firefox. It works well on every other browser I have tested it on. I'm not a JavaScript professional but it appears to freeze between the swap ...
0
votes
3answers
94 views
stop tkinter window from freezing while program is sleeping
This is quite an essential part of my program and I need to have sorted out as soon as possible so anything would be a massive help.
My program consists of three modules which are imported to each ...
0
votes
0answers
27 views
How to replace a view of an ActivityGroup from other tab in android
First of all... Wish you all a Very Happy New Year.
Here is the problem I am facing when developing an android application-
I have 2 tabs i.e. Tab1 and Tab2, Tab1 is associated with an activity and ...
0
votes
2answers
55 views
Digital Western Hdrive freezing - Bad hard drive
A week ago my computer start freezing every couple of seconds to 30sec-2minutes.
So i open my proccess explorer to monitor it to see if i get some CPU spikes and if so, which application is causing ...
0
votes
0answers
243 views
Trackpad Freezes on Ubuntu 11.10 often [closed]
I have newly installed Ubuntu 11.10 on my system and as soon as I start my system the trackpad freezes and I have to restart the system once again and there after every few minutes this keeps ...
0
votes
0answers
363 views
Magento Dataflow import and Import problems
I suspect this two issues are related.
First> my Dataflow exports profiles work fine, as does the dataflow profile Import Product Stocks - but the Import All Products profile is experiencing some ...
0
votes
2answers
171 views
flex 4 - wait for load complete without freezing
I was wondering if it is possible to implement any logic to wiat for the image to complete load without freezing.
For the sake of my app, I created a class which takes image url in constructor and ...
0
votes
0answers
117 views
Rendering problem in IE8-
i have facebook application (http://apps.facebook.com/omg-applications/)
when a user logs in, he is redirected to his backoffice.
the application works perfectly on other browsers except IE8-, what ...
0
votes
4answers
351 views
Pygame screen freezes when I close it
The code loads up a pygame screen window, but when I click the X to close it, it becomes unresponsive. I'm running on a 64-bit system, using a 32-bit python and 32-bit pygame.
from livewires import ...
0
votes
1answer
88 views
Server does not respond to Requests while File Download! Any solution?
The current PHP code being used is :
header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: public");
...
0
votes
0answers
144 views
Prevent thread from being blocked too long in .Net
I have a .Net windows service. This hosts a WCF service, and a number of "Simulations" that run in separate threads... each simulation has been setup so it's very serial in action to prevent too many ...
0
votes
1answer
107 views
Repaint thread works fine when triggering business function, but freezes when triggered by reference
It's a bit difficult to explain but here is the situation:
I'm programming a Cellular Automation program and have a mainScreen class that extends the JFrame and that JFrame includes the custom Jpanel ...
0
votes
2answers
656 views
Problems exporting a 3305 page report (95000 records) using Crystal Reports 8 to RTF/Word/Excel
I'm having problems exporting a 3305 page report (95000 records) using CR 8 to RTF.
When exporting a TXT file, it works.
But...
When exporting a large RTF, the program hangs at about 42% of the ...