How do I get the number of messages shown in the current MessageArea

Hi there,
I try to display the messages at the top of the screen in a MessageArea inside a scrollable Container which shows only one message to save space.
In case that there are more than one message I would like to show a hint, that there are more than the displayed message.
Is there an possiblity to get the count of messages shown in the current MessageArea? I already tried to get the MessageArea and had a look at the properties of the object: No Luck
Afterwards I got the MessageManager but there was no apropriate method

Hi ,
Looks like there is no such an API !!! How about implementing on our own
Take a int variable or valueAttribute "count" and increment the count after calling reportwarning or reportsuccess methods on the MessageManager.
This will give count of the exceptions that you are handling in your code.
@All, Correct me if there is such an API exists
Regards, Anilkumar
Message was edited by:
        Anilkumar Vippagunta

Similar Messages

  • How do I get the current ios for ipod

    my iPod touch has ios 4.2.1 and it keeps telling me I have the most up to date software. How do I get the current version?

    It sounds like you may have a 2nd generation iPod Touch, in which case 4.2.1 is the highest possible iOS. Please check the model number on the back, A1288 is 2nd generation.
    Stedman

  • How can I get the current user an  resource context  in a portal JSPDynPag

    How can I get the current user (com.sapportals.portal.security.usermanagement.IUser?)an the resource context  in a portal component (JSPDynPage)?
    Thanks.

    Hi Jon,
    Here is the code to get the current user and resource context in your JSPDynPage:
    IPortalComponentRequest  currentRequest  = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    com.sapportals.portal.security.usermanagement.IUser contextUser = (com.sapportals.portal.security.usermanagement.IUser) currentRequest.getUser().getUser();
    ResourceContext resourceContext = new ResourceContext(contextUser);
    Greetings,
    Praveen Gudapati
    p.s. points are always welcome for helpful answers

  • How do i get the current version of web logic server on obiee 11g

    Hey
    I am pretty new to 11g and Weblogic
    How do i get the current version of web logic server on obiee 11g(11.1.1.5), I know that it should be higher than 10.3.5.
    Thanks

    Hi,
    Obiee11.1.1.5.0/6.0 both version supporting weblogic 10.3.5.0/6.0 both are no issues.
    http://blog.whitehorses.nl/2012/02/26/a-few-quick-tips-for-upgrading-ofm-11g-to-patch-set-5/
    also refer
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    Thanks
    Deva

  • How do I get the current adobe reader app for my iPad?

    how do I get the current adobe reader for iOS app?

    Hi,
    Apple App Store detects the iOS version on your iPad/iPhone and lets you to download the latest compatible version of Adobe Reader for iOS.
    What is the iOS version on your iPad?

  • How we can get the current running user information in BusinessOne

    Hi experts,
    How we can get the current running user information in BusinessOne Application,
    Based on the user details i want to assign some functionality,
    Regards,
    Saidarao yakkala

    Hi,
    As per me you can't get detail by server side.
    If you want to know who are connected then you can use sp_who2 procedure in SQL query.
    That will display who are login.
    For more detail you have to check LOG file on client side in SAP B1 > Log folder.
    Thanks
    Kevin

  • How can i get the current number of word in paragraph?

    I have cursor set on some word in Para. And i'd like to make italic all words before it. How can i get the number of current word in collection Words in mInd.Selection.Item(1)?

    Hi Dmitry1776,
    Try something like this:
    Set myInsertionPoint = myInDesign.Selection.Item(1)
    Set myStory = myInsertionPoint.ParentStory
    Set myStartCharacter = myStory.Characters.Item(myInsertionPoint.Paragraphs.Item(1).Index)
    Set myCharacter = myStory.Characters.Item(myInsertionPoint.Index)
    Set myEndCharacter = myStory.Characters.Item(myCharacter.Words.Item(1).Index - 1)
    Set myText = myInsertionPoint.ParentStory.Texts.ItemByRange(myStartCharacter, myEndCharacter).Item(1)
    ...at this point, myText is a range of text from the start of the paragraph to just before the text containing the insertion point.
    Thanks,
    Ole

  • How do I get the current Itunes for MacBook when the reply is that it was created from a later version? I can't open iTunes or run the software inside it? Even the downloaded version will not function.

    I lost m iTunes downloader and cannot get the current version to work even when I download what is SUPPOSED to be the current version of iTunes. What can I do?

    If you've tried to install and older version of iTunes then it means exactly what it says, otherwise that message sometimes indicates a corrupt library file...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library (.itl) files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library as iTunes Library (Corrupt) and then rename the restored file as iTunes Library. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be renamed as iTunes Library.itl to restore the library to a recent state.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    tt2

  • How do i get the current song to show in the system tray?

    howdy y'all,
    the system tray icon for itunes USED to show the current song when you hovered over it. now it only shows "itunes". not very useful ... [*grin*]
    how do i get the silly thing to show the current song?
    take care,
    lee

    howdy y'all,
    53 views and not one idea from anyone. [*sigh ...*] i suppose that means the nitwits in charge at apple have once again stripped a function away for no rational reason.
    i'm beginning to seriously wonder if i ought to switch to another music manager. i _really_ like the way smart playlists work in itunes, so i am _very_ reluctant to switch.
    anyway, if anyone has a suggestion, please post it! [*grin*]
    take care,
    lee

  • How we can get the current login user information.

    Hai Experts,
    How we can get the Curren Runnig user, while running the application,
    I tried the below one, but it was not working,
    Dim s As String
    s = objApplication.Company.UserName
    Regards,
    Saidarao yakkala

    Hi.
    Are you try to get and present current user name in workbook or WAD ?
    You may use user exit variable based on sy-uname.
    If you run WAD you may use built webitem info_field and show current user name.
    Regards.

  • How can I get the current user and the current page?

    Hi everyone
    Question..
    It is possible to get the current user (from the user's database on apex) and the current page? (I mean, if I'm in page 4 be able to query a variable / function or something which could give me the current displayed page)
    Thank you very much... I'd been researching without success :-S so I'll appreciate your help
    Regards,
    Fury

    Fury,
    If the user has authenticated, :APP_USER is the name that was used. The current page id is in :APP_PAGE_ID.
    Although I showed bind variable notation for those, & substitution format and v() notation are also available for referencing developer-defined items or built-in names. See the User's Guide for more details.
    Scott

  • How can I get Total Number of messages in an EDI Interchange

    Hi All,
     I am migrating a solution from Covast EDI to native BizTalk EDI and ran into an issue. In Covast when an Incoming interchange is debatched some of the properties like The total number of messages in an Interchange is saved into the XML of the debatched
    message. I am trying to find this value in Native BizTalk EDI.
     How can I determine this value? I only see the InterchangeSequenceNumber property which is only the sequence number of the a message in Interchange. 
    Thanks!

    My first advice in situations like this is the double and triple check that this requirement still exists and it is driven
    by the business.  This is great opportunity to refactor some unnecessary complexity out of the solution if you identify it.
    Assuming it is a valid and verified requirement, how you approach depends on the composition of the Interchange.  Meaning, if you receive single ISA...IEA blocks with a single GS...GE, you can use the max of BTS.InterchangeSequenceNumber.
    If you receive multiple ISA or GS's, it's a little different.

  • How can I get the current time in Xcelsius?

    I'm reading in an XML feed containing dates/times, and I'd like to do a calculation to see how old it is -- but I can't seem to access the current time in Xcelsius (=now() doesn't work -- it only calculates once, when the model is loaded).
    I can get around that (a bit awkwardly) with a timer, but I'd also like to know what the user's current time zone is... Any ideas?

    Hi,
    Maybe you could use a web service to return the required information - you can feed the timezone to the web service.
    Have a look at this:
    http://www.earthtools.org/webservices.htm#timezone
    http://markitup.com/WebServices/TimeZones.asmx?op=CurrentDateTime
    Best regards,
    Jacob

  • How do I get the current song's time elapsed back at the top of itunes?

    Right now, all I can see is the useless grey apple logo at the top of the itunes window. I can't figure out for the life of me why apple would get rid of this useful information to put... nothing. Except its logo. (Maybe I have my answer there.)
    Does anybody know how to get this back? I don't want a separate miniplayer window. I want the equalizer/song progress section back where it was, front and center, like it should be, given its importance and utility. The only other thing I can see in that window is 3 dots and 3 lines to the right, giving me a song list without any discernable, logical pattern to it.
    I am debating uninstalling and reinstalling an older version of itunes, I only upgraded to get an iphone to work and I am quite sorry I did. Any other, less drastic advice on how to restore  functionality would be so welcome.
    Thanks in advance to anyone who can help.

    Greetings from the U.S. Correct, I was not seeing that.  In fact even the search field was gone.  If you cut off the entire control bar in other words.  The reason I can't provide a screenshot is because now that control bar is back! I restarted iTunes multiple times, even the Mac and nothing brought the controls in, including the mini player. 
    What seems to have set it right is I went to the Window menu and chose Zoom.  Then it was there.  Now I can resize it again and the controls are where they should be.  I previously went to Store> Turn off iTunes match but I don't think this was part of the solution, just the zoom command.
    Thanks for your kind repsonse, Roger.
    Felix

  • How do I get the "Current News Headlines" app back on Firefox

    On another computer in the house, there is a link just below the toolbar titled Current News Headlines which takes you to a list of news stories. It's not on my computer and I want to re-establish it. The help file says to go to View/Sidebar/Bookmarks and select it. But it's not there.
    Any ideas?
    Thanks.

    The latest news headlines uses the BBC News world edition. Follow the procedure in the [[live bookmarks]] article for manually adding a live bookmark, the address you need to enter when following those instructions is http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml

  • [IDCS5.5 plugin] How do I get the sentence at the cursor's position?

    Hi All,
    How can I get the current cursor position (event on mouse left-click)?
    And then , how can I fetch the sentence based on the cursor's position? (Assuming a sentence starts with a capital character and ends with a ".")
    I'm getting no hint on this, any help will be appretitated.
    Thanks

    tma654 wrote:
    Sorry, not so good great at LR.  Do you have pics or something visual to show how this is done?...Do i have to switch each photo's process version or is there a way to do a whole batch of them?
    The quickest way to update just one photo is to click the lightning bolt icon under the histogram in the Develop module. This can be more convenient than scrolling all the way down to the Calibration tab.
    A quick way to update a whole batch of them is to select any number of them in Grid view, and then choose Photo > Develop Settings > Convert to Current Process. The AutoSync way works too, as long as you remember to turn it off immediately after you're done.
    Like JimHess suggests, I don't automatically convert them all at once, but on a case by case basis because they don't always look better after conversion. The benefits of the new process version can potentially make them look better, but you usually have to do a few more adjustments to get them there. If you don't have time to do that yet but you need to use the existing images soon, leave them in the old process version for now.

Maybe you are looking for