Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
4answers
13k views

Firing a SharePoint Workflow by updating a list item through List Webservice

I am developing, a simple SharePoint Sequential Workflow which should be bound to a document library. When associating the little workflow to a document library, I checked these options Allow this ...
7
votes
1answer
493 views

Run an R script at boot

First of all, this may need to be moved to superuser. I couldn't decide which venue was better. I am trying to write an R script that will run at boot/reboot and add that machine to a pool of ...
5
votes
4answers
750 views

Delphi: How to create a Windows autostart application like Skype does?

I'd like to add an option to my application similar to the Skype's option "run Skype as my computer starts". Skype doesnt't go on the "Auto start applications" of the start menu folder, I'd like to ...
5
votes
5answers
5k views

Auto startup for java desktop application?

I have created a desktop application in java using NETBeans IDE 6.1... and made a jar file of the application. Now I want to make its auto start up in such a way that its start up whenever client ...
4
votes
2answers
2k views

How to install and start a Windows Service using WiX

I tried to use the codes below in Wix. But when installing, the installer was freezing for like 3 minutes on status: Starting services, then I got this message "Service Jobservice failed to start. ...
4
votes
6answers
2k views

JAR installer that auto-detects if Java is there and autostarts the application

I need to build an installer that does the following: 1. Installs my jar on the client 2. Auto-detects if JRE is installed (in which case it does not re-install it), otherwise installs it without the ...
4
votes
6answers
4k views

How to create an auto startup c++ program

I am creating a program in c++, which I want to be able to have the option to have users let it auto start in windows. So when a user starts his computer, windows will auto start this program. I have ...
3
votes
4answers
232 views

How to ensure android is always powered on?

I have a project requirement which requires android to be always powered on with service running in background. While I can handle service part, as from 2.2 by using START_STICKY, still there is no ...
3
votes
2answers
1k views
3
votes
4answers
1k views

What type of application that allowed to auto-start in iPhone?

i wonder what type of application that are allowed to be started in the background/foreground when the iPhone boot , and are they limited to iOS 4 ?
3
votes
1answer
2k views

Autostart application while phone boots up

How can I make my application to get started while my phone boots up itself.
3
votes
4answers
350 views

Double click to start Windows Service

How do I make my Windows Service to work in the following way... 1.) Automatically start after it installs 2.) Automatically start even if we simply double click on the executable In other words,I ...
2
votes
2answers
31 views

How can I autostart a UI-application under windows that a non-admin user cannot close?

I have developed a C# Windows Forms application that runs in the background as a systray icon and does some stuff when it's clicked. It is supposed to launch when Windows starts and run continously, ...
2
votes
1answer
111 views

Launch Mac application when iTunes starts without background process (like last.fm)

I would like to start my OSX application when iTunes loads, without having a background process to monitor when iTunes launches. The last.fm client seems to do this; I can find no background process ...
2
votes
2answers
97 views

Difference starting program from registry to starting from startup folder

