Background Application

a) How to create Background Application by masking any window (command prompt,Frame etc..).
b) If I do logout also, It has to run.

Hai Kaj,
I am asking about only Java Application
a Application not about the OS..
My Application act as a background application using
java language it self.. (If I do logout also, It has
to run)
-ArunAs I told you. It doesn't have anything to do with java. The answer is OS specific, and not java related.
E.g.
nohup startscript.sh &
Starts your application as a background process on *nix (if your application is started by startscript.sh)
Kaj

Similar Messages

  • PHP MysQL Background Application

    Has anyone used PHP / MySQL / ADDT to develop a background application that is clocked based?  Essentially, I'm just looking to fire off a stored procedure every "n" minutes.  Is there a way to write / configure an app to do this?

    Hi Jim,
    Are you looking to have it trigger every so many minutes while the page is open or completely in the background?
    Completly in the background:
    You might want to add a cronjob that runs the php script every so many minutes.
    or
    While page is open:
    You can set a meta-refresh to run every so many minutes so it refreshes, re-runs the script/page that is open.

  • Can Web dynpro Java application run as background application

    Hi Experts,
    Is it possible to execute the Web dynpro java application in background without opening the application in a web browser.
    We just want the WD java application deployed on the SAP Web AS server to be invoked and get executed as a background application by some external web application. It should not get open at any point of time in a web browser.
    Can anyone suggest if it is possible?
    Thanks & Regards,
    Anurag

    Hi Anurag,
    Since Web Dynpro is "SAPu2019s standard UI technology based on MVC for developing user interfaces" (see http://www.sdn.sap.com/irj/sdn/nw-wdjava) it is by design not possible to run 'in the background'.
    There are other possibilities to develop server processes per your requirements, such as developing web services or servlet development.
    Web services are the de facto standard for executing business logic on a remote server. However, as I understand your external web application is not capable of sending web service requests, have you tried the servlet approach?
    See http://help.sap.com/saphelp_nwce711core/helpdata/en/3f/f8bc3d8af79633e10000000a11405a/frameset.htm for more info on how to develop a servlet using NWDS.
    Take particular attention to the sub-topic 'Servicing Client Requests' of the above guide
    Hope this helps!
    Best regards,
    Robin van het Hof

  • Background application for handwriting text input

    Hi,
    Is it possible to have a background application running or through any other way so that my application can provide a handwriting input mode wherever iPhone takes text input through keyboard?
    All the best,
    Saad

    Hi Saad -
    Legal, non-system iPhone apps can't run in the background, and no such app would have permission to read another app's input even if it could run in the background. There are some forms of communication between apps, such as registered URL's and PUSH notification, but since only one app can run at a time, there's no communication option that's close to what you're looking for. I think your idea would require the kind of tight integration used in assistive technology such as screen readers. Given the kind of security users expect from the iPhone, such a feature would need to be part of the system.
    I think the library you described in your other post is most likely the best way to distribute your software. However you might also consider providing a web service. You might think of the web as the primary means of inter process communication for iPhone apps. A web service might allow developers to buy your technology on a pay-as-you-go basis instead of buying the rights to the library. Maybe that could work if you decode static info. Of course if you need a log of the touch events, you'd probably need so much processing in the client that a library would be much better... Just thinking out loud in the unlikely case any of my thoughts are useful to you. Obviously I know nothing about handwriting recognition, and I've wandered off topic. The short answer to your original question is no.
    \- Ray

  • Flick to close: A new way to close background applications on iOS4

    Hi everyone out there,
    This is my first post. I have not followed all the posts but I hope am not repeating the same topic.
    I was wondering why apple does not come with a different way to close the background applications on IPhones running iOS4. So instead of pressing and holding till the close symbol appears, it would be easier to just flick the application button towards the bottom and make it disappear.
    I hope this message reach out to the apple developer team working on updates for iOS4.
    I am looking forward to hear back.
    Z.

    4aReezon wrote:
    I hope this message reach out to the apple developer team working on updates for iOS4.
    I am looking forward to hear back.
    Z.
    This forum is for users, not developers. You can send feedback to Apple here: http://www.apple.com/feedback/iphone.html
    While your suggestions submitted to the feedback forum will be received, you will likely not hear back.

  • Flex iPad Application : Run code before application enters background  Application Type: Flex Mobile Application Target Platform: iPad AIR Version: 4.0 Development Environment: Flash builder 4.6  I want to run some code just before iphone application goes

    Application Type: Flex Mobile Application
    Target Platform: iPad
    AIR Version: 4.0
    Development Environment: Flash builder 4.6
    I want to run some code just before iphone application goes into background. I need function similar to didEnterBackground
    of native xcode app
    (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegat e_Protocol/Reference/Reference.h
    tml#//apple_ref/occ/intfm/UIApplicationDelegate/applicationDidEnterBackground:)
    I tried using devactivated function of flash.display.STAGE.
    I used following addEventListener:
    STAGE = this.parent.stage;
    STAGE.addEventListener(Event.DEACTIVATE, onAppDeactivated);
    It worked for me but only when device is connected to development environment in debug mode. When I create my release build
    it is not working.
    So how can I make sure that my code runs before application goes into background.

    Even I am facing almost same issue
    Problem installing Adhoc version to iPhone and iPad - Development Environment Is - Adobe Flash CS6

  • Background Applications minimize on their own

    I have a problem with applications that are not currently being used in the background minimizing on their own.
    Namely, When I am multitasking or working in two windows at once, say Pages on one side of the screen and firefox on another side of the screen, the application that is not currently active will often disappear from the screen and is either minimized or requires a reclick on the dock icon to re-appear on the screen.
    I am up to date on all updates and have had this issue for quite a while.
    Does anyone have an idea why this is happening or how to fix it. It would make my life so much easier as I multitask all the time and having one application randomly quit is very annoying.

    HI Addienyc,
    have you check to see if "double-click a window's title bar to minimize is enabled"? if so have you tried disabling it?
    the setting can be found in apple menu, system preferences, appearance

  • Running my iPhone Application to run as a background application

    I need to run my iPhone application as a background process with no user intervention. As per my analysis, Apple does not allow any third party application to run in background.
    My question is :
    1) Can we get some signed UID(Unique ID) for our application from Apple so that it allows my application to run in background?
    2) If possible, what is the process followed for that like Apple will test my application and provide special privileges to my application?
    3) Cost involved to get that UID?
    4) Or any other alternative as per Apple's terms and conditions.
    Any help will be highly appreciated.

    Hello Avneet26,
    Welcome to the Discussions Boards.
    This is primarily an User forum, and not the correct place to find programming/development information.
    You are correct in your analysis that third party applications cannot be run in the background.
    While it is unlikely that you'll be able to find any workaround to that rule or information on the screening process, your best avenue for finding information related to developing an APP is via the Developer's resources (you may need to register to access some of their resources):
    http://discussions.apple.com/category.jspa?categoryID=164
    http://developer.apple.com/iphone/
    Good luck,
    Charles H.

  • Background application in Mac OS

    Is it possible to run a Java application purely the background in Mac OS X?
    I can set up a cron-like job to execute a java application every hour or something, but then the application takes up space in the Dock. I'd like it to run as a daemon or something.
    Thanks in advance!
    Ben

    Get Easy Find - VersionTracker or MacUpdate - and search for it, then delete it. Contact Canon for tech support.

  • How to Make a Silent Background Application

    How can I make an application running in background, with no window.

    Give this a shot:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/dis
    play/NativeWindow.html?filter_flex=4.1&filter_flashplayer=10.1&filter_air=2#
    visible
    At the bottom of this forum post appears to be some code that might also do
    what you want:
    http://forums.adobe.com/thread/689399
    This post might also help:
    http://www.actionscript.org/forums/showthread.php3?t=208566
    andy

  • Can Photoshop CS3/4 be run as a background application ?

    We use Enfocus Powerswitch to automate pre-press/pre-media workflows for our Photographic studios. The main application called is of course PSH and it always brings itself to the front window even though it's not necessary and wastes time doing it to then perform what ever actions / scripts needed on the pic files.
    Is there any way to tell PSH not to come to the front and run in the "Background" ?

    I think if one employs BridgeTalk in JavaScript for Illustrator for example Photoshop need not be brought to front to perform its tasks.
    But isn’t that behaviour in this case dependent on the program You use (Enfocus)?

  • Background applications bogging down the iphone?

    Hey everyone, I am a brand new iphone user. I used to own an HTC 8515 and I recall that it kept applications running in the background and eventually it would start to eat up a lot of RAM. There was a task manager however where you could clear all running programs.
    I have been lead to believe that the iphone does the same thing, yet there is no task manager function. I know that holding down the home button closes the app permanently, but is there a way to clear all running programs in the background?
    Also, with running all the applications in the background, does this become a problem as far as the speed of the iphone etc? I just have this thing where I like to keep my apps closed and running everything smoothly.
    Thanks in advance!

    This has been all over the forum here. From apps crashing, from iPhones rebooting, and in your case, applications slowing down the iPhone, even known keyboard typing slowdown, opening of apps, etc. it all points to memory, or lack there of.
    Holding down the "home" button is supposed to close the application. Holding down the "home" button and "standby" (top) button is supposed to reboot the device to clear out everything.
    I can't say that all these things have been confirmed will work 100% of the time. As for myself, I try to close out 3rd party applications by holding down the "home" button and so far it has worked. However, when you are playing around with the phone, opening applications and closing it out , at some point you will bog down the device. Wait approximately 10 minutes and it clears itself out. At least that's what it is supposed to do and I have tested this and it does work.
    The problem is that 10+ minutes is sometimes precious for me so rebooting is always an option.
    So at this point in time, it's a known issue that everyone is addressing, now just cross your fingers and hope apple has a solution.

  • [iPhone SDK] Background applications

    Hello, Developers
    Quick question. Is it still depreceted to run background processes on iPhone?
    I still hope to create service-based application...
    Thank you.

    Any idea of a "service" for a native iPhone app would have to be controlled by an external server. For instance I believe BeeJive or one of the IM clients keeps you logged in even when the app isn't running. This must be because they're syncing with a server much like the future PUSH notifications will do.

  • C3 Background Applications help!!!

    I have recently bought a C3 and would like to know how I can view my applications which are running in the background. I do use whatsapp however since buying the phone I have been using other feautres. Was just hoping to know if there is a shortcut or something on the phone that allows me to see the applications running
    Thanks

    How about trying app stop from Ovi store... I'm not sure of the compatibility of the app with C3 but its worth a try. If it should install, it can show and stop applications running on the background.
    blitZkid
    Nokia C7: Running on Nokia Belle
    "If I'm helpful in anyway, a click of appreciation on the star would be nice"

  • BACKGROUND APPLICATION ON NOKIA 206

    How can I keep my applications (such as whatsapp) running in the background on my nokia 206? I want to be receiving notifications each time I receive a message in the application, even when I am doing other things on the phone

    Hi paulbandawe,
    Welcome to the Nokia Support Discussions!
    Upon checking, the Nokia Asha 206 does not support multi-tasking which explains why 2 apps can run simultaneously or run in the background, with the exemption for the music player.

Maybe you are looking for

  • How can I pass a value to the command prompt?

    I was wondering how can I pass a value to the command prompt with Windows and Linux? I'm more interested in Linux's system than Windows though. Is there a way to return info from the command prompt?

  • Can we call sql function  in java

    as i know i can call stored procedures ,but can i call pl/sql functions.

  • Sales order fright  amount show due list in vendor line item

    hi all this is unique requirement from my client sales order fright condition accrued amount should directly post to vendor  item due list fbl1n from there he can settle the fright amount once the billing document is completed and fright condition am

  • Media Managing to Prores for 5d clips on mixed timeline

    Hi, I have a largish project (1TB footage) whitch is mainly SD but I have some 5d & Sony Ex footage.  The majorety of the timeline is SD but there is a little 5D/Ex whitch is native footage and has to render (it is a SD timeline).  Is there a way of

  • Format a New USB Thumb Drive

    I have a new USB thumb drive I just picked up and I was able to mount in to my Linux machine fine: dmesg | grep -i "OCZ" scsi 10:0:0:1: Direct-Access OCZ SD0StorageDevice 0.00 PQ: 0 ANSI: 2 sd 10:0:0:0: [sdd] 15794176 512-byte logical blocks: (8.08 G