Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
5answers
387 views

Force application close on system shutdown

I have a Windows Forms application that when the Main Window is closing, it displays a basic dialog box, confirming the action. If the user decides to cancel the application exit is cancelled. ...
8
votes
2answers
1k views

Detect HTTP or HTTPS then force HTTPS in JavaScript

Is there any way to detect http or https and then force usage of https with javascript? I have some codes for detecting the http or https but I can't force it to use https: . I'm using the ...
8
votes
3answers
2k views

How to do a fast and safe sync on perforce?

If you do a sync in perforce it can happen, very often, to do nothing even if it should. If you do a forced sync (sync -f) it will definitely sync all the files from the server blindly and this is ...
7
votes
3answers
5k views

Force drop mysql bypassing foreign key constraint

I'm trying to delete all tables from a database except one, and I end up having the following error: Cannot delete or update a parent row: a foreign key constraint fails Of course I could trial ...
6
votes
2answers
114 views

How do I re-authenticate a user in an ASP.Net MVC 3 _Intranet_ application?

Let me explain: the application is already using Windows integrated security, not Forms. What I am trying to accomplish is a so called "step-up" authentication, or "force re-authentication" for the ...
4
votes
2answers
198 views

Powershell New-Item: How to Accept Confirmation Automatically

I'm trying to create a new directory on a network drive using a powershell script but it keeps prompting me "Confirm: Are you sure you want to perform this action ...." Is there a way to ...
4
votes
2answers
1k views

Java tool/method to force-kill a child process

I am looking for a Java tool/package/library that will allow me to force-kill a child process. This tool/package/library must work on Windows platform (mandatory). Support for Linux/Unix is ...
4
votes
1answer
345 views

Force delete windows directory from python [closed]

Possible Duplicate: DirectoryInfo.Delete(True) Doesn't Delete When Folder Structure is Open in Windows Explorer Folks, I am writing a python testing harness and part of the project ...
4
votes
1answer
298 views

Java Swing: How can i check if a row appears on screen before force scrolling to it?

I am using a Swing JTable, and i want to force scroll to a specific row inside it. That is simple using scrollRowToVisible(...), but i want first to check this row is not already visible on the screen ...
4
votes
1answer
932 views

When I get the Force Close dialog, I have a Report button. Where did it come from?

I feel a little bit silly asking this, but I haven't been able to find any answers on my own. My Force Close dialog has a "Report" button. I think it's a great idea, and I wish everyone had it. At ...
3
votes
1answer
294 views

D3 Force-directed graph using texts instead of nodes

Original: http://mbostock.github.com/d3/ex/force.html In his example as provided in the above link, I'm simply trying to replace the circle nodes with their names instead. I don't know much about D3 ...
3
votes
3answers
135 views

Android, What will realy happen after force closing the application?

I have an stock market application. when user login to application, server sends me a session key. this session is valid until user logout the application or don't do anything for some minutes. My ...
3
votes
3answers
186 views

WPF: prevent user from leaving TextBox?

I won other battles and lost this one -- wherein our design sometimes forces users to fields. Obviously the code samples are oversimplified. Let me know if I need to provide more details somewhere. ...
3
votes
2answers
2k views

Force-directed layout implementation in Java

I've been looking around for a Java implementation of the force-directed graph layout algorithm but got no fruits so far. Any help will be appreciated :)
3
votes
2answers
2k views

WCF - How to configure netTcpBinding for NTLM authentication?

I know how to configure basicHttpBinding for NTLM authentication, but can't figure out a way to do the same for netTcpBinding. Does netTcpBinding support NTLM? If so, how to force WCF service to use ...
3
votes
2answers
537 views

Copying the .svn directories from a checkout to a non-checkout to make it a checkout

I have a large application in a production environment that I'm trying to move under version control. So, I created a new repo and imported the app, minus various directories and files that shouldn't ...
3
votes
4answers
964 views

Unable to Git-add with force