We have a simple application with a button that opens the event viewer using process start. public static void OpenWindowsEventViewer( string computerDnsName, string ...
2
votes
1answer
728 views

How to launch an iphone app when an external accessory is either paired over BT or plugged into dock connector

I have researched this to death online and cannot find anything regarding auto launching an iphone app when an external accessory is either paired using BT or plugged into the dock connector. We ...
2
votes
2answers
317 views

How do I setup an init.d rc script for a Daemon-kit project?

I am using the Ruby Daemon-kit to setup a services that does various background operations for my Rails application. It works fine when I call in on the commandline: ./bin/bgservice How do I go ...
2
votes
4answers
3k views

Controlling start up sequence of a windows service

I have a windows service installed using installutil and set to "Autostart". My problem is that when some servers are rebooted it attempts to start before "Microsoft SQL service" has started- I can ...
1
vote
3answers
64 views

Auto start application after boot completed in Android

I want to make an application which has auto start option in its settings. I have made Settings activity in my application which is derived from PreferenceActivity and give CheckBoxPreference for auto ...
1
vote
3answers
102 views

How can I automatically start application at booting

I'm using Qt. I could not find the function or class to start application at booting time. In windows, for example, add register to HKMU/Software/Microsoft/Windows/CurrentVersion/Run. I wanna know ...
1
vote
2answers
157 views

After enabling IIS 7.5 autostart, first request is still slow

I've set startMode="AlwaysRunning" attribute on my application pool and serviceAutoStartEnabled="true" attribute on my application in IIS configuration. I've even set up serviceAutoStartProvider and ...
1
vote
1answer
272 views

HTC autostart behavior

I have a strange problem with an HTC Desire, Android 2.2 and 2.3, Vodafone brand. My app consists of several activities and one sticky service. The service is launched on behalf of the main activity. ...
1
vote
3answers
651 views

make an android app autostart

Is it possible to make an installed app auto start itself? thanks
1
vote
1answer
281 views

How can I write an autostarting dock app for the Mac?

I have an application I'd like to build that starts when you start the mac and will appear in the dock. I have some experience with Objective-C and iPhone dev but none with Mac dev, I'm also a PC ...
1
vote
3answers
3k views

Android -Starting Service at Boot Time

I need to start a service at boot time. I searched a lot. They are listing about Broadcastreceiver. As I am new in android development, I didn't get a clear picture about services in android. Please ...
1
vote
1answer
441 views

Windows Service doesn't start automatically

I have a windows service written in .Net 3.5 set to be automatically start, but it wouldn't start when system reboots. As I understand, it may be caused by my service's dependency aren't started ...
1
vote
1answer
3k views

Android: Autostart app and load preferences

I have a problem with initializing my app properly after the autostart. I've managed to get an autostart to work, after a reboot the app is shown as started but the timer's are not. My guess is that ...
1
vote
4answers
1k views

How to design autostart application that runs as admin on Windows Vista/7?

I have the need for my application to start and stop Windows Services based on certain events. The thing is that this application needs to run as an elevated normal user (In order to stop services), ...
1
vote
1answer
1k views

Autostart program on windows mobile

How can I automatically start my program when windows mobile is started? (The program should be aware of being started by autostart)
1
vote
3answers
938 views

How to create kiosk-mode iPhone app?

I'd like to run an app in the KIOSK mode, so that it auto-starts after starting the device re-starts after app crash/power loss/etc. Any ideas how to do this on a [probably jailbroken?] iPhone?
1
vote
2answers
1k views

How to auto-start an application after system boot up in Mac os

Hi I have created a sample java swing application Mac os. Now I want whenever I will start my computer then my java application will start automatically. Thanks Sunil Kumar Sahoo
1
vote
2answers
632 views

Jboss Auto start

I have Jboss 5 installed/configured. I would like the ability to have Jboss auto start when my VM boots up. I see in my Jboss bin directory I have a startup script jboss_init_redhat.sh I am ...
1
vote
2answers
477 views

Autostart Mac application programatically

We have a cross platform applicaton. The application has a feature to autostart it once the user logs in. How to do this in mac? from within the application. Manually adding it Login Items works but I ...
1
vote
2answers
1k views

Application Autostart Locations/methods for Windows (XP, Vista, 7) and Linux (GTK, KDE, …)

I am developing a cross platform application that needs to auto start upon user login (not system start). What are the common locations/methods in invoking auto start for Windows/Linux. For example, ...
0
votes
1answer
31 views

iPhone app autostart without jailbreak

I am new to iPhone apps developing. Just need my app to do some cyclic job (like a cron). Doing this that way prevent from overconsuming battery. As I realized I could use ...
0
votes
3answers
52 views

Rejected app-update on Mac App Store (accessing loginwindow.plist)

I'm having trouble with a Mac App Store submission. I'm using the method below to add my App to the login items if the user toggles the checkbox in the preferences. -(void) addAppAsLoginItem{ ...
0
votes
0answers
42 views

how to disable autostart/autoplay of xat.com radio player?

i want to disable autostart/autoplay of xat.com radioplayer. please fix the code for me: < embed src="http://www.xatech.com/web_gear/flash/Radio.swf" width="350" autoplay="0" height="100" ...
0
votes
1answer
56 views

Application manifest, admin rights and autostart on Windows Vista\7

So, I have an app that needs admin rights to work. I created an app.manifest file. It works perfectly. But now I need to set my program to autostart in Windows, and I am having trouble with this. If ...
0
votes
0answers
30 views

How to launch a native server application (ELF) on a rooted Android at/after boot?

I have a rooted Android tablet. I've copied my native server application (Linux ARM ELF) to /data/tmp and it runs. There is only one thing missing: I want to launch the server when the tablet boots ...
0
votes
1answer
284 views

Flowplayer controls: autoHide and autoPlay

I cannot get my player to auto start or the controls to auto hide. I believe I have set this up correctly, but it is just not working. Here is my entire script tag for this: <script ...
0
votes
1answer
182 views

debugging /etc/init.d startup scripts in Ubuntu

Have custom dropr message queue pollers I'm trying to start up via /etc/init.d in ubuntu. All 3 scripts are super-simple one liners and work perfect via command line, but for some reason, only one of ...
0
votes
1answer
266 views

Android autostart application

How can I autostart my application's service at device boot (with the possibility of enabling/disabling this feature)? What permissions do I have to include in AndroidManifest? Thanks
0
votes
1answer
119 views

Mac OS - add app to autostart with launchctl

I can start application with launchctl like this: launchctl submit -l ProgramName -- open -g -b com.company.ProgramName and it works great! I can kill app, and it'll re-run again even if it crashes. ...
0
votes
2answers
87 views

Completely empty X11 (no window manager, no nothing) - possible?

for an embedded video player I need X11 to start with nothing on it, I'll start xine via script later in the process. A "naked" X11 install will always start xterm, killing xterm will also kill X11. ...
0
votes
3answers
342 views

On page load, autoplay jquery accordion once

I have an horizontal accordion that I'd like to unfold and then fold again, on page load, to "invite" the user to hover the elements. I'm using the very cool Kwicks for jQuery, but unfortunately ...
0
votes
1answer
149 views

IIS 7.5 AutoStart Feature doesn't work

I am new to IIS 7.5, and I'm trying to use the AutoStart feature, as described in ScottGu's blog and MSDN. I implemented my own Preload() in my own IProcessHostPreloadClient and I just print to the ...
0
votes
4answers
182 views

Session Start Failure

This is not your average session failed to start question, there is no whitespace, i have not called it in another file etc. Im currently working on an application as I have started to build my ...
0
votes
0answers
42 views

Sliding Thumbnail Image Gallery HELP [closed]

My js is poor and i try to use slider gallery which i need some changes on it. Here is related part of code: this.nodeReady = function (h) { h.find(".js_scrollable").each(function () { ...
0
votes
2answers
93 views

HowTo autostart app to All Users installed with Basic Project (InstallShield 2010)?

Question: I have a InstallShield 2010 installed. I want to create a Basic Project, that would be able to install my simple application (single .exe file) to ALLUSERS on the host and also I need is to ...
0
votes
2answers
264 views

how to make a bat file autostart in win system

I have a bat file (in fact it is a tomcat startup bat), this is the very simple content: c:/tomcat/catalina.bat run Now I want it to autostart at system startup, any ideas?

1 2