Status bar while Xcelsius is processing

The Xcelsius file I have created takes a few seconds to process when the user makes a selection.  I would like to add a status bar similar to the one in the link below in between selections.  I have been unsuccessful in finding this in the help topic.  I am currently using Xcelsuis Professional 4.5 - is this component available in this version?
http://resources.businessobjects.com/support/cx/samples/download_45/banking_dashboard/Banking%20Dashboard.swf

1.) In one instance of Xcelsius 4.5, produce your model.
2.) Export the model to SWF (File --> Export --> Macromedia Flash).  Remember the location where the swf file is saved.
3.) Open another instance of Xcelsius 4.5
4.) Drag an External SlideShow component to the canvas.  This can be found in Web Connectivity component folder.
5.) Open the SlideShow's property sheet.  Enter the location of the previously exported SWF
6.) Preview the model.  Depending on how big the model actually will increase the amount of time the progress bar is visible.
Bind - If you have a property value set in the Excel sheet, you can set the component property to read from the Excel cell.
Host - The SWF file resides on a file server.  This is also known as a "hosted file".
Hope that helps.

Similar Messages

  • How to display a message on status bar while an LOV is active?

    Hi,
    Can any suggest me that how can I display my custom message on the status bar of my form, while an LOV is displayed on the screen.
    I populate an LOV in an Item in the form. I need my status bar to display a message while my LOV is Displayed and also this message to be there on the screen when we moves between the records on the LOV.
    This can be partially achieved by 'message' built-in, but the text message so displayed disappears as soon as u move between the records displayed by the LOV.I want this to be retain there even when we move between records(the data displayed in the LOV) in LOV.
    Can anyone suggest the solution?
    Many thanks in advance.
    Cheers
    Naresh

    hi i am not sure about displaying the information on status bar , what i feel is u can do something like this.
    take one display item which shud be non database item and u can assign the message u want to display to this display item when ever u navigate thro' records.
    i hope this can solve ur problem
    thanks and regards
    chaitali

  • Message in Status Bar while using ALV Objects

    Hi All,
    If we use ALV in objects (Build in class and methods for ALV),is it possible to display a error message using Message statement in Status bar.
    Thanks in advance.

    Hi,
    Yes, it is possible.  You can do it using the ALV Object Model (ALV OO methods) within an event handler method.  For example, the event "added_function of cl_salv_events" can be used and you can add code similar to the following code within the event handler method:
    CASE e_salv_function.
      WHEN 'XYZ'.
        MESSAGE w001(00) WITH 'Message text goes here...'.
    ENDCASE.
    The warning message will either show up as a popup or in the status bar depending on your user settings.  Of course, you can also use other message types (e.g. I, E, S) or other message techniques besides the message statement.
    Best Regards,
    Jamie

  • 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

  • Hidden status bar while rotation not work

    Hi, Here is what I am doing:
    I have a view with status bar, nav bar and tool bar. User can tap the view to hidden all three bars. If tap again, all bars come back. All works fine.
    I found that if user hidden all bars, rotate the view to landscape mode, and then tap to bring the bars back, the status bar is overlap with nav bar.
    How can I fix it?
    thanks,
    fm

    You might have to mess with the frame of the nav bar after the rotate. Try something like this (assuming a variable named navBar):
    CGRect frame = navBar.frame;
    frame.origin.x = 20;
    navBar.frame = frame;

  • Safari status bar no longer shows page load progress

    Hi...  Though it's been this way for a while now, perhaps since the start of whatever Safari version came along with OS X 10.8 Mountain Lion ??, I've finally become curious enough to ask about the following...
    In times gone by, the Safari status bar at the bottom of the page would show page loading progress...  You know, the old xx out of yy items complete or something like that???  But now, nothing...  Nothing at all in the Status Bar while a page is loading...  Nor is there a spinning gear in the URL line to show you something is going on...  Instead, all there is is the blue progress bar that slowly moves left to right across the URL box to show you what is happening...  And often that blue bar stalls where it just sits for quite a while...  And when that happens I never know the details of what is going on...
    Do I have something set up wrong???  Or did Apple decide we don't need to know what's going on while pages attempt to load???  I sometimes quit Safari when I have a secure page log on that appears to stall and all I have as feedback is a stalled blue progress bar... 
    All I ever see light up in the status bar is the URL of a link I might hover over on a page...  Otherwise, nothing...  That doesn't seem right...  Again, am I doing something wrong in the Status Bar set up or is that all the Status Bar ever shows now????  And if the latter, why would Apple have chosen to stop letting us observe page loading progress???  At least that used to tell me something was happening..  A blue progress bar that stops moving doesn't tell me anything useful... 
    Any thoughts or help on this would be much appreciated...  thanks...  bob...

    Mountain Lion 10.8.2
    Safari 6.0.2
    Robert Paris wrote:
    Do I have something set up wrong???
    Nothong is set up wrong.
    That is the way Safari works as far as I know.
    Best.

  • Status bar in BUSY mode while displaying bean calendar

    Hi all
    Iam using 10g Forms running from 10gAS.
    We are using Java Bean Calendar for date picking.
    As bean components run from the client's applet, i suppose calling a calendar bean should not have any server communication.
    But while i call the calendar bean from my form, the status bar of the form window goes to BUSY mode until i select or cancel the calendar.
    I have to justify the reason for this to my client asap.
    So any help regarding this is highly appreciated.
    Thanks in advance.
    Sriram

    Thanks Herbert, even i said the same to my client.But his question is "Whether the BUSY state just meant as waiting for user input or is there any middle tier communication that is happening from the form for the bean component.
    Tthanks again
    Sriram

  • 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

  • "Extracting...this might take a while" message and download status bar running for 15 hours.

    Having purchased Adobe Acrobat XI Pro Mac Download, and installed the program with Adobe Download Assistant, the program is loaded but the status bar has continued to run for 15 hours with a message underneath stating "Extracting...this might take a while".  Also, a warning message appeared during download stating "The following disk images couldn't be opened"; (Image) AcrobatPro_11_Web_W, (Reason) error -4960.  How do I complete this download?     

    Check for the Internet connection. If its good, then try the same with a different broswer. Below link would help in this scenario,
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html

  • The status bar not going while download the app.

    The status bar not going while download the app.
    I'm bought the bento from App Store, I finished the payment, but the status bar appeared but doesn't show any progress. Strange!!

    I dont want to Display the popup, I want to Display in Status Bar as a Error Message.
    Like this .
    If I put  message type 'E' its Displaying popup message , MESSAGE ' Duplicate Condition Types Are Not Possible.' TYPE 'E'.
    If I Put messge type 'I' its Displaying in Status Bar .
    Regards,
    Prathap
    Edited by: giri prathap on Sep 13, 2011 12:35 PM

  • "Waiting for iPhone... " alwayz stuck at this stage...Already tried using DFU mode and many times...but always stuck at this stage. However in iphone APPLE LOGO and Status bar is coming but not processing ahead!

    "Waiting for iPhone... " alwayz stuck at this stage...Already tried using DFU mode and many times...but always stuck at this stage. However in iphone APPLE LOGO and Status bar is coming but not processing ahead! Even my device is not jailbroken.
    iTunes recognize this device and giving option for Restore. i go for it and in the continue process WAITING FOR iPHONE /// at this stage it stuck.. and keep serching like for something and in the iPhone APPLE LOGO and Status bar showing..but not processing further.

    Shaishel,
    Did you resolve this?  I am having the same problem!  Let me know if you have any suggestions.
    Thanks

  • Safari Status Bar, no information while loading page

    This isn't new and I apologize if this has already been answered elsewhere but I looked and didn't find an obvious answer.  In past versions (?) Safari's status bar at the bottom of the browser window used to show information about page loading progress while the page was attempting to load.  Items like
    x out of y items complete (or loaded or something like that)
    used to be displayed...
    Now, and for some time now, nothing...  Why???
    Now, there is nothing but the blue progress bar that moves left to right in the URL box while the page is loading...  As long as it's moving, then I can say progress is happening...  However, often the blue bar stops for quite a long time and by habit I still find myself looking down to the status bar to see what it says and it says nothing... 
    Again, this isn't new now but I'm just now getting curios enough to ask about it... 
    Am I doing something wrong or do I need to take some addtional steps to get useful information out of the status bar??? 
    What's up with the Safari Status Bar???
    thanks...

    But what about when a page is loading and the blue progress bar in the URL window stalls.  Anytime that happens I look down to the status bar and where it used to offer useful information, now it offers nothing.  What happened to that???  Is there anyway to get info on a seemingly stalled load of a page???
    thanks...  bob...

  • HT201343 My MacBook Pro is a 15 inch Early 2011 Model i was using airplay for a while and now suddenlly i dont see it on my status bar?

    My MacBook Pro is a 15 inch Early 2011 Model i was using airplay for a long time and i could always turn it on from my status bar and now recently i cant seem to find it on my status bar and it says Apple TV is not connected

    Hi LoganXDasz,
    If you are having issues with AirPlay availability, you may find the following article helpful:
    Apple Support: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/ts4215
    Cheers,
    - Brenden

  • Status bar moves from left to right, while using "find"?

    I use the "Find" (ctrl + F) feature quite a bit, and when the "Find" tab is viewable at the bottom, the status bar information moves from the left side of the screen to the right side. This is very off-putting to me and I was wondering if there was any way that this could be fixed so that it always appears in the same spot.

    Since it involves the status bar see item #10 "Status-4-Evar" extension as a solution in
    You can make Firefox 4.0.1 and '''Firefox 5.0''' look like Firefox 3.6.17, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]

  • Whilst installing the latest itunes it has stopped while status bar is full it does not let me press next

    help!!!!!!!!!!!!!!!! I needed to download the new itunes for my iphone 5 but the instialation has stopped with the status bar full but it won't let me press next! HELP!

    That you are getting the BONG is a good sign, it's unlikely to be hardware if you are able to hear that.
    Start by running SW update. It's not that there is a specific fix, but when updating it may rewrite some system files which may get this going again purely as a side affect. Worth a go, and should not harm the system.
    Try reset the PRAM - Resetting your Mac's PRAM and NVRAM
    Hopefully one of these quick fixes works, otherwise we'll need to try isolate the issue next - so if still having a problem, I'd try create a new user and login as that user to see if the issue persists (which will tell us if it's system wide or user specific)

Maybe you are looking for

  • Can i get a text tone on my 4th generation?

    can i get a text tone for my 4th generation ipod?

  • Problem with Clone Stamp Tool Transparency

    Hi there, I am working in CS5 and lately when I have been drawing with the Clone stamp tool, the cloned content seems to be transparent instead of being a 100% opaque clone of the source. The tool is in normal mode but the result looks almost identic

  • Using Aperture Photos in iPhoto

    In using iPhotos Cards, I learnt that I needed to import Aperture Previews into iPhoto 11 to used them. That wasn't a size / storage concern as I was only making a few cards & only used a few images. I have been using Aperture almost exclusively sinc

  • My Win7 computer is unable to display ticked off check boxes.

    Am using the latest Acrobat version and this problem occurs on previous versions as well. When I tick off check boxes in writable forms, nothing appears in the check box. I suspect missing/corrupted fonts. My other Win7 computer displays ticked off c

  • Tried everything! Need advice....

    I never had issues before I installed version 7. Here's the problem: I downloaded an album after I installed version 7, and it shows as being on my shuffle, but it will not play. I was able to burn a CD just fine, but cannot get even one of those son