Linkinking error msg on status bar and a popup window

Hi
My requirement is that whenever an error msg comes on status bar after execution,i need to double click
on that error msg and followed by that a popup window should appear with the customised details about error msg.
plz suggest some solution or some function module which gives popup on double clicking on error msg.
Thanks in advance,
Arya.

Hi,
my question is that this popup should be populated by customized details i mean suppose error message on status bar is asking 'authority scheck for one or more plants have failed.would you like to see the details'.Now if user double clicks on status error message pop up screen should contain all the plant numbers for which authorization has failed.I hope this clarifies my question.  
thanks

Similar Messages

  • TS1717 Installed the iTunes 10 update on my computer (Windows 7).  iTunes will no longer launch and I get no error msg. Tried uninstalling and reinstalling entire app but no help.  Tried setting up a new user, no help.  What's wrong??

    Installed the iTunes 10 update on my computer (Windows 7).  iTunes will no longer launch and I get no error msg. Tried uninstalling and reinstalling entire app but no help. What's the fix??

    Hi sahgin,
    The issue eventually resolved itself, I still don't really know why. I kept up with Windows update, and attempted downloading iTunes again from the Apple website, and it just... worked. It now works fine. I don't know why it took approximately 4 months to work, though.
    I'm sorry I don't have any more helpful information. Posting here was my last resort, and clearly Apple never bothered to reply.

  • Error Message in Status bar

    Hi ,
    i am getting an error message in pop-up box ,can we show this same error message in status bar..?
    Thanks.

    Hi shiva ,
    data : dtype type c value 'S'.
    MESSAGE E053(z4) DISPLAY LIKE dtype.
    my code is like that,but still it shows in popup window.
    can you check it once...?
    Thanks

  • CreatePDF printer    File shows ERROR in the status column and will not upload to my account

    When printing to the CreatePDF printer.  the file shows ERROR in the status column and will not upload to my account

    Adobe retired this Feb 17, 2014.
    This app sent content to and got content from the web based services of "CreatPDF" and "PDF Pack".
    These are subscription services out in "the cloud". When the app was live you had to be online and signed into your account.  The user forum for CreatePDF has a DOC that speaks to the app removal.
    Be well...

  • [iPhone] Place a custom view below the status bar and above the navbar

    Hello,
    How can I add a custom view between the status bar and the UINavigationBar?
    The Myspace App does this so I know it can be done. It has a custom bar between the status bar and the navigation bar which displays the myspace logo and a logout link. I would like to do something similar w/ my app.
    Thank you

    You can move the tabs to the lower position just above the browsing area without using an extension with code in userChrome.css as basically you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).
    *[[/questions/997353]] How can I put the Tabs back below the navigation bar?
    You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.
    *Classic Theme Restorer: https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    *You can check out the settings of the CTR extension via its Options/Preferences button on the "Firefox/Tools > Add-ons > Extensions" page.
    *You can find extra toolbar buttons and more toolbar settings in Customize (3-bar Firefox menu button > Customize)
    See also:
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *http://forums.mozillazine.org/viewtopic.php?f=38&t=2824649

  • HT1338 I can't update my laptop why is it? I di all the process and it says it should restart with a gray screen and a status bar and it does not it just goes back to the regular screen

    I can't update my laptop why is it? I di all the process and it says it should restart with a gray screen and a status bar and it does not it just goes back to the regular screen

    You will need to contact support to have your account sorted.
    https://expresslane.apple.com/GetproductgroupList.action

  • I updated to ios 5.1, after updating, now my screen is stuck with the apple logo and status bar and isn't doing anything....HELP

    I updated to ios 5.1, after updating, now my screen is stuck with the apple logo and status bar and isn't doing anything....HELP

    The typical fix if the progress bar totally freezes - meaning no movement at all for more than 20 minutes - and iTunes will no recognize the device - is to try to put the iPad into recovery mode. That is explained here.
    iPad: Unable to update or restore
    However, don't jump the gun. Keep an eye on the progress bar and if it is moving at all - even very slowly - let it go for a while. I'm updating my iPod touch first and the progress bar is moving but very slowly.

  • HELP!! Itunes wont install on Windows 7.  I get an error msg. there is a problem with this windows installer package. A program required to install to complete could not be run.  Contact your support personnel or package vendor. WHAT NOW?

    HELP!! Itunes wont install on Windows 7.  I get an error msg. there is a problem with this windows installer package. A program required to install to complete could not be run.  Contact your support personnel or package vendor. WHAT NOW?

    Ok, Below is what worked for me somewhat. 
    Okay ... try downloading and saving a copy of the iTunesSetup.exe to your PC from the Apple website:
    http://www.apple.com/itunes/download/
    Now download a trial version of WinRAR:
    http://www.rarlab.com/download.php
    Open the iTunesSetup.exe with WinRAR, and try to run the standalone install of Apple Application Support from the AppleApplicationSupport.msi you find in there.
    It works now BUT there are still problems.  It is not allowing or recognizing my Cd/DVD player and i CANT burn.  Looking still for this fix.

  • I have a late 2011 Macbook and whenever I open any application it opens only the top menu bar and no viewer windows.I always have to click cmd n to open new windows and it is quite annoying.Does anyone know how to fix this issue? Thx

    I have a late 2011 Macbook and whenever I open any application it opens only the top menu bar and no viewer windows.I always have to click cmd n to open new windows and it is quite annoying.Does anyone know how to fix this issue? Thx

    You may have more of a chance getting a quicker answer here:
    https://discussions.apple.com/community/windows_software/windows_compatibility

  • How to avoid JS Error in the status bar when report doesnt contain value.

    Hi
    Whenever the tabular report doesnt show any records for the given input parameter (parameter passed using select list item).
    We are displaying error message in APex. But at the status bar, it is showing "Error" (unspecified
    error).
    Kindly let me know how to avoid this kind of error at status bar.
    Thanks
    Vijay

    Hi Vijay,
    Your javascript is probably trying to access one or more of the items within a displayed tabular form - the "f01", "f02" etc named items.
    If your script does something like:
    var x = document.getElementsByName("f01");
    ..rest of your code for f01 items..you can test if there are any "f01" items by doing:
    var x = document.getElementsByName("f01");
    if (x){
    ..rest of your code for f01 items..
    }If there are no items, x is null, so the "..rest of your.." script will not get executed and no errors will occur.
    Andy

  • Finder window: Grey spinning wheel in status bar and not able to access files?

    Can anyone help with this issue which has utterly perplexed me for 24 hours now.
    I have all of my photos and videos stored on an external hard drive. Yesterday the hard drive started misbehaving and when I tried to access files it would simply not load them, the folders would appear empty (even though the files were there) and a grey spinning wheel would appear at the bottom of the finder window. This would then cause the finder to (sometimes) slow down and require restarting.
    This has continued today, the drive seems to be okay according to Disc Utility, Disk Warrior and TechTool - all of them showing no errors but the drive continues to behave very strangely. To be safe I am transferring everything to another drive as we speak.
    In the finder status bar a grey spinning "wheel" will appear in the bottom right corner whenever the drive tries (and subsequently fails) to load content. Here's a screenshot, notice also the icon for the drive changes to a blue icon with a series of wavey lines:
    I've no idea what is causing this or why its happening. It's very odd and the drive will act okay until you try to access files, then it will just indefinately show the grey spinning wheel.
    Strangely a moment ago all of my drives became "read only" (including the Macintosh HD) and were ALL doing this. The problem only occurs when my current Media external hard drive is plugged in, so I'm transferring everything off it (which I hope will be successful). It does this on any machine its plugged in to, yet it's not got any problems according to various tests with disk utility etc.
    Any help?

    i was getting the spinning grey wheel in status bar, with no files displaying.
    this thread describes re-launching Finder - which did the trick for me - though my issue was with the internal hard drive, not an external
    https://discussions.apple.com/thread/3649473?start=0&tstart=0

  • How to hide status bar and get fullscreen?

    Hello,
    I have compiled to .ipa and loaded my app onto my iphone.  I have set the app to be fullscreen in the descriptor file, but it does not display fullscreen on my phone.  Initially the UIStatusBar gets hidden like it should, but after the Default.png goes away and the app loads, the status bar comes back.  I have tried setting the UIStatusBarHidden property in the InfoAdditions section, but when I do the PFI throws an error and does not compile my .swf to .ipa.
    Any ideas?  I have compile another app and successfully set it to fullscreen mode by making sure the fullscreen property is set to true.  For some reason it does not work on the current app I am working on.

    Hello,
    I have compiled to .ipa and loaded my app onto my iphone.  I have set the app to be fullscreen in the descriptor file, but it does not display fullscreen on my phone.  Initially the UIStatusBar gets hidden like it should, but after the Default.png goes away and the app loads, the status bar comes back.  I have tried setting the UIStatusBarHidden property in the InfoAdditions section, but when I do the PFI throws an error and does not compile my .swf to .ipa.
    Any ideas?  I have compile another app and successfully set it to fullscreen mode by making sure the fullscreen property is set to true.  For some reason it does not work on the current app I am working on.

  • Error in the status bar while using t:jscookMenu

    I have implemented t:jscookmenu in my source code like this
    <t:jscookMenu imageLocation="../css/themeIE" javascriptLocation="../css/themeIE" layout="hbr styleLocation="../css/themeIE" theme="ThemeIE">
    <t:navigationMenuItems value="#{MenuBean.menu}"/>
    </t:jscookMenu>
    The error shown in the status bar is
    Error: unterminated string literal
    Source File: "Filename"
    Line: 54, Column: 14
    Source Code:
    myThemeIEBase='../css/themeIE/
    The html source code is given below:-
    <script src="../css/themeIE/JSCookMenu.js" type="text/javascript"><!--//--></script>
    <script src="../css/themeIE/MyFacesHack.js" type="text/javascript"><!--//--></script>
    <script type="text/javascript"><!--myThemeIEBase='../css/themeIE///--></script>
    <script src="../css/themeIE/theme.js" type="text/javascript"><!--//--></script>
    Please help to locate the error

    Hi Vijay,
    Your javascript is probably trying to access one or more of the items within a displayed tabular form - the "f01", "f02" etc named items.
    If your script does something like:
    var x = document.getElementsByName("f01");
    ..rest of your code for f01 items..you can test if there are any "f01" items by doing:
    var x = document.getElementsByName("f01");
    if (x){
    ..rest of your code for f01 items..
    }If there are no items, x is null, so the "..rest of your.." script will not get executed and no errors will occur.
    Andy

  • Invoking my own error message in Status bar

    Error message is white text over red background in Status bar of SBO.
    I need to add a form and invoke some error messages for it.
    For example, if some fields of the form are not complete, "Incomplete fields" message should be shown before adding data to DB.
    How can I make my own error message and get it appear in status bar?

    The SetStatusBarMessage method of the Application object lets you do this.  Details are in the UI help file.
    e.g.
    sboApplication.SetStatusBarMessage "Hello world!", bmt_Long, False
    John.

  • How do I turn off and on the icon size slider bar at the lower right status bar of a folder window.

    I have been trying for days to help a friend with a new iMac to turn on the icon size slider bar that on my iMac appears at the bottom of ever folder when it is open when in the "view" > "icon" mode.  I cannot find anything that discusses this slider bar.  I can turn this status bar off and on on both my machine and my friends machine, but I cannot turn off or on the slider on either machine. 

    This did not help.  I am a Mac User since 1984 and generally I am never stymied buy the Mac OS, but this one has me.   I can open and close the lower status bar, as you described, and that works fine for me because I have the icon slider bar already there and it works fine; however when I open the lower status bar on my friends machine there is no icon size slider bar, and I can't seem to find out how to get it there, as it is on my machine or at all. The icon size can be controlled from the View menu, but as a photographer, it is really handy to have it at the bottom of the folder window.  Thanks for trying. 

Maybe you are looking for