Questions tagged [launching]

61 questions
0
votes
1 answer

I want to install an older godot engine

I tried installing the latest (3.2 stable release). And the download went fine. But when I launched it, the engine always not respond at first. It'll work tho when I wait for a few seconds or a minute. It does the same thing when I am trying to…
0
votes
1 answer

Can't launch the activity again if it's already open

I'am working on SMS manager like app. Now when an SMS is received a new Dialog Activity like a pop-up which shows the user the Sender's number and message. It's OK but if another SMS comes before the user press Back button (the Pop-Up activity still…
Vivek Rathaur
  • 53
  • 2
  • 10
0
votes
0 answers

Selenium.WebDriver.ChromeDriver Slow on initial launch

Initial launching of the Chrome driver is taking 35 seconds on average everything works fine just can't speed up the launch time. Using Selenium.WebDriver.ChromeDriver Version 2.35, NuGet by Jsakamoto. Additional nuget packages are Selenium.support…
0
votes
1 answer

After building , the .exe outside the Release folder dont working

After building a project it appears in the Release folder. After launching it outside the release folder program will stop working. Im using MetroFramework design .dll's for sure. Any suggestions?
johhny_hax
  • 13
  • 3
0
votes
0 answers

Proper way of launching a new e-commerce (woocommerce) theme without losing sales?

I can't find an easy solution to launching a new woocommerce theme on a site with lots of traffic without having to go through a massive undertaking or taking the site down for a while. The site sells wooden jewellery and gets quite a bit of…
0
votes
0 answers

ERROR - Launching application after installing android

I programmed small app for android by xamarin. It sends some data to windows via Lan. After installing I tried to open app and I got error: code application: using System; using Android.App; using Android.Content; using Android.Runtime; using…
Cenarius
  • 135
  • 1
  • 8
0
votes
1 answer

Launch Android app from email

if app is installed open app if app is not installed then open url in browser. When user see his/her email and click on email which is sent by us. Thanks in advance
Teraiya Mayur
  • 964
  • 8
  • 18
0
votes
3 answers

How to bring in a web app

I run a game and the running is done by hand, I have a few scripts that help me but essentially it's me doing the work. I am at the moment working on web app that will allow the users to input directly some of their game actions and thus save me a…
Teifion
  • 98,441
  • 75
  • 152
  • 192
0
votes
0 answers

Android dalvikvm thread still suspended. Can't start debugging

I have the following problem. I had a stable version of my android application and started adding code. When debugging the edited version of the app it threw an illegal argument exception. So i decided to comment out all the new code, but after that…
0
votes
1 answer

Eclipse: Launching Debugging Mode for Android App often doesn´t work

When i want to debug my Android App (on an Emulator) the Debugger goes into Debugging Mode, but i cannot use the items of the toolbar (resume, terminate etc). The weird thing is that it´s not always like that: sometimes after hitting the relaunch…
flixe
  • 536
  • 8
  • 28
0
votes
1 answer

I Cant Launch LoadRunner 11.5

I'm having a problem launching the trial version of LoadRunner 11.5. It says: An unhandled exception has occurred in your application. If you click continue, the application will ignore this error and attempt to continue. If you click quit, the…
Lusitha
  • 159
  • 1
  • 1
  • 14
0
votes
2 answers

iOS : xcode 5.1.1 icons and launch images screen not working

I have set my app icons and launch images in Xcode in Project > Target > 'App Icons' And 'Launch Images' The icons and screens are of the correct dimensions and I set them without using the asset catalog. I have two problems: If I set default…
Zigglzworth
  • 6,265
  • 7
  • 59
  • 101
0
votes
0 answers

Launching an activity from an activity other than the main

I am new to android app development. I am practicing some basics with a simple app. I was able to launch an activity from my app's home screen, however, when I try to launch a third activity from activity2 using the same method, the app fails to…
0
votes
0 answers

Executing a jar file, with code

I'm trying to create a java launcher to launch other .jar programs. When you click on a button in the launcher, I want it to run a different .jar file. not the .java file. I am not sure if this is even possible. If it's possible, how can this be…
Evan Nudd
  • 216
  • 2
  • 9
0
votes
0 answers

VS2013 C# WPF W8 not launching

I have a weird problem. I'm working on a Win8 set to a russian locale (though interface language is set to english). When I build my C# WPF application in VS2013 it then only works on other PCs if their locale is set to Russian too! I don't know…