Can a iview monitor the loading of another iview?

Hello,
We created some IAC iviews and these IAC sometimes takes upto 1 minute to load completely. While doing so, there is no indication that the page is loading. In workplace, there was a image(similar to the webdynpro loading image) but this is not available in the portal. We poked around  and concluded that the image was being loaded and unloaded by the base frame. How can we accomplish something similar in the portal? Specifically, can we use EPCF for it? Biz has ruled out modifying IAC pages to fire EPCF events. Can a iview monitor the loading of another iview?
Thanks for viewing this question,
Raj Balakrishnan

To make app maintenance easier, I'd prefer to define the logic in one button and have the second button
simply do whatever the first button is defined to do -- as if it was the one that was clicked. Generally a button either submits the page with a request (i.e. 'CREATE') or executes some Javascript. You can make multiple buttons on your page that when clicked issue the same submission request. In that case, the Processing designed to run on that request will run regardless of which is clicked. Likewise more than one button could execute the same Javascript function.
For example, I have several apps that my userbase makes use of, and some people make use of several. To make it clear which they are logging into, the login screen of each has a graphic that indicates the app name (the same as defined in the application's logo). That graphic is actually in the screen as a graphic button and when clicked will submit as 'LOGIN', so it matters not whether someone clicks on the image or the Login button, the login logic will execute.

Similar Messages

  • How to distrubute the load to another Dialog instance in clusterred system

    Hi All,
    I have cluster environment(ABAP Stack) where load has been put on CI which lead to performance issue. Is there possibility to change the load to another DI dynamically or if not please tell me how can i reduce the load on the system.
    Cheers
    V.

    By using logon groups... simply consigure SMLG.
    http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a64b4505211d189550000e829fbbd/content.htm
    Regards
    Juan

  • How to monitor the load on web dispatcher

    We have implemented a web dispatcher in our landscape for our portal production servers. We have 3 application servers that are being accessed through the web dispatcher. Sometimes users get the error "Service Temporarily Available" when accessing the portal. How do i check the load on the web dispatcher. Which is the parameter that sets the maximum number of connections?
    Regards,
    Sridevi

    To be able to administrate the SAP Web dispatcher in the Web interface see [Monitoring the SAP Web Dispatcher|http://help.sap.com/saphelp_nw04/helpdata/en/05/ac923fa5e93c17e10000000a114084/frameset.htm]. To do so, call SAPCAR as follows: SAPCAR u2013xvf icmadmin.SAR
    You can find the archive file ICMADMIN.SAR like the SAP Web Dispatcher in the kernel package  DW.SAR.
    More info u can find: http://help.sap.com/saphelp_nw04/helpdata/en/0b/25453cf1fcc85ee10000000a11402f/frameset.htm
    Hope this helps

  • Can you explain me the loading process?

    This is my application: http://gazman.000space.com. If you will try to enter it now, you will see two loading bars one that is build in the application, that loading swf file, and one I made, that loading images that the application will use(I am just using the flash.display.Loader with URLRequest for the images).
    Later after my loading bar is 100% comes another build in loading for another swf file when I redirect the page, even that I loaded it before(with the images).
    Is there any way to create a main loading component that will do all the loading tasks?

    The most simple thing. Just load all the images and files that my application will use, so there will not be any loading in the middle of the application. This is what I got so far:
    <mx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                import mx.controls.SWFLoader;
                import mx.controls.Image;
    private var totalNum:int,curentNum:int;
    private function init():void
                    import flash.display.Loader;
                    totalNum=0;
                    curentNum=0;
                    progressBar.label="Loadin 0%";
                    var ldr:Loader=new Loader();
                    var SWFLdr:SWFLoader=new SWFLoader();
                    var urlReq:URLRequest=new URLRequest("images1");
                    ldr.load(urlReq);
                    ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,loaded);
                    totalNum++;
                    urlReq=new URLRequest("images2");
                    ldr=new Loader();
                    ldr.load(urlReq);
                    ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,loaded);
                    totalNum++;
                    urlReq=new URLRequest("images3");
                    ldr=new Loader();
                    ldr.load(urlReq);
                    ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,loaded);
                    totalNum++;
                    urlReq=new URLRequest("game.swf");
                    SWFLdr.load(urlReq);
                    totalNum++;
                    curentNum=totalNum;
                private function loaded(e:Event):void
                    var ldr:Loader;
                    var urlReq:URLRequest;
                    curentNum--;
                    progressBar.setProgress((1-curentNum/totalNum)*100,100);
                    progressBar.label="Loading "+int((1-curentNum/totalNum)*100)+"%";
                    if (curentNum==0)
                       Alert.show("Well done");
            ]]>
        </mx:Script>
        <mx:ProgressBar themeColor="#F20D7A" horizontalCenter="0" verticalCenter="99" id="progressBar" maximum="100" minimum="0" labelPlacement="bottom"
                        direction="right" mode="manual">
        </mx:ProgressBar>
    I would like that loaded() will get the COMPLETE evetn of  SWFLdr.load(urlReq).
    If it's yet not clear just visit the site, so you e able to see what I am talking about.

  • How can I speed up the load time?

    My website is completed and I am happy with everything.
    Everything except the time it takes to load. All the images have
    been optimized. What can I do to speed up the load time?
    http://www.liquidfirefishing.com

    On Tue, 6 Jan 2009 01:29:41 +0000 (UTC), "Team Liquid Fire"
    <[email protected]> wrote:
    >My website is completed and I am happy with everything.
    Everything except the
    >time it takes to load. All the images have been
    optimized. What can I do to
    >speed up the load time?
    >
    http://www.liquidfirefishing.com
    Typically, your budget is around 50k for the first page,
    total including
    all external files. When you add up all the external files
    you have used,
    like images, Flash, external JavaScript, etc., you have 98
    separate HTTP
    requests in that page. Just looking at the headers, you have
    about 80k in
    requests and responses, not even counting the actual files.
    Browsers are limited to just a few simultaneous streams, so
    most of your
    files wind up having to wait until the prior files download.
    Included among your 98 requests, you have these six files
    that each
    individually exceed that total budget:
    headerLinked.swf 2,621,578 bytes
    2007_fishing_video_web.flv 95,989,898 bytes
    2008_aoy_graphic.png 65,582 bytes
    jensen_beach.png 59,105 bytes
    liquid_fire_logo_new.png 142,277 bytes
    DanSchaad.png 379,111 bytes
    Your entire total is 99,816,652 bytes. I've put a complete
    breakdown here:
    http://testing.apptools.com/newsgroup/liquidfire.php
    Files are requested from the server in the order they are
    encountered in
    the source code. They are displayed in the linked page in the
    order in
    which they are requested. You can see that some of the huge
    files are
    requested fairly early in the sequence. That means that those
    files and
    their extended download times are occupying streams and
    preventing other
    files from being downloaded more quickly.
    My suggestion would be to really trim down the content on the
    page. Break
    it up into several pages. Dump the huge Flash movie at the
    top of the
    page. Optimize the four .png's above.
    Gary

  • How do I use a JProgressBar to monitor the loading of a file ?

    How do I let the progress bar tell how much it has finished the reading so far ?? Thanks !!!

    You can use a ProgressMonitorInputStream, which can be used much like any other input stream, e.g.:
    in = new ProgressMonitorInputStream(contentPane, "Loading " + filename, new FileInputStream(filename));Look here for lots more info: http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html
    Hope this is helpful
    Chris.

  • How can I speed up the loading of text in a text gallery?

    I have a tekst gallery with 60 rows. The cells have on average 70 characters (< so about upto this point). When scrolling though the gallery, it sometimes takes several seconds before the tekst appears on screen (is loaded?). Is it because of the number
    of characters, or the number of rows? Is there a way to speed this up?

    Wouter,
    I created a small app to mimic your scenario. I have 100 rows of text data in Excel--each row is 200 characters long. I have the data bound to a gallery with the following controls:
    4 labels that display the text data
    A slider whose default value is set to Len(ThisItem!Text) -- simply trying to increase dependencies and computation
    A label that displays the length of the text
    Using touch/swipe, I am seeing immediate refresh--absolutely no lag. Even when I grab the scrollbar and force it all the way to the end, I am seeing sub-second response. I am unable to repro the slowdown you described.
    It would be great if you can share your app file so I can investigate further. Thanks in advance for your help.

  • How can I map half the keyboard to another instrument

    Hey,
    Let's say that I want the left half of my M-Audio keyboard to play a Chruch Choir and the right half to play Piano, how should I proceed?
    Thanks,

    is there a way to change these to other sounds?
    I'm afraid not.
    I am wondering if SoundFonts are not part of the answer.
    A SoundFont could be.
    Are you familiar to SoundFonts?
    Indeed. A SoundFont is an Instrument, of which there are thousands available on the web. The catch is finding one that's split the way you want.

  • Can I connect to the airport and another internet at the same time

    I want to use my airport device to hook my printer up wirelessly.  I already have a wirless internet in my house.  Is it possible to connect to both at the same time?

    Yes. The AirPort Express Base Station (AX) just needs to be configured to join the existing wireless network as a wireless client. In this configuration, you will only need to connect to the existing network for both Internet and printing.

  • How to Include one iView into another iView

    Hi All,
    My requirement is to have 3 input fields across many iviews. on entering the values in those fields, i will invoke a Web Service Model.
    I dont want to keep these 3 fields in all iviews, rather i am planning to create one iview with 3 fields integrated with model and call this iview in many other iviews.
    How do i achieve this in wed dynpro coding. In JSP, there is a concept called "Include Jsp Page" . Is there any similar kind of functionality in WD.
    Kindly guide me .
    Reg/Venkat

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • IView read another iView's profile.

    I have two iViews derived from the same PortalComponent, but have been set different set values for the profiles.
    When I added both of the iViews to the same page, one iView reads another iView's profile. Most of the time both of them use the same value from one profile, but which profile it is used is undertermined. If I keep refreshing the page, I can see which profile the two iView choose to use is random.
    The expected behavior should be each iView only uses its own profile.
    My EP's version is:
    J2EE Engine 6.40 PatchLevel 87289.311
    Portal 6.0.9.0.0
    The same code works fine on
    J2EE Engine 6.30 PatchLevel 84868.311
    Portal 6.4.0.0.200406231750
    In my portalapp.xml my profile is define like this:
    <component-profile>
         <property name="My Profile Name" value="default">
    In my portalcomponent code.
    I read profile by :
    request.getComponentContext().getProfile().getProperty(paramName));
    Can somebody tell me why? Is it a known bug? Did I missed some patch?
    Please mail me to [email protected] too.
    Thank you for your help.
    Harry
    Message was edited by: Xiaochen Du

    Hi Harry,
    > saved in IPortalComponentRequest
    In the original message, you wrote about a problem concerning the profile, now it's the request!?
    > If this is a fixed issue, please let me know,
    > in which patch it is fixed.
    If your are lucky, you'll get an answer to such questions on SDN, but anyhow, no official ones. That's the reason why I have suggested to open an OSS message, that's the support channel which should be able to answer officially to this kind of question. Anyhow, you would have to describe the problem in detail, also if the profile or the request is concerned...
    > confused with the version numbers
    There is a note about what build version corresponds to what SP/Patch. Anyhow, "sneak preview EP version 6.4.0.0.200406231750" probably is quite old, it's from 23.06.2004...
    Hope it helps
    Detlev

  • Loaded movie communicating back to the loader

    Hi,
    We have got a swf which loads another swf. everything works
    fine, we can change things in the loaded movie through the loader.
    But now we need the buttons in the loaded movie calling a method or
    trigging an event in the loader. We have been doing that by using
    LocalConnection, but now we need another approach.
    How to do that?
    Cheers

    Hi Kglad,
    Thanks for helping,
    you are right, we have been using LocalConnection because we
    had two separeted SWF.
    But now we have got another project where we will have one
    SWF loaded into it by loadMovie();
    As we are new to Flash and ActionScript, what we really would
    like to know is how could we call a method in a movie clip located
    in the loader SWF, say mc_loader. We have created a new class
    (extended from MovieClip) and inserted a new method on it called
    dispatch(pValue:String).
    then, from the loaded SWF we have tried, as you said,
    _level0.mc_loader.dispatch("Test");
    and also:
    _level0.dispatch("Test"), but the method/function is not
    being called.
    Thanks very much

  • MDS switch: DCNM: Is there a way to monitor the traffic on every port within a port channel using DCNM?

    I am trying to monitor the load on an 8 port ISL between 2 MDS FC switches, on DCNM. 
    Since it is a plain trunk link, I am able to monitor the stats of every ISL port individually. 
    My question is, since port channel shows up as a single interface on DCNM, is there  a way to monitor the per port utilization in that port channel?

    Thanks for the update! If anyone else has the same question, the answer is that in order to extract the bus log information in the TDMS file, you should use the DIAdem Bus Log Converter tool. It is expected (though confusing) that the file looks mostly empty in the Data Portal until you use this tool to extract the information.
    Also, this is a fantastic tutorial from a very bright engineer on how to correlate data from multiple sources, such as raw frame files, in DIAdem. Highly recommended reading. It also has some data on the bus log converter.
    Jarrod S.
    National Instruments

  • How do I monitor the Line-In Sound?

    I'm connecting my stereo receiver to the line-in sound jack. I know it works because I can record (and monitor) the sounds through Audacity. But,is there a way to listen to what's coming in without opening any app?
    I think it's the same question as here: http://discussions.apple.com/thread.jspa?messageID=676560&#676560
    and that didn't get an answer...
    Thanks

    You need some kind of application. The simplest is LineIn
    <http://www.rogueamoeba.com/freebies/>

  • Delay/block the loading of the screen before geting location coordinates

    Hi,
    In My application, the user is directly taken to the map view page where the app displays a map (home screen), but I need the location co ordinates before loading the first screen. How can we block / delay the loading of the screen until the locationmanager fetches the location co ordinates(lat and lng).
    I invoked the CLLocationManager in applicationDidFinishLaunching and call a getcoordinates custom method (whic is supposed to return the coordinates) in a loop giving some delay
    [NSThread sleepForTimeInterval:2];
    between each calls. but the method retuns only 0.0000 and didUpdateToLocation method also worked only aftr the loop so I cannot get the lat/longs.
    pls suggest a solution to solve this
    pls reply
    thnks in avdance

    try using applicationWillFinishLaunching isntead of applicationDidFinishLaunching and see if that yields any results
    - (void)applicationWillFinishLaunching:(NSNotification *)aNotification

Maybe you are looking for

  • How can I view movies in iPad with the full screen?

    Ok, I bought two movies from iTunes on my iMac and synced them with my iPad. It went well. But when I play them back on the iPad, I can only view them in letterbox/portrait mode which uses only one third of the iPad screen!!! Why is this? Is there an

  • Acrobat Pro - advanced print settings

    Hello, my system: Adobe Acrobat Pro 10.1.7 I want to change the settings under file - print - advanced the settings under "Acrobat default" and "Custom" are not modifiable do someone know how it works? thanks K.W.

  • If my battery is broken, where do I need to go to change it?

    IF my battery is broken, where do I need to go to change it?

  • Deployment Error in NWDS

    Hi All.. When i deploy my application on portal , i get following error:: Deployment exception : Server eppune did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server eppune at port 50118: Connect

  • Dock container

    what is dock container in a class?how to create it in a report.