Questions tagged [launching]
65 questions
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
- 330
- 1
- 3
- 19
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,645
- 9
- 68
- 107
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…

user3527848
- 13
- 2
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
- 10
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…

user3087956
- 21
- 2
0
votes
2 answers
Launching html file in c++
I am trying to open a local html document using Shell Execute(). But, what i need is, Suppose if that particular document is already opened and if ShellExecute is triggered again, then that particular file should not be opened again instead bring…

Vicky
- 37
- 2
- 2
- 7
0
votes
1 answer
Why My project Run goodly But dont shown in emolator?
I am a new linux user and when I installed eclipse and sdk for android in linux.I get below error
when I start emolator and wait for 15 minute. I ran my project.my project run very good and below message is shown.
[2013-05-30 09:53:13 - RamzNegar]…

Mahdi-bagvand
- 1,396
- 19
- 40
0
votes
1 answer
how to open Home Activity from any another Activity without using Intent
In a interview someone asked me this question. Suppose there are 4 activities in application. He wants back button to work normally on first three activities(i.e. going to previous screen on back button press); except the last.
He wanted that, when…

Shirish Herwade
- 11,461
- 20
- 72
- 111
0
votes
1 answer
My AVD emulator doesn't get loaded at Ubuntu
I usually develop my android tests at Windows using the Eclipse IDE. But now that I am needing to do the same at Ubuntu, for some unknown reason the emulator isn't getting loaded, but is getting frozen at the android launching screen. It doesn't…
0
votes
1 answer
I Can't Run Some Ant Tasks In FDT
Some of my Ant tasks fail in FDT. The error is usually:
BUILD FAILED
Problem: failed to create task or type fdt.invoke.launchConfiguration
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been…

Alan Klement
- 1,218
- 7
- 18
0
votes
3 answers
What is the method for WebView finish loading?
I need a method like - (void)applicationDidFinishLaunching:(NSNotification *)aNotification but I need it for my WebView IBOutlet WebView*webView;. What is the right method?

Viper OS X
- 291
- 1
- 5
- 14
0
votes
1 answer
Windows Store App launch
I'm having issues with my Windows Store App launch. When I use the "close app gesture" (slide the app from top to bottom) and then launch the app again very fast, sometimes a blank black screen appears and when I click on it, it, the Start menu…

Martin Zikmund
- 38,440
- 7
- 70
- 91
0
votes
1 answer
TextMate refusing to launch in Lion
I found this post useful and important to share, so if anybody has problems running textmate after updating to OSX lion, do as follows...

headkit
- 3,307
- 4
- 53
- 99
0
votes
1 answer
To setStatusBarStyle when app is launching
The status bar style is set as following:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];
}
But the status bar style when app…

lu yuan
- 7,207
- 9
- 44
- 78
0
votes
1 answer
Android app: Help screen on startup unless user sets preference not to. How?
There are posts that touch on this question, but no one that I can find that really directly approaches it or solves it.
I have a main Activity that I want to call/create a help screen (it is really a second activity) when the user first gets into…
user1418094