Questions tagged [launching-application]

285 questions
0
votes
1 answer

How to configure application on Amazon EC2?

I have an application in ASP.NET MVC4 that i need to configure on Amazon EC2 server. But i am new to this and not familiar with this.Currently my application is configured on Azure server.And now i want to shift it on Amazon EC2. I go through with…
Pawan
  • 2,150
  • 11
  • 45
  • 73
0
votes
1 answer

Creating an application from a Terminal comand

How would I go about creating a short cut or other type of app that I can just click on with this command: open -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --ignore-certificate-errors I'm fairly new to this.
0
votes
1 answer

Hide an Android/iOS app and make it launchable only by url

I am working on an application that should communicate with my web app to retrieve some data. So I have application A which is a web app. There is this other application B which is Native and is not designe to access internet. Application B connects…
Mehdi
  • 2,263
  • 1
  • 18
  • 26
0
votes
1 answer

How to supply command line arguements to a form on launch?

I have a a simple GUI App, which need to perform a certain function on start-up, but not on manual launch from desktop or start menu. To incorporate this function, I thought of supplying command line arguments to the application, so that depending…
Pratik Singhal
  • 6,283
  • 10
  • 55
  • 97
0
votes
2 answers

How to launch application after server startup using batch file?

@echo off set START_SERVER="C:\Program Files\Apache\Tomcat_6\bin\startup.bat" call %START_SERVER% start http://localhost:8080/MyProject/ How to launch app in browser after server start using batch? My above script is starting server and launching…
Bobby Rachel
  • 453
  • 6
  • 10
  • 20
0
votes
2 answers

Android - Create Launching Application

I need some guide and help from you guys, What i want is as follows: Replace the device home screen with a customizable screen that limits users to selected applications only. This should allow the administrator to select the applications from…
Shah
  • 4,990
  • 10
  • 48
  • 70
0
votes
3 answers

Android App state recovery from launch - resume state

I am a beginner with Android, developing my final project for University. I have a problem that I do not know how to solve or how to start with it. When I launch my app I interact with it and then i press Home button on the emulator. I do whatever…
mamoreno
  • 3
  • 4
0
votes
1 answer

Best way to launch a WPF ".application" Application

What is the best way (in JavaScript) to launch a ".application" Application through javascript?
William Troup
  • 12,739
  • 21
  • 70
  • 98
0
votes
2 answers

how to prevent the process launching if it was launched before?

I have application that has a several process, including the authentication process. I need to prevent launching of authentication, if connection was established and authentication successfull. How can I implement this behavior? Platform - linux.
0
votes
0 answers

what happens before didFinishLaunching as my iPad application is taking almost 7-8 seconds launching on ios 6.0.1

Launching application after booting iPad takes almost 7-8 seconds on ios 6.0.1 but it's running fine on ios5. It hangs somewhere before coming to didFinishLaunchingWithOptions:.I've no idea what's happening as it loads fine in all cases except i…
Ellen
  • 5,180
  • 1
  • 12
  • 16
0
votes
2 answers

Why does my basic/tutorial android app crash?

I just want to create an app where when the user clicks on the launcher icon, it takes them to my website. I found example code to do this in stackoverflow, and it almost works. The code below does successfully launch a website, bit it also…
John
  • 32,403
  • 80
  • 251
  • 422
0
votes
2 answers

How to presentModalViewController in applicationDidFinishLaunching?

Here is my situation: I have a TaskListViewController(UITableView) which need Internet. So I used AFNetworking to do some login work(with demo account and password) before the TaskList is showed. Now I need to let the user set their account and…
0
votes
2 answers

How to start a new application on Android

How can I start a new application on Android? I have done a new applications NewHomeScreen and Hello and on NewHomeScreen I wrote this code. @Override public void onCreate(Bundle state) { super.onCreate(state); …
Jaska
0
votes
1 answer

How to remove status bar while the 1st image launches

I want to know how remove the status bar when the first image is launching when I start the application. Thanks.
0
votes
2 answers

Open URLs in Google Chrome and resize windows

I've got a few monitoring sites set up for my mobile apps (e.g. crittercism) and I have an extra monitor set up for monitoring everything. I have a few Chrome windows sized down to just the values I'm interested in and spaced so that everything…
FishStix
  • 4,994
  • 9
  • 38
  • 53