Tagged Questions
The app-launcher tag has no wiki summary.
10
votes
14answers
3k views
Is QuickSilver dead?
After having read that QuickSilver was no longer supported by BlackTree and has since gone open source, I noticed more and more people switching to/suggesting other app launchers i.e. Buttler and ...
3
votes
2answers
160 views
GWT Launcher error because of huge classpath
I am trying to run an GWT application which (unfortunately) has a huge classpath, because if which the GWT launcher fails to load and I get the following error :
CreateProcess error=87, The parameter ...
3
votes
2answers
495 views
What is “Python interpreter None”?
I just created my first application for Google App Engines, which is called "Hello World". It was the first lesson from Google App Engines How-to-get-started tutorial. I tasted it on my computer (I am ...
2
votes
1answer
145 views
browser automatically generate a launcher icon on home screen for web apps android
Anyone knows if it is possible to automatically generate a bookmark within the Android home screen using Javascript or a meta Tag.
Thanks for the help.
1
vote
1answer
42 views
App that launches prefpane app
I've been working on a .prefpane app and it's almost ready for the mac app store. The problem is that the product created from this app is a .prefpane file and not a .app file so as I see it I need to ...
1
vote
1answer
1k views
Why doesn't my android application show up in the launcher?
I'm developing an application for the Android platform targeted for api level 4 (Android 1.6) but I can't get it to show up on my phone and I can't figure out why. Here's my AndroidManifest.xml is ...
0
votes
0answers
27 views
application launcher to a specific url like facebook
I Wanna make a simple application launcher to a specific url like facebook. supported in all mobile devices like android or blackberry.
how do i can make it, or how i can see the tutorials ? anybody ...
0
votes
0answers
103 views
Create an App Launcher Mac os x
I was wondering how to create an app launcher that launches an app and terminates it self (the app launcher is the app that's going to be terminated after it launched the other app).
So the app I ...
0
votes
2answers
81 views
Graphic app for launch etl with parameters
I use Talend to develop ETLs the problem is that I need to make interfaces to run them.
With Talend I only can run it using command line, exist any application (web if is posible) to launch the ETLs? ...
0
votes
0answers
48 views
Rails application Launcher problem
Does anyone know how rails 3.0.7 application can be deployed as windows service?
I have used this installer.
Also, i tried using gem 'mongrel' , '>= 1.2.0.pre2' but doesn't work.
any suggestions?
0
votes
2answers
1k views
After downloading an application with two Launcher components from the Marketplace, clicking “Open” will cause a crash
Create a sample application with two launcher icons. For example, two
components such as:
<application ...>
<activity ... android:name="TestActivity01">
<intent-filter>
...