Questions tagged [launching-application]

285 questions
0
votes
1 answer

how to manage multiple asp.net applications on one hosting with subdomains?

thanks for your time and attention. I want to deploy multiple asp.net applications on same hosting with subdomains. How it should be manged ? I just created a subdomain and deploy application in its folder; when I tried to access application with…
haansi
  • 5,470
  • 21
  • 63
  • 91
0
votes
1 answer

Activity not starting when the icon is clicked

I've began working on a simple Android project recently, but it looks like I just cannot get it to work. I have a main Activity (It has @style/Invisible parameter) which checks if my service is running and starts it if it's not. Also, before the…
0
votes
0 answers

Launch an external application from node.js server running as windows service

I wanted to launch simple notepad application from nodejs server running as windows service. So first i created a nodejs "server.js" file which contain following code : require("child_process").exec("notepad"); When i run "node server.js" in…
0
votes
0 answers

After Updating to Marshmallow the App runs thrice while I run from my PC

I received marshmallow update for my Moto X Play few days before and I updated it, After updating it and whenever I run my app from Android Studio it launches three times. But where as I click the icon, which is run previously it just opens once.
0
votes
0 answers

Manipulate an application using VB

I have a problem in my VB code so I am now stuck. I am trying to open a certain application by my VB application code, this is done successfully by Process.Start(). However I don't only need to start application, I also need to manipulate its User…
0
votes
2 answers

How do I use the delegate to dictate which view controller behaves as the initial view controller?

I am trying to add to my app delegate file the code that will allow me to segue directly to my "Camera VC" if the user is logged in and to the "loginVC" if the user is not logged in. To be honest, I am very lost on how to do this and any help would…
0
votes
1 answer

LibGDX how to launch another LwjglApplication?

I'm using LibGDX 1.7.0 with Android Studio. I wrote simple game, it can run both on Android and Windows. I also wrote a level editor for it, which is supposed to run on desktop. Both applications work perfectly, except for launching a game from…
Maciej Dziuban
  • 474
  • 3
  • 21
0
votes
0 answers

How to detect first time app launch on Firemonkey?

Is it possible to identify when an multi-platform application is loaded on it's very first time for the user with Delphi Firemonkey?
Machado
  • 14,105
  • 13
  • 56
  • 97
0
votes
1 answer

windows UWP app LaunchAsync not launching .py files

This is my first question, so ill try my best to ask it in a better way. I am using launchasync method in c# in my windows 10 UWP app. Behind a button click handler I am using it. Its working file with .txt files bcz it opens it with its default…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
0
votes
2 answers

Launch Periscope from App

How can you launch Periscope from your applications via IBAction. I'd like to go directly to a user's periscope profile. I tried the following: NSString *periscopeURL = @"periscope://"; [[UIApplication sharedApplication] openURL:[NSURL…
TheRealRonDez
  • 2,807
  • 2
  • 30
  • 40
0
votes
0 answers

How do I know the way my OS X application was launched?

Ok. It is 2015. A lot of things have changed. And I would like to ask... Does anyone know the way to detect how the application was launched on OSX ? Because I still don't have the answer... I am talking about these cases that are important to…
UJey
  • 1,442
  • 11
  • 15
0
votes
1 answer

Launch exe/shortcut and not care about return

I was trying to launch exe files and shortcuts that point to exe files (shortcuts may have command line arguments on them). I was looking for a winapi way to launch them such that the return value is not cared/waited for. I have only found ways…
Blagoh
  • 1,225
  • 1
  • 14
  • 29
0
votes
1 answer

How to launch a dependent application on OS X?

What is the programmatical mechanism by which an application can be launched at a result of another one being launched? E.g. upon launching iTunes, the Last.fm desktop launches too. Or it is just a question of substituting a "batch file" of some…
jldupont
  • 93,734
  • 56
  • 203
  • 318
0
votes
1 answer

Launch Screen Showing Out of Proportion

I am using Xcode 6 and working with having my launch screen showing up on all different types of iDevices including iPad, iPhone 4, 5, 6. When it launches though it shows the writing and copy-write half off the screen for some reason and I was…
0
votes
2 answers

Android Auto - launch third party app from within my app?

Is it possible to launch any third party application from my application on Android Auto I couldn't find anything mentioned on this anywhere. Note: Please note "Android Auto" (Car) words here. I am not asking for android mobile application.