Is it possible to make an alert message.

Hi,
Anyone knows if it Is possible to make an alert-message that pops up ( f.e as a little window) on a specific day to remember me of something I have to do that day?
Would be handy.
Is this possible with Tiger or is there a third party application that does the trick?
Thanks in advance.

Try a free widget called quikAlert
http://www.apple.com/downloads/dashboard/business/qwikalert.html
Regards
TD

Similar Messages

  • BPM alert message as subject of email?

    Hi,
    I am working on a BPM scenario, where I am sending alerts from BPM. These alerts are sent as an email to the users.
    Is it possible to send the alert message as subject of the email along with the content?
    Thanks & Regards,
    Ashish

    Hi,
    Yes, alert is raised using control step in BPM. Any customizing possible?
    Regards,
    Ashish

  • Possible to make some texts private

    Is it possible to make some text message exchanges private, i.e., only visible with password? 
    Bought an app call My Secret Folder which allows that for photos, etc., but can't find a way to make it work with texts. 
    Thanks. 

    Can you make a recommendation?
    As above, bought one that said "private text" but that feature doesn't see to exist yet. 

  • Release notes for 2.16 states that there was a fix for alerts not being modal. We are using 3.0.6 and are experiencing the same issue; was there a regression to the modal fix. What version needs to be used to make sure that alert messages are modal?

    Release notes for 2.16 states that there was a fix for alerts not being modal. We are using 3.0.6 and are experiencing the same issue; was there a regression to the modal fix. What version needs to be used to make sure that alert messages are modal?

    We are trying to determine why alert boxes are not modal
    The fix states it's for Firefox 2.0 - 3.7a1pre
    We are using 3.0.6 not the current version of 3.6.13.
    Add-on release notes 2.16.1
    https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/versions/
    Repeating 2.16 release notes since 2.16 was not made available for more than a couple of hours
    Fixed bug whereby some alert boxes weren't properly parented/owned. This led to some alerts not being properly modal
    with respect to the window/dialog that issued the alert.

  • Looking for a SQL query to get all the possible Alert Messages from the Rules in a Management Pack

    For reporting, I'm looking to get a SQL query of all the possible Alert Messages for Rules configured in a Management Pack (not necessarily the ones that have thrown alerts).  I can do this for Monitors, but not for Rules. 
    The configured alert messages for the Management Pack Monitors
    go like this:  ManagementPack > MonitorView> RuleModule > RuleModule.Alert Message > Localized Text
    The configured alert messages for the Management Pack Rules
    should go something like this, but there is a missing link:  ManagementPack > RuleView > RuleModule > ? Missing Link ? > Localized Text
    The Rules are tied to the Module, but I don't see a connection from the RulesModule to the Alert Message that I see in the LocalizedText. The Rule names do not always equal the Alert name. 
    Can someone provide the missing link?

    Hi,
    please try below powershell code to find the corresponding management pack for specific alert:
    $Alert = get-scomalert | where {$_.Name -like 'Agent Proxy Not Enabled*'} | select -first 1
    If ($alert.IsMonitorAlert -eq "True") {
    write-host "Ths is a monitor-generated alert"
    get-scommonitor -ID $Alert.MonitoringRuleID | select Enabled, DisplayName, ManagementPack
    else
    write-host "This is a rule-generated alert"
    get-scomrule -ID $Alert.MonitoringRuleID | select Enabled, DisplayName, ManagementPack
    In addition, please also refer to the below link:
    http://blogs.technet.com/b/mazenahmed/archive/2011/12/02/using-powershell-to-map-opsmgr-active-alert-to-its-corresponding-rule-monitor-and-management-pack-name.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • Filename in an alert message

    Hi Friends,
    I am doing a simple file to idoc scenario.
    if mapping error occurs.
    the requirement is to trigger an alert which says "A mapping error occurred when processing the file XYZ.txt"
    Constraints are:
    1. BPM is not used as it is a simple scenario.
    2.RFC lookup during mapping is to be avoided since if mapping itself fails then it will be of no use.
    Is there a way/work around to get the filename dynamically in the alert message.
    Thank you,

    Seems to be not possible without a BPM.....at least by using a standard alert procdure
    Using a mapping get the FileName .....have both the source and target message as the same.....
    map the FileName to some empty node of the structure.
    In the mapping logic, one for which you want to check for any exception, do not make use of the node containing the FIleName...let the rest mapping remain as is
    Create a Container Variable and Assign the node containing the FileName to it using a Container Operation.
    Then raise the Alert.
    I have used a similar approach in one of my interfaces.
    Regards,
    Abhishek.

  • I need an alert message if I press ctrl shift b

    Hi All,
    I Need an alert message if I Press "ctrl+shift+b"(to make the selected text bold). Is this possible?
    Regards,
    Chinna

    Create a keyboard shortcuts (ctrl + shift + b) for your script and try...
    Code must be like this:
    alert("Bold Shortcut....");
    app.selection[0].fontStyle = "Bold";
    P.S.: you have to set conditions for bold, bold italic, etc. 
    Vandy

  • Infopath form Alert message

    I wonder if it is possible to have initial InfoPath form open that has a warning and describes what the form is used for.
    Than have either an OK or Continue button which would open the Request Form.
    I already created a Request Form which is submitting the requests into the SharePoint List.
    simam

    Hi Simam,
    Browser enabled InfoPath form does not support alerts (message box).
    One work around is to create a new view within the Request form and make this new view as default view.
    Inside the view you could add two buttons, one for continue and another one for close.
    if the use clicks Continue, you can create a rule to show (Switch view) Request form and Close button with Close Rule.
    One important thing is you should disable switch view while publishing your form.
    here is a reference to get started -
    http://office.microsoft.com/en-us/infopath-help/add-delete-and-switch-views-pages-in-a-form-HA101732801.aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Generating Alert/Message in grid control

    Hello ,
    We are using GC Release 3.I need to get an alert/message in the OEM Grid console when a database user table(eg: Employee table) get inserted or updated.
    Is it possible?And then, I need to get an email notification related to this.
    If anyone did this before (or any ideas) , then please provide me some tips soon as possible.
    Thanks in advance,
    Rajesh Marath
    Message was edited by:
    Rajesh Marath

    A trigger right on the table being inserted. GC would not be involved at all.
    If you want an alert - it would have to be self clearing. If there is an insert date on the table, then a user defined metric.
    select count(*)
    from sometable
    where insert_date between sysdate-1 and sysdate;
    In the User Defined Metric definition, set the Warning or Critical threshold to anything > 0.
    If no records have been added in 24hours, the alert clears.
    You could make it 15 minutes, 1 hour, whatever. Just be sure to have the UDM fire off at an appropriate interval. (5 mins, 1 hour, whatever)

  • LMS 4 customize alert messages

    I see that some customization is possible on some alert messages subject lines but can these things be done?
    The message is sort of hard to read with all the lines running into each other.
    Also, I would like to see the device and the device and the status first and then the date.
    Make this
    Subject: 000073I ; 1.2.3.4 ; Wed 02-Feb-2011 08:56:27 EST ; Critical ; Unresponsive ; Active ;
    EVENT ID = 000073I
    TIME = Wed 02-Feb-2011 08:56:27 EST
    STATUS = Active
    SEVERITY = Critical
    MANAGED OBJECT = 1.2.3.4
    MANAGED OBJECT TYPE = Routers
    EVENT DESCRIPTION       = Unresponsive::Component=1.2.3.4;ComponentClass=IP;ComponentEventCode=1098;InterfaceType=SOFTWARELOOPBACK;InterfaceMode=NORMAL;InterfaceAdminStatus=UNKNOWN;Address=1.2.3.4;IPStatus=TIMEDOUT;InterfaceOperStatus=UNKNOWN;NetworkNumber=172.1
    CUSTOMER IDENTIFICATION = Routers
    NOTIFICATION ORIGINATOR = Fault Management Module
    Look like this:
    Subject: 1.2.3.4; Critical ; Unresponsive ; Active ; Wed 02-Feb-2011 08:56:27 EST
    EVENT ID = 000073I
    TIME = Wed 02-Feb-2011 08:56:27 EST
    STATUS = Active
    SEVERITY = Critical
    MANAGED OBJECT = 1.2.3.4
    MANAGED OBJECT TYPE = Routers
    EVENT DESCRIPTION       =
    Unresponsive::Component=1.2.3.4
    ComponentClass=IP;ComponentEventCode=1098
    InterfaceType=SOFTWARELOOPBACK
    InterfaceMode=NORMAL
    InterfaceAdminStatus=UNKNOWN
    Address=1.2.3.4
    IPStatus=TIMEDOUT
    InterfaceOperStatus=UNKNOWN;NetworkNumber=1.2
    CUSTOMER IDENTIFICATION = Routers
    NOTIFICATION ORIGINATOR = Fault Management Module
    Also make this:
    CiscoWorks HUM: Critical: Device Availability Threshold Violation: Availability (My Router)
    Look like this
    HUM: Critical: (My Router) Device Availability Threshold Violation: Availability

    No, this type of customization is not possible within LMS.  I know it's not ideal, but what about sending these notifications to a script mailbox first that parses them and converts them to your desired format.  Then that script can bounce the messages to your human mailboxes.  The messages would be easy to parse using Perl.  For the Faul notifications, you can tokenize on '=' then ';'.  For example:
    my @msg = ;my %vars;my $subject;my @order = ();foreach my $line (@msg) {    chomp $line;    if ($line =~ /^Subject: (.*)/) {        $subject = $1;        next;    }    ($name, $value) = split(/\s+=\s+/, $line);    $vars{$name} = $value;    push @order, $name;}my ($eid, $ip, $date, $severity, $name, $status) = split(/\s*;\s*/, $subject);my $new_msg = "From: [email protected]\n";$new_msg .= "To: [email protected]\n";$new_msg .= "Subject: $ip ; $severity ; $name ; $status ; $date\n\n";my @eparts = split(/\s*;\s*/, $vars{'EVENT DESCRIPTION'});$vars{'EVENT DESCRIPTION'} = "\n" . join("\n", @eparts);foreach my $key (@order) {    $new_msg .= "$key = $vars{$key}\n";}sendMail($new_msg);

  • Can we use the value of a variable in an alert message

    I have a variable in forms6i. I want to use the value of this variable in an alert message. How is this possible?

    Gul wrote:
    I have a variable in forms6i. I want to use the value of this variable in an alert message. How is this possible?Try
    DECLARE err_txt VARCHAR2(200) t;
    al_id ALERT;
    al_button Number;
    BEGIN
    al_id := FIND_ALERT('My_Error_Alert');
    SET_ALERT_PROPERTY(al_id, alert_message_text, 'Hello how are you mr. variable '||:variable_name );
    al_button := SHOW_ALERT( al_id );
    END; Hope it works..
    Hamid

  • When I am writing an email, I get an alert message that says "The message could not be copied or moved to the drafts folder. Writing to the folder failed. To ga

    When I am writing an email, I get an alert message that says “The message could not be copied or moved to the drafts folder. Writing to the folder failed. To gain disc space, choose Empty Deleted and choose Compact Folders and try again.”
    If I do that, I get a message saying “There was an error copying to the Sent folder,, retry?”
    If I retry it sends the uncompleted email. All I can do is keep deleting the message and carry on. Then the whole business might repeat itself.
    Help!
    Frank

    Because the location for each song in your library is on your hard drive.  If the hard drive isn't there, how can iTunes play it?
    You'll have to move/copy the music from your hard drive to your computer's hard drive.
    Basically, EASIEST way to do all this, if you don't care about your play counts, etc...
    -Delete EVERYTHING from iTunes, so that your library is now empty.
    -Go to "Advanced" inside of the "Preferences" window, found in the "Edit" drop-down.  You can also access Preferences by pressing Ctrl+, (Press Ctrl and the comma key)
    -Change your iTunes Media Folder Location to something simple, but on your computer. I use C:/iTunes.  Make sure "Keep iTunes Media Folder Organized" and "Copy files to...." are both checked.  You can close Preferences now.
    -Now, drag and drop your music from your hard drive into your iTunes library.  iTunes will automatically add the music to your library, as you would expect, and also creates a copy of each file to place into that iTunes Media Folder you just created.
    Shouldn't have any more problems...

  • How to keep date time line in  collected alert message in linux platform

    Hi Friends,
    In linux server for 11g oracle. how do I keep date time line for each error message?
    example as
    cat alert_test.log | grep 'ORA'
    grep 'ORA' alert_test.log
    I like output as
    Mon Aug 20 01:54:29 2012
    ORA-01560 caused by SQL...........
    I know we can use diag... But I want to some linux command for my debug.
    Thanks
    newdba

    Another option is to make your alert log accessible as an external table.
    Demo here:
    http://www.morganslibrary.org/reference/externaltab.html
    Find "alert log" on the page. Add a numeric column to the table and create a sequence and you can put in a surrogate row number that will allow you to pull sections using LEAD and LAG as you please.

  • Firefox does not opens. It shows an alert message -"Your Firefox profile cannot be loaded. It may be missing or inaccessible."

    Firefox window does not opens. It shows an alert message -"Your Firefox profile cannot be loaded. It may be missing or inaccessible." I have deleted the processes in task manager and restarted Mozilla.Even then it does not opens. Pls get me a solution.

    Make a new profile ('[[managing profiles]]'); if the old profile directory is still there, just copy-and-paste its contents into the new profile directory.

  • My ipad was is displaying an alert message " A wi-fi connection is required to download your apps and media". So it has been connected to the internet over night and this morning but is still displaying the alert message and it won't go away. what to do?

    Hi,
    My name is Norbert. I am having some difficulties restoring my icloud back up. My ipad was doing an icloud back up and the alert message displayed on the ipad after my internet was interrupted "A wi-fi connection is required to download your apps and media".
    I got the internet working, my ipad is receiving internet network but the alert message is still displayed on the ipad and won't go away, to make matters worse the ipad is frozen and i can't do anything.
    Please can anyone with a similar experience tell me what to do in this situation?
    Thank you

    Welcome to the Apple Community.
    Have you tried a hard restart. Press the on/off button and homescreen buttons together until the device shuts down.

Maybe you are looking for

  • Reading a file containing BridgeTalk

    Hello, I have a scriptUI generated palette which contains 26 icons linked to their respective scripts.  When an icon is pressed, it invokes the required script via this: searchPanel.children[0].onClick = function(){        searchOne.open("r");       

  • Contacts and calendar syncing issue

    I have both an iPhone 3G and 3Gs with the latest software. In the past, if I had conflicting or different contacts in either my address book or iPhone, iTunes would ask me which is correct before syncing. Now, it just syncs whatever it thinks is corr

  • What is bzip2 and why is it such a system hog?

    I understand it to be a compression utility but what is it compressing? I saw the temp on my CPU going up and up and up, checked the Activity Monitor and showed bzip2 as the hog It shot my CPU temp up to 60C... It happened right around midnight so I

  • ITunes hangs when trying to sync with Apple TV - Windows 7 OS

    Hello, I have Windows 7 RTM and every time I try to sync my iTunes with Apple TV the app freezes. It was not happening under Vista. What could be the reason? Thanks in advance,

  • How to fill data in BusinessPartner - Role Employee - Tab Identification

    Hi Experts! My Program creates a new BP with BAPI_BUPA_CREATE_FROM_DATA. After that I create the role 'employee' with BAPI_BUPA_ROLE_ADD_2. In the role employee there is the tab 'Identification' with a block 'personal data' and 'employee data' how th