I get git-status at ~/bin: # Untracked files: # (use "git add <file>..." to include in what will be committed) # # screen/dev/ I run git add --force screen/dev/ I get the same ...
2
votes
2answers
168 views

jQuery force mouse move and click

Demo: http://jsfiddle.net/thisizmonster/VRPDa/ Purpose: Mouse must move to button position (button position must auto calculate) Fire mouse click event How do it? Edited/Added Since everyone ...
2
votes
1answer
166 views

Why does my PreferenceScreen cause a force close?

I'm in the process of making my preferences look a little nicer. I'm adding icons to each of them using the IconPreferenceScreen class, but as I change all my PreferenceScreens to IconPreferenceScreen ...
2
votes
2answers
47 views

How can I account for users using Task Killers?

I've made an app and it's pretty stable except when people kill it using Advanced Task Killer and have at least Android 2.2. Android 2.1 and below handle this fine but Android 2.2 and over kill it ...
2
votes
0answers
337 views

UIView force redraw in real-time (drawing app)

I'm working an app for drawing. I'm collecting the strokes as points and draw those points into the drawRect method of my UIView subclass. I collect the point by overriding touchesBegan, touchesMoved ...
2
votes
1answer
199 views

Force application to front

The question I'm about to ask may seem dangerous for the user, so here's the story before the question: I'm working in a compagny that tries to sell Galaxy Tabs to schools (children under 10). So, ...
2
votes
2answers
270 views

ForceDirectories returns False

I am using the ForceDirectories function like this: ForceDirectories('C:/Path/To/Dir'); And it returns False and no directories at all are created. GetLastError returns 0. I am running the program ...
2
votes
2answers
7k views

How to force stop my android application programatically?

I'd like to force stop my android applicataon when I click closeButton. This is my code. protected void onCreate(Bundle savedInstanceState) { this.setContentView(R.layout.layoutxml); ...
2
votes
2answers
563 views

PHP or HTML/CSS solution for forcing line breaks in table

I have a table filled with user generated text. The text spans for as much as the TD allows, however if the input is a string made of a long string with no breaking chars (white space, dash etc) it ...
2
votes
7answers
2k views

How to force derived class to call super method? (Like Android does)

I was wondering, when creating new Activity classes and then overriding the onCreate() method, in eclipse I always get auto added: super.onCreate(). How does this happen? Is there a java keyword in ...
2
votes
1answer
158 views

heroku application still referencing old files after push

I've been experiencing this very odd problem lately in Heroku. I develop and test locally, then I push the changes to Heroku. Even though the files pushed have been changed (and Heroku does ...
2
votes
7answers
378 views

Overflow my memory, to force garbage collector?

