Can Alert run at a specific time ?

hi everyone
I want to design an application for storing appointments.
Also, i want from my application to show an alert at a specific day and time.
so any one can give me ideas how to implement this ?
* I came up with two idea but i don't know if J2ME can do that or not
1) make my application running in background all the time
2) make my application store the appointments inside the phone Calendar, so the phone will take the responsibility to show the aler
Regards

supareno , be patient , do you think no one will have
emergency circumstances prevent him from accessing
the internet ?!YOU have to be patient!
you posted at about 9 am. you re-post one hour later to say that you still wait..
a person give you the answer at 15 pm and you didn't say thank you. you can be busy but,
if the given response is good, you can take 5 minutes to say thank you...

Similar Messages

  • Interface to run at a specific time

    Hi
    I am trying to let a interface run at a specific time, I have setup the bpm and will probable use the wait step? Is this the way to go, because I was thinking of setting my sender adapter to run let's say every 2 hours and then when it reach 10pm it will let all the data go to the end point?
    Thanks in advance
    Clinton

    Hi,
    you can collect all of your messages
    (before BPM) and then at 10 let all then start the BPMs
    /people/alexander.bundschuh/blog/2006/01/04/scheduling-messages-in-sap-xi
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Schedule job to run daily at specific times

    Hello,
    Not sure if this is the correct forum to post my question. If not, please advise which forum to use.
    How can I setup a background job which runs daily day, but only runs between a specific time?
    Our request is to have a job to run daily between 0700 - 1700 - then end and restarts again at 0700 the next day. How can we do this?
    Kind regards

    Check this
    https://forums.sdn.sap.com/search.jspa?threadID=&q=backgroundANDjobANDschedule&objID=f50&dateRange=all&numResults=15
    PS Please make a search this forum before posting

  • I uninstalled Firefox once, reinstalled it and it ran. I had a problem so I did it again. Now it will not run and I get an error message saying that firefox is running and you can only run one at a time. I can't figure out what is running.

    Because of a problem, I uninstalled Firefox once, reinstalled it and it ran. I had a problem so I uninstalled/reinstalled it again. Now it will not run. I get an error message saying that firefox is running and you can only run one at a time. I have uninstalled multiple times and can't figure out what is running. The is only one Firefox installed and it is not open. What does this mean and how do I fix it?

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    *http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    See also:
    *[[/questions/880050]]

  • How many threads can be running at the same time

    Hi!!
    Dows anyone knows how many Threads can be running at the same time in the JVM.
    I'm making a multi thread client-server app and I would like to know how much simultneous connections the JVM support. I'm using one Thread per connection.

    Hi, thanks to all for your answers.
    I think that I made the wrong question, as you said: "that means the number of threads currently created".
    I'm worry about this because my application is already online (It's a mail server -SMTP and POP3 server using ORACLE for the users database- ) and some other user post in the "multi-tread forum" that almost any JVM can only have 700 threads created at the same time, and I've never heard or read anything about this.
    what you mean with the stack space (memory??)
    I'm using the JavaWebServer 2.0 and a servlet to start the main Thread.
    Again Thanks to all for the answers but I think that the schapel answer is the one that solve my doubt...

  • Can you ask for a specific time for your package to be delivered

    can you ask for a specific time for your package to be delivered

    You can only arrange that with the shipper after your package is shipped (and before it is deliverd.) When the package is shipped Apple usually emails the tracking information.

  • Run .app at specific time

    How do I get an app I have made in Automator to run at a specific time?
    I want to do something like cron jobs.

    Use Lingon or set an iCal alarm to launch it.
    (41445)

  • FDM Script - Set to run at a specific time of day??

    Can you set an FDM script to run at a certain time of day (based on
    server time)? I've currently got a Custom/General script I'd like to
    run once a day at a set time.
    Thanks!

    You need the use task manager for that.
    I suggest you look in the admin guide for more info.
    If I’m not mistaken, you need to enable in the application setting and then you can use it from the tools menu in the Workbench.

  • Can't run iTunes. Quick time error

    QuickTime failed to initialize(error -2096)
    QuickTime is required to run iTunes. Please uninstall iTunes, then install iTunes again.
    Can anyone help me out? I've downloaded it again to many times. Restarted my computer everything.

    Even though the following article is about the -2096 when launching the QuickTime Player, I'd start with it for your iTunes as well:
    [Error -2096 message when opening QuickTime for Windows in Compatibility Mode|http://support.apple.com/kb/TS1875]
    (If you do end up having to check the iTunes.exe compatibility mode tab too, be sure that no boxes in that tab are checked, not just the compatibility mode tab itself.)

  • Can't run disk utility on Time Capsule

    I hope someone can help. First, my time machine stoppped backing up to my time capsule about a month ago. After some research it appeared that the thing to do was use disk utility to repair it. I got a message "Disk Utility stopped repairing "Time Machine Backups" can't unmount disk. I tried to run Verify permissions and got this message "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.apps/Contents/MacOS/ARDA gent" has been modified and will not be repaired.
    Huh? Can anyone help me get back on track? Sally

    You an also ignore the SUID warnings per Apple document.
    http://support.apple.com/kb/TS1448

  • Applescript running at a specific time of day

    I have a headless server. If it fails to shut down I want to run script that would force it to shut down.
    The shut down script I have.
    tell application "System Events"
    shut down
    end tell
    or if needed
    do shell script "shutdown -h now" password "YourAdminPwd" with administrator privileges
    However if I would like his to execute at lets say 24.00 hours what would I need to do to have that happen?
    Do I need to have it run to do so?
    What script?
    See I do not want to use iCall to execute it as this might be the reason the shut down failed in the first place (the server sometimes hangs on shut down as a programme wants a confirmation). and than the script does not run (is what is happening at the moment if I simulate a hanging program)
    Thanks

    Thanks Andrew for your help
    Andrew99 wrote:
    I trust you're aware of the consequences of the "quit without saving" command -- any open documents with unsaved changes will be lost -- but it would appear that this is not an issue for you in this case. Others should be forewarned.
    I am and yes no issue as the server is doing its stuff 'serving'. if it hangs on lets say an email, it wil send it again next time it is up as Mail has it already in the outbox. (mail gets generated by a script, so it could only hang because of my internet connection being down). ditto with Fax, answering machine print-servers etc.
    Andrew99 wrote:
    In repeated tests, I intentionally left unsaved documents open in both Mail and TextEdit. On a schedule I chose in iCal, each time, as hoped for, all applications quit and my Mac immediately shut down, and did so without an application warning or a shut down warning dialog appearing.
    it works for me too!
    Andrew99 wrote:
    tell application "Finder"
    shut down
    end tell
    If my scripting knowledge is correct, than this line is the equivalent of me telling the machine to shut down using te 'Shut Down' command. correct? this is not a "Killall" type command?
    So it is normal 'soft' shut down, the only difference being that it skips the dialogue box bit.
    Am I correct?
    And thanks for taking the time!

  • Can I run a Mountain Lion Time Machine Back up if I have a Snow Leopord boot up disc?

    HI, I have a new hard drive in my Mac after my old hard drive crashed.
    The only boot up disk I have is a Snow Leaoprd (which came with the computer). However, I had since upgraded to Mountain Lion. My most recent Time Machine Back ups were all on in Mountain Lion.
    My question....If I use the Snow Leopard boot disc, will I be able to restore the Mountain Lion back up through TIme Machine? Or do I need a Mountain Lion boot disc?
    Thanks!!

    Restart with the Command-R keys held down to get to the Mountain Lion recovery volume that you can use to reinstall or reload from backup, or if your drive has just been replaced and does not have this, then if your system was made in 2011 or later then it likely has an internet-recovery option to load these tools, which can be started by booting with Option-Command-R held down.
    Alternatively you can create your own external recovery drive using Apple's Recovery Disk Assistant tool (http://support.apple.com/kb/dl1433) to use if your system does not support Internet Recovery and you need to access these tools. To boot to this external drive once created, boot with the drive attached and the Option key held down, and then select it from the boot menu that appears.

  • Can I jump to a specific time in a slide?

    Hello everybody,
    I'm pretty new to the Adobe Captivate Project and although it works very intuitive and there are a lot of resources available, I couldn't find the answer to my question.
    I'm making an instruction video/software simulation for clients. This way clients won't have to call us when configuring their e-mail, they 'just' have to do what the video tells them. To encourage users to use the movie as an instruction I put in moments where the video pauses. The viewer gets a kind of pop-up where he can make a choice between 'repeat instructions' and 'continue movie'.
    The thing is, that when someone would use 'repeat instructions' it jumps back to the slide where the user made the same choice before. So for example:
    Slide 1 - Instructions
    Slide 2 - Instructions
    Slide 3 - Pause + Instructions
    Slide 4 - Instructions
    Slide 5 - Pause + Instructions
    Slide 6 - Instructions
    When I want to repeat the instructions from slide 1, 2 and 3 there is no problem. But when I'm at slide 5 and want to repeat the slides 3 and 4 i DO have a problem, because the 'pop-up' in slide 3 appears again giving the viewer the option to continue or repeat slides 1 and 2 again.
    My thought are either to skip to a point in the slide, just after the pop-up object. Or make sure that previous pop-ups don't show.
    Is there a solution to this? Any help is greatly appreciated!
    Newbie-Robbert

    Hello again,
    You are talking about a 'popup', how did you achieve that: could be a Text Caption (TC) perhaps? I'll try to explain with the information you gave in the first post.
    For slide 3 you created a TC that explains to the user what to do if he gets for the first time to slide3, I'll call this TC1. Create a second TC that explains what to do when he gets for the second (or third...) time to this slide3, I'll call this TC2. Initially you set the visibility for TC1 on, so that when the user gets to slide 3 for the first time he will see it. But you set the visibility for TC2 off (can be done in the properties of the TC).
    Create a user variable, p.e. v_visit3 (menu Project, Actions, tab Variables). Originally this variable will not contain anything. On exit of slide 3 you attach the action Assign, choose the user variable v_visit3 and store the value 1 in it. This is a simple action, not an Advanced Action.
    Now the Advanced Action (Project, Actions, tab Advanced Actions:
    create a new action and label it p.e. CheckVisit
    double click on the 'Statement', when it is red, use the space bar
    click on 'Condition'
    select 'Select a variable', use the space bar and choose your variable v_visit3
    select 'is equal to'
    select 'value' and type in the number 1
    under 'begin' select the first 'Add statement', use the spacebar and choose 'show' and point to the second Text Caption (TC2)
    add another action, to hide the first Text Caption (TC1).
    normally it will not be necessary to add something in the part 'Or Else
    This Advanced action should be attached on Enter slide 3.
    Hope this makes some sense, Advanced Actions are really worthwhile.
    Lilybiri

  • Can only run Web form 1 time then error

    I have a link to a form in my portal and the first time I open the form it works great. Then I click BACK and try again and it gives me the Error= (FRM-92050: Failed to connect to the Server:/forms90/I90servlet:-1). Why is it doing that? Also, How do I set the link to automatically open a new page when I click the link and login automatically? Thanks alot for anyones help!

    Matthew,
    I think the problem you are running into is that you restart a new application (or the same but in a new process) without closing the first properly. There is a known issue with OC4J in Oracle9iAS 9.0.2 that prevents us to start a second Forms session in teh same Browser process. I am just guessing here because I don't have an environment to reproduce - but it would be plausible.
    For the link oart, you better ask in a Portel forum. Automatic login is performed using SSo in Forms.
    Frank

  • Can i run multiple monitors from time capsule?

    Is it possible to run multiple monitors from a single time capsule in our small office (3 users)?

    My understanding is that you have the ability to. However, you might end up with a slow server.

Maybe you are looking for

  • Can I put firefox on a flash drive so I can install it on another computer?

    My laptop has crached and I used recovery to get it working back to how it was when I bought it about 4 years ago. I can't get on the internet because it tells me I have to upgrade IE first, which I have no way of doing. I prefer to use firefox, so I

  • IPhoto 6 duplicates

    I have recently installed iPhoto 6. It's not really a problem but odd nevertheless – when I select a thumbnail and click on "duplicate" I get an alert box saying "The volume for DCSNXXXX.jpg cannot be found. Insert the disk- etc". Clicking on the OK

  • Why abstract method Graphics.drawString() can work without implementation?

    Hi All, Can anybody gives me a clear answer and a code example for this ??? J.Kathir

  • APD - writing query result "rank calculation" to file or DSO

    Hello, I am trying to take a query result set where I am calculating a key figure as Rank and run it through an APD to write to a DSO. This is a top 5 query for a dashboard.  I keep getting an MDX failure on the query. Any ideas?  My ultimate goal is

  • ARE - 1 Reversal

    Hi, When we are in Reverse ARE-1 Transaction ... and we enter the utilisation tab ...we nned to enter the BEd, ECS and AT1 values. In our system ECC 6 --- Applic Pack 11 i am not able to c the AT1 field to enter the value. can anyone help me with the