Questions tagged [launching-application]

285 questions
-1
votes
1 answer

Running application on a locked down Win10 machine

I've got a small program I made to improve on simple work efficiencies. In effect it's just an application that has direct links to applications and websites, allows text input and formats it appropriately so this information to be stored and…
-1
votes
1 answer

Can't open sapui5 application extension from fiori launchpad

I am extending sap standard approval application in a Web IDE full stack. Made a few commits yesterday and at the end of the day, the application stopped working. When I try to open the app from launchpad, I get nowhere and can only see errors in…
Dalton
  • 347
  • 3
  • 15
-1
votes
1 answer

How to launch an application using rdp(remote desktop protocol) in windows 10?

I am trying to launch notepad through rdp in remote machine. I tried editing rdp file with this code alternate shell:s:"C:\Windows\System32\notepad.exe" But didn't worked. Can anyone help me with this issue?
-1
votes
2 answers

Executing External Programs in pascal

I want to open a program with below code but I can't program launchprogram; uses Classes, SysUtils, Process; var AProcess: TProcess; begin AProcess := TProcess.Create(nil); AProcess.Executable:= 'C:\Program Files (x86)\oCam\oCam.exe'; …
mohsen.2
  • 91
  • 1
  • 2
  • 6
-1
votes
2 answers

angular controller not returning result

{{name}}
app.js file angular.module('myApp',[]); var mainController =…
Deadpool
  • 7,811
  • 9
  • 44
  • 88
-1
votes
1 answer

Need help creating a simple website launcher for android

I am a beginner with app development using Java and have a requirement which I am not sure how to complete. I need to create a simple launcher that will just launch a specified website in the default browser (essentially the same thing as creating a…
-1
votes
1 answer

How to launch an application from hashtable in objective-C?

hey i'm able to create hash table in Objective-C which stores data in XML format... but how to launch the application which i've specified in the string tag in XML file...My application name is in the bundle format... For Example:…
suse
  • 10,503
  • 23
  • 79
  • 113
-1
votes
4 answers

How to show login screen only for the first time when app launches

I want to launch the login screen when first time app launches other wise app work simple but problem is that again again it goes to login screen. here is the code which i am using in didFininsh I want the user show go to login screen first time…
Jaw Ali
  • 205
  • 5
  • 13
-1
votes
1 answer

Change Launcher icon while installing the app in IOS?

Is it possible to set the user selected icon as launcher icon while installing the application in IOS? Our client was asking the requirement as while installing itself user can select their custom launcher icon for Iphone Application. please help me…
Karthik
  • 747
  • 4
  • 21
  • 48
-1
votes
2 answers

How to bring an application to front of another one which is currently running?

I Have an android application in which I handled the device Home button click.I made the application relaunched automatically when user clicks on Home button while my application is running using Service. When user clicks on Home button while…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
-1
votes
2 answers

Do all Web Applications need a browser?

By definition: Web Application is an application that is accessed via the Web browser over a network such as the Internet or an intranet. Is it possible to develop a Web App that does not need a browser to run on? P.S. I am not looking for…
-1
votes
2 answers

Launch one activity from another

i just want to know how can i detect if the user opens an app so an activity of mine launches as well. For example, the user opens the sms app and right after a kind of lockscreen appears.
Marco Espinal
  • 41
  • 1
  • 4
-3
votes
1 answer

Launching ios ipa from terminal command

I'm going to use Ranorex to automate my app test.To do so, i will need to launch the RanorexServiceApp on my ios device before i can start my testing script. How can I launch the RanorexServiceApp from my mac terminal? ps.:Sorry for bad…
賴亨學
  • 11
  • 1
-3
votes
1 answer

How to get List of Launching apps

I would like to store the package name when user launch the application.When user open a application i would like to get that package name. Thanks in advance.
-3
votes
1 answer

Launching on Android before iOS

I did not know where else to turn for this question My present background is Android and Rails application development. I am building a social media type mobile app that allows for real-time messaging between users, and the creation/scheduling of…
Sauron
  • 6,399
  • 14
  • 71
  • 136
1 2 3
18
19