Dashboard Builder - sequencing the load order of content linked swfs?

Hi,
I don't think this is possible but wanted to throw it out there and see if anybody has some cunning tips on this subject...
We have an InfoView Dashboard that houses 5 Xcelsius modules (swfs). There is a Header Sidebar (swf) that initialises and passes parms to 4 chart modules (swfs) using content linking. Everything works fine and as the selections in the header change, new parms are sent to the swfs which in turn change correctly.
The issue we have is that the business would like everything to initialise with a starting view that contains data. This is not currently done because we cannot guarantee the order that the swfs load in and the 4 chart modules are dependant on the header. The user has to press refresh at the start to trigger the experience once the header has fully loaded.
I'm going to play around with it and will report back with my findings but if anybody has a technique for ensuring child modules are loaded automatically on load AFTER the parent module has gotten its data back and passed the content linked parms, please let me know. Or if there is a way to order (or daisychain) the loading of modules please share this.
Cheers,
Lee

Hi Tracy thanks for your replies.  I found somebody to help me on getacoder.com - this code works perfectly.
The flex code:
<mx:Script>
<![CDATA[
public function FromSwf1(value:String):void
swfLoader.source = value;
public function FromSwf2(value:String):void
swfTeacher.source = value;
]]>
</mx:Script>
The AS3 code:
var flexApp = root.parent.parent['parentApplication'];
btn1.addEventListener(MouseEvent.CLICK, CallFlexFunction);
//stage.addEventListener(KeyboardEvent.KEY_DOWN, reportKeyDown);
function CallFlexFunction(e:MouseEvent) {
flexApp.FromSwf1("assets/ninos/alphabet.swf");
btn2.addEventListener(MouseEvent.CLICK, CallFlexFunction2);
//stage.addEventListener(KeyboardEvent.KEY_DOWN, reportKeyDown);
function CallFlexFunction2(e:MouseEvent) {
flexApp.FromSwf2("assets/ninos/clase_de_ninos.swf");

Similar Messages

  • Customize the load order of symbols

    Hey everyone!
    I have a question that after search the forum could not find an answer to. So I decided to make a new post
    I am working on a rather large edge animation, and so far it all looks and renders real nice. What it is is a web banner with a pretty cool background, and part of the background my friend took into after effects for me and added some animation to it. Then he rendered it out as a jpeg sequence and I imported the sequence as a symbol. I then used the time line to hide and show each image according to the after effects frame rate so in the broswer it looks like an "animated" jpeg But it is really just being cycled by the "hide" and "show" element functions.
    This effect looks very nice, and doesn't take too long to load, however one problem I do have is that when a user loads the banner the website will first load the images before loading the background. Which isn't a big deal for fast connections, but for slow connections it takes roughtly 8 to 10 seconds to load the images and then the background loads behind them.
    So my question is there any way to change the order which the symbols load? I want to make it so that the background loads first and then the symbol holding the jpeg sequence loads infront of it. Does anyone know if this is possible?
    Thank you so much for any help!

    Oh, I also wanted to add that I am aware that edge animate uses the $(document).ready(function() to delay the loading of certain events. However that seems to render the code as soon as a symbol is recognized by the broser, instead of after all images (the background and other small elements) are loaded.
    Do anyone know of anything equivelant to the "$(window).load(function()" that will work in edge animate? Thanks for your help!

  • How do I remove the "Show" (Table of Contents) link from my page?

    I am using Robohelp 7 and exporting to WebHelp to use on an internet page.  When clicking the help icon from my internet page, I am displaying a specific page within my Robohelp content, and not including the Table of Contents.  However, at the top of my rendered page, there is a "Show" link automatically being displayed.  If you click that link, you then get the full Table of Contents.  I do not want that "Show" link to be displayed at all.  But I can't figure out where it is coming from.
    This image shows the "Show" link (image also attached below):
    This image shows the code showing the Show, but we don't know where it's coming from or how to get rid of it (image also attached below):

    Hi there
    In your Single Sourc Layout properties there is an option labeled "Show Navigation Link in Topics". You need to clear that option when you generate.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Can the load order of subforms be changed?

    I have a form with two subforms.  Subform A is a datasheet which has a Form_Current event which is suppose to call a subroutine in the main form, which in turn tries to change a control in Subform B.
    However, on startup, Subform B has not loaded and an error occurs ("You entered an expression that has an invalid reference to the property Form/Report").
    Is there a way that I can force Subform B to load before Subform A?
    b.hata

    Not that I know of. Trying to change this default behavior is a recipe for disaster.
    You COULD have an error handler in that function that ignores the specific error because not there yet. Or you could re-think the whole thing and perhaps trigger it from the main form.
    On rare occasion, and I am reluctant to even mention it, I would tick a 1 msec timer and upon Form_Timer do my thing. This event is pretty much guaranteed to happen AFTER everything is loaded and is settling down.
    -Tom. Microsoft Access MVP
    I have had situations in the past where things were working fine and then after some changes, I would get errors similar to my current database development problem.  Somehow the order of subform loading would change.  There must be something in
    Access that determines the order in which subforms (and parent form) gets loaded.  I can't imagine it should matter to Access what the order would be.  I was hoping there was some way I could change it.
    re: error handlers... I typically don't like to do much in error handlers.  I much prefer to prevent errors from happening in the first place, such as setting an "Initialization Flag" during Form_Open and testing it in "Form_Current".
    re: timer... I wouldn't want to use Form_Timer as it is not full proof. 
    b.hata

  • Controlling the load order of swfs in a HTML document

    Hi all I have a document containing multiple swfs. Is there
    anyway I can control which swf loads first etc. Obvisouly it would
    start from which ever one is higher in the HTML document.
    However I would like to control what loads first, also can
    this be done with the images in the document?
    Any help is much appreciated.

    In your web.xml, under the servlet tag, make A.jsp be loaded the first, at your web app 's startup:
    <jsp-file>A.jsp</jsp-file>
    <load-on-startup>0</load-on-startup>
    ...

  • Why did Apple OS loose the ability to adjust load order of login items

    In OS X.3.9 I was able to adjust the load order of log in items.
    I can't do this in OS X.4.11. I would like to adjust two items Mozy and Yahoo! Widgets so that they load last. Although all my log in items including them load they hesitate while Mozy and Yahoo widgets load. I would like to make Yahoo widgets load very last and Mozy next to last.

    Another approach which might work would be to delete some, most, or all of your current set of login items and replace them with a single Automator workflow, one set up to open individual applications in a predetermined order.
    The workflow would be comprised solely of separate *Launch Application* actions (from Automator's Finder library) and might look like this:
    1) *Launch Application* -- click the popup button and select the first application you'd like to open.
    2) *Launch Application* -- select the next application you'd like to open.
    3) *Launch Application* -- 3rd app.
    4) *Launch Application* -- etc, etc, until you reach the last application, which could be Yahoo! Widgets.
    From Automator's File menu select Save As > File Format: Application, and add the saved Automator applet to your login items.
    Good luck.

  • SWF Load order.

    Hello all,
    I have a group of FC outputs that I have used to create a virtual tour of my client's showroom here:
    electronic-lifestyle.com
    But the SWF files I have linked in the FXP are loading from back to front.  The last Page is loading first and the first loads last creating some issues.  I have one more pass I need to maker to fix some glitches with the vertical scroll bar and several other points but I need to know if I can adjust the order in which the SWF files load into the page.  I would prefer they load when called for but if that is not possible I would like to load from the first page to the last.
    On an associated thought, is it possible to create a progress bar in FC or Flash that will give the viewer some feed back on the SWF files loading in.  Right now the area is blank until they arrive.
    I have a feeling that this level of control is something achieved in Flash Builder, not in FC.  That is fine, I am planning on importing the file into FB to enable deep linking anyway but since there is no round trip function I figured I would get all of the FC work finished first, then go into FB and make whatever changes need to happen there.
    It is starting to seem silly that the two programs were separated to begin with.  It seems a natural evolution that Catalyst and Builder be joined into the same application sometime in the near future.  Once the round trip issue is taken care of, why not just work toward combining the two apps?
    Anyway, if someone could give me a pointer on the load order issue that would be wonderful.
    Thanks,
    Brett

    dmcdonald wrote:
    > Is there a way to dictate load order of html page?
    No.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Preloaders, loading order and -levels

    Hi, everyone
    I am using Flash 8 and AS2 for my project.
    My website is now working just about as I like, as long as
    the whole movie has loaded. I have a main time line and several
    movie clips on the time line.
    Only problem is, that the movie seems to load from beginning
    to end, regardless which button you choose in the menu.
    If you choose a button that takes you to a frame or a movie
    clip that has not yet loaded, it will act confused and show you
    something other than what you want.
    I am new to _levels in Flash 8.
    Does the level number decide in which order things load? My
    feeling is that the hightest
    level number loads first, and the main movie time line is
    always _level0. Is that correct?
    I am thinking, if I put a preloader in each frame that the
    menu points to, in f.x. _level50, then the load order would go
    straight to that particular chosen frame on the time line, run the
    preloader and then the movie clip (or frames following it) ,
    without loading anything undesireable in the meantime. And
    eliminating delay.
    Is that correct?
    You see many good flash sites that run preloaders at the
    beginning of each new menu point. They seem to very responsive.
    Is that why?
    Can anyone suggest a very simple preloader script, say for
    just a progression bar, (I dont care about numbers running)
    that would take me to the exact frame that I want to load,
    run the preloader and then the next frame?
    Should the preloader be located in the frame preceding the
    frame you want people to see? Or should it be imbedded in the
    movieclip (if I am using a movie clip)
    I want to be able to re-use the preloader easily.
    Also the latest preloader scripts I have seen do not seem to
    allow you to select how many frames you want loaded of the
    _parent time time line before going to it. It seems you used
    to be able to decide how many frames it should load.
    You can download my .fla file here and see what I am talking
    about:
    http://www.gggraphic.com/downloads
    viewed at:
    http://www.grandtdesign.com
    Thank you again on beforehand for all your help
    ggaarde

    Related to this, is there any default behaviour on the order between WEB-INF/classes and WEB-INF/lib? I guess WEB-INF/classes are found first but not sure if this is official and guaranteed behaviour.The Servlet specification (Section 10.5, page 78) defines the order of loading for WEB-INF/classes and WEB-INF/lib as follows:
    >
    The contents of the WEB-INF directory are:
    The /WEB-INF/web.xml deployment descriptor.
    The /WEB-INF/classes/ directory for servlet and utility classes. The classes in this directory must be available to the application class loader.
    The /WEB-INF/lib/*.jar area for Java ARchive files. These files contain servlets, beans, static resources and JSPs packaged in a JAR file and other utility classes useful to the Web application. The Web application class loader must be able to load classes from any of these archive files.
    The Web application class loader must load classes from the WEB-INF/classes directory first, and then from library JARs in the WEB-INF/lib directory.
    >
    -steve-

  • Target Load Order is not working

    I work with OWB 10gR2.
    A have mapping with 2 target tables (say A and B). Table A needs to be filled before table B. How can I achieve this?
    I have put 1 in "Target Load Order" property of table A and 2 in "Target Load Order" property of table B but this does not have the expected effect.
    Anyone hase experience with this.

    Hi,
    look at the documentation:
    When you design a PL/SQL mapping with multiple targets, Warehouse Builder calculates a default ordering for loading the targets. If you define foreign key relationships between targets, Warehouse Builder creates a default order that loads the parent and then the child. If you do not create foreign key relationships or if a target table has a recursive relationship, Warehouse Builder assigns a random ordering as the default.
    You can override the default load ordering by setting the Target Load Order property. If you make a mistake when reordering the targets, you can restore the default ordering by selecting the Reset to Default option.
    To specify the loading order for multiple targets:
    Click on whitespace in the mapping canvas to view the mapping properties in the Property Window in the upper right corner.
    Go to the Map Targets Load Order property and click the Ellipses button on the right side.
    Warehouse Builder displays the Map targets load order dialog.
    To change the loading order, select a target and use the shuttle buttons on the right to move the target up or down on the list.
    Regards
    Detlef

  • Unable to sequence the prompts as mentioned in Bex Query

    Hi,
    We are unable to sequence the prompt order in web i report which is build up on Bex query.
    We have follwed the prompts order in Bex query,
    When we build a web i report the sequence of prompts is not coming as expected, rather its taking in alphabetical order.
    Please help us in ordering the sequence of the prompts in Web i.
    Thanks in Advance,
    Swaraj.

    Hi,
    Part of this other post I just answered, so I'll leave the same info here...
    This is a known behavior, but I know it is bugging more people, because the same is true for (normal) universe based prompts.
    They also cannot be 'arranged'. Since the Bex query is the 'universe', ordering that has been set in the 'universe' is the only chance you have.
    Like with the universe you could use prefixes to separate them from the query defined prompts (based on an alphabetic sort of the prompt message). I'd say this is a good one for the idea place...
    (actually it is there, part of this one... [https://cw.sdn.sap.com/cw/ideas/2377])
    Vote for it if you want this happening.
    Good luck,
    Marianne

  • EAR Loading Order

    Hi All,
    I have couple of EAR application that need to be deployed in a certain order when WL restarts
    (I am using WL 8.1 SP3). On the console there is a load order property that would suit my purpose but I would need a way to define that in the deployment descriptor. Is that possible ?
    I could not find a tag that would fit that purpose.
    Thanks for your help.
    Farez

    "Farez Alibay" <[email protected]> wrote in message news:26812937.1100895674175.JavaMail.root@jserv5...
    I have couple of EAR application that need to be deployed in a certain order when WL restarts
    (I am using WL 8.1 SP3). On the console there is a load order property that would suit my purpose but I would need a way to definethat in the deployment descriptor. Is that possible ?
    >
    I could not find a tag that would fit that purpose.
    Thanks for your help.The Spec does not define load order of EARs because an EAR is
    supposed to be a self-sufficient entity. So you will nee to use the
    console or config.xml to set the order. The better solution is to make
    sure that ears do not require sequencing or make them handle the fact
    that the load order is undefined.
    Regards,
    Slava Imeshev

  • Not allowed to move load order of Control panels in System Preferences Tige

    I post here because System refuses to let me post in Tiger forum depite my being a forum member since purchasing my G4-500 new just a few months after coming out.
    The problem is associated with my PowerBook17" bought new March a year ago. I currently am running 10.4.6 Tiger.
    On my G4-500 using Panther 3.9 I am allowed to drag and drop the load order of extension and control panel in System > Accounts > Startup items, at will.
    If I try the same thing on my PowerBook 17" It want let me Drag or if I do get it appear to drag what it does instead is remove from the list.
    Suggestions?

    How do I mark one portion of my question as being answered ( the part so named in the subject line.) and one part as not part about not being able to get into sub category so far as adding a question.
    You can use the Helpful buttons without using Solved. Solved will result in your thread being marked as answered, Helpful won't. It is possible to mark a question answered without marking any posts as helpful or solved. You would do this if you found the solution somewhere other that the thread with the question. It is good form to post what the solution is so that others can benefit. You can go back & "unmark" a question as answered, but I'm not sure if there is a time limit from the time you originally marked it answered.

  • Java Load Order

    Hi All,
    We are trying to override existing OOTB method through our custom component but system is calling the OOTB method only. Below are the ways we tried to call our custom component method, request you to advice us where we are making mistake.
    Problem statement:
    There is a method public void abc() in class SomeHandler. This is OOTB class provided by Oracle. This is getting used in service XYZ with action as 3:abc::4:null
    We created a custom service handler CustomSomeHandler and overwritten this method. We also increased the load order of this custom service handler to 200.
    We tried below approaches, but nothing is working.
    1) Approach 1
    public class CustomSomeHandler extends ServiceHandler {
    public void abc(){
    2) Approach 2
    public class CustomSomeHandler extends SomeHandler{
    public void abc(){
    }

    When you define a service handler, there is no loadOrder... there is searchOrder. Therefore, you need to set it a number that is lower than the method you're trying to override.
    Also, make sure you're merging your configuration table to the ServiceHandlers table...

  • Parent-Child Apps and Classloading...Wrong load order?

    Ah, everyone's favourite two oracle topics slammed into one. I've been using Oracle's parent-child application deployment for some time, to reasonable success in Oracle App Server 9.0.4. Though screwing about with the classloaders in this way usually fills me with dread, the benefits of developing child apps in isolation from the parent are excellent.
    In general I have always deployed in the following way:
    server.xml
    <application name="msip-app" path="../applications/msip-app.ear" parent="default" start="true" />
    <application name="msip-services" path="../applications/msip-services.ear" parent="msip-app" start="true" />
    default-web-site.xml
    <web-app application="msip-app" name="msip-web" load-on-startup="true" root="/msip" />
    <web-app application="msip-services" name="msip-services" load-on-startup="true" root="/msip-ws" />
    orion-application.xml (parent app)
    <library path="./msip-web/WEB-INF/classes" />
    <library path="./msip-web/WEB-INF/lib" />
    (Note: this generic approach has always worked...)
    Now I am trying to upgrade to oc4j 10.1.3.x, and I seem to be trapped in configuration hell. OC4J now appears to load the child application first, which inevitably screws up the classloader for the parent app. Surely this doesn't make any sense, as the parent app is the dependency and should be started first?!
    I haven't discovered any way to control the load order for apps in the config files; the only workaround is to set the load-on-startup for the child app to "false". This is fine, until I redeploy through Oracle EM, which switches load-on-startup back to true. Again, there doesn't seem to be any way in deployment to control this parameter!
    Why in the heck would oc4j have changed it's load priority for parent child apps? Is there any way to force load order through config? Am I just crazy and no one else has seen this?
    Help.

    Thanks for the reply. Gave that a look, but unfortunately, that link concerns a problem at a lower level than the one I've encountered. A classloading problem alerted me to what I believe is a bigger issue, namely that oc4j appear to be launching my child app before the parent app, and this consistently screws up the initialisation phases for both ear files. This appears to be an explicit decision in the Oracle app loader about which war file (parent or child) to launch first, but for the life of me, I can't find the offending code by decompiling oc4j.
    If it turns out that this intentional, surely this must be a mistake? The parent app is the dependency and must be loaded first! or I missing something big...

  • Load order in wls 7 sp4

    Hi,
    I have a strange problem with the load order in wls 7.0 sp4. I have 2 ear files
    ear1 and ear2.
    I have one war file in each of the ear files. I set the load order of ear1 to
    1000 and ear2 to 100. I see the load order in the console correctly, but I dont
    see the value in config.xml. So, i edited the value and added it manually.
    Even after that, I have the problem where a servlet in the war file of ear1 is
    executing ahead of ear2 during startup.
    Any ideas to fix the problem?
    thanks

    Alright:
    So I wrote up a simple small isolated reproducible test case.
    http://www.niffgurd.com/mark/work/blog/index.html
    So this is a bug, and I have filed CR125989, you will need to contact [email protected]
    to follow up on this.
    Cheers
    mbg
    "Mark Griffith" <[email protected]> wrote:
    Babu:
    There is synchronization issue between making the changes to the runtime
    mbeans via the console and when it is persisted to config.xml. There
    is a 5
    minute timer that does the actual persisting. I do believe though that
    if
    you shutdown the server gracefully we flush the writes to the config.xml.
    So after you manually added the values in config.xml you still are not
    seeing the load order being honored?
    So:
    ear1 LoadOrder=1000
    ear2 LoadOrder=100
    You want ear2 to be loaded first and then ear1 to be loaded second?
    Can you attach your config.xml and your portion of weblogic log that
    shows
    deployment?
    cheers
    mbg
    "babu" <[email protected]> wrote in message
    news:3f8edfc7$[email protected]..
    Hi,
    I have a strange problem with the load order in wls 7.0 sp4. I have2 ear
    files
    ear1 and ear2.
    I have one war file in each of the ear files. I set the load orderof ear1
    to
    1000 and ear2 to 100. I see the load order in the console correctly,but I
    dont
    see the value in config.xml. So, i edited the value and added it manually.
    Even after that, I have the problem where a servlet in the war fileof
    ear1 is
    executing ahead of ear2 during startup.
    Any ideas to fix the problem?
    thanks

Maybe you are looking for

  • Macbook Pro vs. Macbook

    Hey Everybody I want to upgrade my iBook G4 to a Macbook Pro. I use Final Cut Express and my computer just doesn't cut it anymore. But, my brother just got a 2.2 GHz Macbook, and I started to question my choice. If anyone could give me some advice, t

  • Outerjoin query performance tuning

    Hi, I have two tables, tab1 (7 million records) and tab2 (50,000 records). Following query is taking more than 15 minutes to feth the result from the database. SELECT a.col11, a.col12, b.col11, b.col12 FROM tab1 a, tab2 b WHERE a.col1 = b.col1 (+) AN

  • Set Default value for transaction code F-36

    Hi I need to set default value to feild special G/L indicator in transaction code F-36 How can I do that. Please advice. Regards Kesharika

  • CO60 Time out

    Hello Experts, I am runing the transaction code CO60 to display the PI sheet,but it is resulting in a short-dump as a result of time out. This is happening with only one sheet. can we increase the time line to execute this particular trasaction ? I f

  • Slideshow issue

    I created a slide show on iphoto and would like to burn it to a dvd but my Mac does not have a cd burner. What can I do?