How can I purposely overflow my memory, to force garbage collection? Can someone propose algorithm like this: while ( garbage collector starts ) { overflow my memory with something easily ...
2
votes
2answers
103 views

How can I force Rails (2.3.x) MemCacheStore to read a value from the server?

Long story short: I have some controller logic that requests a value from the cache X times, expecting to get a different value on subsequent requests if it has in fact changed on the cache server in ...
2
votes
2answers
2k views

UIActionSheet won't display properly in landscape mode

I am trying to display a UIActionsheet in my application. It works perfectly in portrait mode but when I try to have it display in a landscape orientation it still slides in from the bottom. However ...
2
votes
1answer
318 views

How can you update an NSMenu while it is active (visible)?

I have an NSMenu instance, through which all communication with the Cocoa app will take place. If the menu is open, the background doesn't run, so how can I force an update while the menu is still ...
2
votes
2answers
220 views

How to force multiple Interfaces to include certain the same properties?

I am trying to figure out a way to force all of my Interfaces to include properties of the same name/type. For example: I have two Interfaces; IGetAlarms and IGetDiagnostics. Each of the Interfaces ...
2
votes
2answers
295 views

Calculate forces on a box

Story: I am developing a construction tool for wooden boxes. A box consists of a set of boards, each board is represented as 3 3D-vectors, and one placement vector. Each box is visualized using ...
2
votes
2answers
3k views

PHP headers forced download and then redirect

Right now I have a php form that forces a download of a zip. How can I redirect to another page and also force that download (where the download is actually php zip)? Would I use javascript? any ...
1
vote
1answer
88 views

How to force downgrade of iOS app without doing uninstall

iTunes will not sync an app with the same or lower version, which is (somewhat) good for users, but it is a PITA for developers. (When possible, I develop apps to be backwards/forwards/sidewards ...
1
vote
1answer
55 views

htaccess mod_rewrite: Force using https, but not on subdomains

I want to force users to use https on my site. I use this piece of code in the htaccess: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L] It all ...
1
vote
2answers
46 views

Android app Stops and starts on its own

Can anyone help with my android app. I am using eclipse and it is a lengthy page app. At page 18 is tells me that it stopped unexpectedly but after you hit the force close button it starts at the same ...
1
vote
1answer
106 views

New intent creates force close

I separated my app in 3 classes. the main class where the user can choose which feature to use. The map feature works fine but my directions features doesn't when the user clicks on the button is ...
1
vote
1answer
122 views

Android: OnResume causes force close

I'm trying to make a simple notepad application and I would like to refresh the notes when the New Note activity finishes and the main screen resumes. However I get force close when trying to open the ...
1
vote
1answer
110 views

git pull analogous to / opposite of git push -f?

Sometimes, esp. when I'm the only one working on a remote repository, I like rewriting the history with git rebase -i and git push origin master -f. How do I do a forced git pull origin master ...
1
vote
1answer
287 views

Android application force close

Trying to send a text message more than 100 times, is there any way to override the SMSDispatcher text limitation? Here's the error: 08-02 03:34:07.927: WARN/dalvikvm(1199): threadid=1: thread ...
1
vote
2answers
201 views

Connecting to device via bluetooth, locked app

I'm trying to connect to a embedded device which actually works but when i'm connecting it consumes alot of resources and the app comes to a halt which after some while will respond in a force quit or ...
1
vote
2answers
72 views

How can I store the object `id` in a migration file?

I'm using Ruby on Rails 3.0.7 and MySQL 5.1. I'd like to force to store the object id in a migration file. For example I have this: User.create!( :name => 'Test name' ) but I would like to do ...
1
vote
1answer
342 views

Null cursor in android?

I have a problem in my app. I have some lists and each of them has a date. If the date of a list is today I made a Notification,and in my notification I put the items from that list. The problem is ...
1
vote
3answers
175 views

Force Close for mapController?

Hey! I have a strange problem. I want to display on map a certain location. The problem is that sometimes everything works fine, but sometimes I get force close and in DDMS I get : 06-03 18:24:14.171: ...
1
vote
3answers
402 views

JavaScript - Force select element to dropdown?

How can I force the select element to dropdown using Javascipt? Is it possible? <select id="MiamiPlayers"> <option value="0">Bosh</option> <option ...
1
vote
2answers
54 views

The closer the x/y the more x/y velocity

I am writing a fairly simple script in JavaScript using the canvas. It draws a central node which pulls all of the surrounding nodes towards it. This works great, however I need each node to repel ...
1
vote
1answer
693 views

Codeigniter force download CSV file bug

Here's the problem I wanted to convert my data into csv format and download it. everything is fine, until the csv file that i had downloaded and there's a little bug on the file which there will be a ...
1
vote
2answers
369 views

Forcing Download from s3 amazon servers

I've been in a development of new web application where it relay on S3 amazon servers as storage system, and Codeiginter as PHP framework. What I need is to force download of the file when download ...
1
vote
0answers
166 views

Activity force closes

I am currently starting an activity from within a SurfaceView. The Activity starts up fine (displays an EditText and a button inside a LinearLayout). However, it force closes. It is giving me errors ...

1 2 3 4