Regions must display on the same position using time delay

Hi all

I use APEX 4.0.2

I have a page with 2 reports and 3 regions of the chart. Two reports are placed on the left on the page. Graphics one by a parallel with reports (right) need to display on the page. Is there anyway to show the cards one by one, using a few delay time? Is it possible to do like that in APEX?

Please help me on this...

Thank you

Lacombe

Try this in your DA

function x(p)
{
  $("#" + p).show();
  setTimeout( function(){ $("#" + p).fadeOut( 3000
                                            , function()
                                              { switch( p )
                                                { case "chart_one":
                                                  { x("chart_two");
                                                    break;
                                                  }
                                                  case "chart_two":
                                                  { x("chart_three");
                                                    break;
                                                  }
                                                  case "chart_three":
                                                  { x("chart_one");
                                                    break;
                                                  }
                                                }
                                              }
                                             );
                        }
            , 6000
            );
}
$("#chart_one").hide();
$("#chart_two").hide();
$("#chart_three").hide();
x("chart_one");

Tags: Database

Similar Questions

  • When you use mail, my resizing button and my arrow down into the bar side schroll appear in the same position using the two impossible.

    It lacks a line at the bottom of the screen just above the dock on my macintosh window. Using Mac OS X, version 10.6.7

    Help if bring you up the module bar?

    View > toolbars > toolbar Add on

  • display content in another region on the same page using URLs

    Hello Experts,

    I have a page with two region, say area A and area B. B area is a based sql report that displays lines of information on a set of files with the first column rendered as a URL to the file real itself. By clicking on this url, the content of the file is displayed in the same window, replacing the existing content. I would like for this file content to be disseminated within region A, without replacing the entire window. Is this possible?. I tried assiging a static id of the area has and use it in the url, but it does not work and I am still trying to determine that.

    Thank you

    Salome

    When you click on the link, get the URL and show the link in an iframe
    Assume that your report links are rendered as (HTML for the report)

      <td[headers="FILE_LINK"]><a href="http://myurl:8080/blah/blah">Blah</a></td>*
    

    Have a JS onload which causes by clicking on the link file to generate an iframe and load online (I would have chosen a dialog modal jQuery on a display online)

    $('td[headers="FILE_LINK"] a').each( function(){
      url = $(this).attr('href');
      $(this).attr('href','javascript:void(0);');
      t = $(this);
      $(this).click( function(e){
        e.preventDefault();
        t.after('');
      });
    });
    

    Note: change the link field selector to match your links in the report column

    As an additional comment: online showing a full html page (or a file) in a report could not be visually appealing, try to open it as a modal pop-up window.

  • I use VISA 5.3 for reading my serial device... my standard equipment is WELL this device will send four messages for only one comand I need all four messages to display at the same time in VISA SERIES READ BUFFER

    I use VISA 5.3 for reading my serial device... my standard equipment is WELL this device will send four messages of single command given to this instrument... and I read messages through VISA series READ... during the race, the VI buffer displays the messages individually...  I need all four messages to display at the same time in VISA SERIES READ BUFFER, in order to find more than this block, I should add from the palette of function.

    Disable character of endpoint detection or make four readings where you concantanate simply the strings together.

  • Need space between buttons displayed on the same line

    Hello - I have 3 buttons html:

    Cancel
    query
    create

    They must be displayed on the same line, in the regions of button. (They're in)
    the lower-left corner of the page; right now I'm on the région #CREATE #.)

    The position of cancel and the query is fine... but I need space (approximately that of a button
    Worth) between query and create. Can not know how to do this.

    Ideas?

    Thank you
    Carol

    Hi Carol,.

    It might be interesting to look at model in your region under the shared components > models > region change the model.
    You should see the place holders of section definition for your buttons etc. #CREATE # CANCEL #. I suggest that you make a copy of the model and then play with it maybe just add another tag td which is empty.

    IF you need help with it just post your definition here and I'll try and help you.

  • Presentation of the grid - get two or more fields to display on the same line.

    I use version 4.2.

    I have a form with a number of elements.

    I want to control the display of items so that some fields are next to each other (on the same line or line).

    I put the provision of grid as follows:

    : PX_ITEM1
    Start the new row: Yes
    Column: automatic
    Scope of column: automatic

    : PX_ITEM2
    Start the new row: No.
    Column: automatic
    New section: Yes
    Scope of column: automatic



    When I do that the items are not displayed on the same line.

    I can see when you change "Start a new line" from no to Yes, the item fields ARE moved to the same < Div > that controls the line, but they are not just show how I would that they.

    Anyone have this working?

    Amanda.

    Hi Amanda,.

    I think I discovered the cause of the issue, that you face.

    The problem is with the model of region "Region alert" and that there no any view defined points indicated the number of grids that can fit into his body in the region. Without any screen edge, the grid layout system attempts to use all the columns available to its container. However, because the alert region extra internal padding, columns won't work and the next line.

    To resolve this problem, you need to change the model of region "Region alert", go to "Points of view" and click Add a line. You will need to enter the following fields:

    Name: organ of the region
    Substitution model: BODY
    Rack support: checked
    The maximum fixed grid columns: -1

    This will fix the problem for you. I logged a bug in our bug for this system follow so we can fix it in a later version of the APEX.

    Best,
    Lyna

  • How to take the new start of table in the same position as the previous and only randomize the newObjec

    So I'm trying to do 5 boxes/ships (3Blue and 2 Greens) appear in a random position (1-Gree, 2nd - blue, blue-3rd, 4th-green, green-5 or some other random way) I have the corner of the stage. Bring down. Make a new 5 boxes and position them on the same position the previous 5 and only get randomized (not with the 5 previous, it does at the moment). And that then they move down.  so far code I have is:

    import flash.events.Event;

    var shipCount:Number;

    var shipCount2:Number;

    var shipArray:Array = new Array();

    var shipArrayPosition:Array = new Array();

    var count: int = 0

    var positionsX:Array = ["50" "100", "150", "200", "250"]

    addEventListener (Event.ENTER_FRAME, everyFrame)

    function everyFrame(ev:Event):void {}

    counter ++

    If (counter % 70 == 0) {}

    doShips()

    }

    positionShips()

    trace (shipArray.length)

    }

    function doShips() {}

    shipCount = 3;

    shipCount2 = 2;

    var distance = 10;

    for (var i: int = 0; i < shipCount; i ++) {}

    var s = new ship;

    shipArray.push (s);

    s.x = s.width/2 + (s.width* i) + gap * I

    addChild (s)

    shipArrayPosition.push (s);

    }

    for (var j: int = 0; j < shipCount2; j ++) {}

    s = new Ship2.

    shipArray.push (s);

    }

    var array: Array = new Array();

    While (shipArray.length > 0) {}

    var: index: uint = Math.floor (Math.random () * shipArray.length);

    Array.push (shipArray [index]);

    shipArray.splice (index 1);

    }

    shipArray = array;

    shipsArray has been randomized

    for (var k: int = shipArray.length - 1; k > = 0; k-) {}

    shipArray [k] .x = positionsX [k]

    addChild (shipArray [k])

    }

    }

    function positionShips() {}

    for (var i: int = shipArray.length - 1; i > = 0; i--) {}

    shipArray [i] .moveDown (//what) code in the class of the ship and Ship2-> only: this.y += 3

    }

    }

    and how to stay in one position. Must not move in any position x when the 5 new are added

    It is even more effective, because it removes the ships that moved out of sight:

    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.events.Event;
    
    var numShips:int = 5;
    var shipCount:int = 3;
    var shipArray:Vector. = new Vector.();
    var counter:int = 0
    var positionsX:Array = [];
    
    init();
    
    function init():void
    {
              // populate positions
              for (var i:int = numShips - 1; i >= 0; i--)
                        positionsX.push(50 * i);
    
              addEventListener(Event.ENTER_FRAME, everyFrame);
    }
    
    function everyFrame(e:Event):void
    {
              counter++
              if (counter % 70 == 0)
                        doShips();
              positionShips();
              trace(shipArray.length);
    }
    
    function doShips():void
    {
              var gap = 10;
              var s:MovieClip;
              var shipsLine:Sprite = new Sprite();
              shipsLine.cacheAsBitmap = true;
              addChild(shipsLine);
              shipArray.push(shipsLine);
              shuffle(positionsX);
              for (var i:int = numShips - 1; i >= 0; i--)
              {
                        s = i < shipCount ? new Ship() : new Ship2();
                        s.x = positionsX[i] + gap;
                        shipsLine.addChild(s);
              }
              shipsLine.y = -shipsLine.height;
    }
    
    function shuffle(a:Array):void
    {
              for (var i:int = a.length - 1; i >= 0; i--)
              {
                        var r:int = Math.floor(Math.random() * (i + 1));
                        var t:Object = a[r];
                        a[r] = a[i];
                        a[i] = t;
              }
    }
    
    function positionShips():void
    {
              for each (var shipLine:Sprite in shipArray)
              {
                        shipLine.y += 3;
                        // remove line that moved out of stage
                        if (shipLine.y > stage.stageHeight + shipLine.height)
                        {
                                  removeChild(shipLine);
                                  shipArray.splice(shipArray.indexOf(shipLine), 1);
                        }
              }
    }
    
  • REP-1248, all sources of placeholder columns must be in the same group

    Hi all

    I'm developing a (10g) report that contains three executives of repetition, say R1, R2, R3. Independent of each other, not connected or linked.
    I have a column defined in each summary of groups, G1, G2, G3, associated with R1, R2, and R3 to count the number of records in each group say. If the three groups count is 0, there is an another framework, I have defined, M1, containing the text as "No record found" that should be displayed.
    I can not access the summary columns defined in the format of M1 trigger groups because it is separated from R1, R2, and R3. So I created a column placeholder CP1, which recognizes the M1.
    But I'm not able to set the value of CP1 to the sum of analytical columns CS1, CS2, CS3 in the formula trigger of the CP1.
    I get the error:
    REP-1248 all sources of placeholder columns must be in the same group

    I also tried to set the value of the CP1 in CS1, CS2, and CS3 formula columns to get the same error.

    Is it possible to be able to use the analytical columns within the groups to have the feature above?

    Thank you
    Shruti

    create a place holder cp_1 in the external data model of all queries

    in each query, create a numerical formula
    with this code

    Start
    : cp_1: = nvl(:cp_1,0) + 1;
    Return 1;
    end;

    the nvl if she is not so necessary to the placeholder sets the initial value of zero

    then in the text frame properties go to conditional formatting
    Then create a new exception format

    cp_1 top to hide 0
    and then the work.

  • Help please - component video using the same clip several times

    Hi people,

    I have a 9 minute video I want to cut into pieces and make a 3 min video. I searched the help system and Forum, but found nothing - very probably (not being is not a native speaker) looking for the wrong keywords.

    How can I add the same clip several times to a movie? If that has been resolved, I could do the rest with setting- and outpoints and would.

    Thank you in advance.

    Christoph

    You can place the clip on the timeline and use the Split Clip (small scissors under the monitor icon) to split your clip. Place the cursor where you want to trim your clip, and then click the icon of the scissors. Move the cursor to the next position, and then click the icon of the scissors again. Then press DELETE on your keyboard and that article will be deleted and the gap will be closed. If you wish, you can take small sections, you created and drag them around to change their positions.

    Once you have edited your clip, you can export the section 3 minutes as a DV - AVI to use repeatedly in your video. All you need to do to export is file > export > Movie. If you have several clips on your timeline you must place the work area bar (WAB), the gray bar above the timeline, on the section that you want to export. Then in the window export movie go into settings and for the beach, select work area bar.

    You can then reimport the 3 minute clip in your project and use it as many times as you want.

  • When I try my ipad FaceTime I get this massage iphone is not available your phone must be on the same WiFi that this ipad to make a call

    When I try my ipad FaceTime I get this massage iphone is not available your phone must be on the same WiFi that this ipad to make a call

    In your FaceTime settings, what you defined as "Caller ID"?  If you have set up the continuity (continuity use to connect your iPhone, iPod touch and Mac - Apple Support) and you have the iPad set to use your iPhone phone number to initiate calls, then you will need to have your iPhone and your iPad connected on the same wifi ntetwork.

    If you set the iPad caller ID to call from, for example, your iCloud email address, then this message should disappear.

  • How to load under vi in Panel at the same location using base LV 8.6

    I have several screens to display on the button clicks so I want to load the sub VI Panel in the same place using the package base of LV 8.6.I could find solutions using Insert VI, but which is available in full development Package.Is it in any other way to do it.

    Thank you it worked... but I have a question, I have attached two SCREWS get channel config is the VI I want to display in the Panel of sup, but scrollbars donot work

  • Drop columns and how to add them in the same position

    Hello

    My requirement is I want to delete columns in existing table and later, when I want to add these columns to the same position.

    (1) create table t_emp

    create table t_emp)
    EmpNo varchar2 (10) primary key,.
    Ename varchar2 (100),
    desig varchar2 (100),
    VARCHAR2 (100) Dept.
    number (10,2)) of salary;

    (2) a fall the columns below.

    ALTER table t_emp
    drop (desig, dept);

    (3) add these columns.

    ALTER table t_emp
    Add (desig varchar2 (100),)
    VARCHAR2 (100)) Dept

    (4) desc t_emp

    Now the order of the columns is changed, I want to bring to the initial position of columns, that is

    EmpNo, ename, desig, dept, salary

    I'm trying through some work around this, such as the use of a table of permutation. Please share your knowledge and what would be the apt method.

    Thank you.

    845956 wrote:
    Hello

    My requirement is I want to delete columns in existing table and later, when I want to add these columns to the same position.

    (1) create table t_emp

    create table t_emp)
    EmpNo varchar2 (10) primary key,.
    Ename varchar2 (100),
    desig varchar2 (100),
    VARCHAR2 (100) Dept.
    number (10,2)) of salary;

    (2) a fall the columns below.

    ALTER table t_emp
    drop (desig, dept);

    (3) add these columns.

    ALTER table t_emp
    Add (desig varchar2 (100),)
    VARCHAR2 (100)) Dept

    (4) desc t_emp

    Now the order of the columns is changed, I want to bring to the initial position of columns, that is

    EmpNo, ename, desig, dept, salary

    I'm trying through some work around this, such as the use of a table of permutation. Please share your knowledge and what would be the apt method.

    Thank you.

    column order does NOT elements.
    If you insist blindly, then create new table with columns ordered you want
    then move the data to the new table & finally to rename the tables.

  • Copy the selection to the same position in all frames roto

    I use AE CS5 in Production Premium. I also moca AE 3.1 which is perhaps a better way to try to isolate an object using planar tracking.  I need to replace an item that appears in the same position on all frames of a clip.  He is a previous problem I've covered long involving a spiders Web that has been set on a 8mm film door.  Thus, the web appears in the upper left corner of each image in the clip.  Perhaps a different approach will work.  It is complicated because the background of the element changes such as the limits of the selected item are dimmed.  I need to further isolate sections of the clip where there are similar background interference, for example a background of mostly from the dark trees in the left upper part may be passable.  There may be a way that I can gradually replace the web with the background that appears in the following images as the background moves using duplicate layers.

    How I can roto select this item in the first image and copy the limits of selection to all executives or is there a better way to do this?

    How I can roto select this item in the first image and copy the limits of selection to all executives or is there a better way to do this?

    You do not have. You think on bad terms here and work yourself to death if you follow this approach. Instead, export an image, isolate the model clean grey scale as an image in Photoshop. Then you can either use it as cache to perforate disturbances directly or by creating adequate transparency, possibly in a publication before using it as a pole of luma on a white solid, like an entry for one adjustment layer. Then, you can eitehr just fill in the blanks with a copy of your pictures that you have slightly shifted in position or in the second case, apply effects such as Minimax, dilated-eroded repetitive and varius scrambles to fill gaps. CC vector Gaussian with the transparency as input channel will do miracles "sew" these things together. Of course, you can also consider RevisionFX' RE: fill out as kind of a plugin tool in canned and pimp for these kinds of things...

    Mylenium

  • FLVplayback video must be in the same directory?

    I try my video of loading a swf file using the flvplayback component by using the script below

    ///////////////////////////////////////////////////////

    Import fl.video.FLVPlayback;

    var flvPlayback:FLVPlayback = new FLVPlayback();

    flvPlayback.autoPlay = false;

    flvPlayback.source = '. '. ' / video/Listening_to_Community_Voices.flv ";

    flvPlayback.skin = "SkinOverAllNoFullNoCaption.swf";

    flvPlayback.x = 31;

    flvPlayback.y = 123.8;

    addChild (flvPlayback);

    //////////////////////////////////////////////////////

    but I noticed that the SWF doesn't link to the video instead, I have to place my video the same directory with the swf file and set up

    flvPlayback.source = "Listening_to_Community_Voices.flv";

    -What means the connection between the im video file must be on the same directory the SWF or I wrote my code wrong...?

    I discovered the cause already, I have to remove the ". /"symbol when you do nested path, it's weird though because normally connecting other swf files will need to add the symbol, but not video..."

  • __How is a applies a layer of individual pshop on several files in the same position?

    __How is a applies a layer of individual pshop on several files in the same position?


    Here's an example - I 12 images of fruit bowl, and I want to put a separate image of an Apple (cropped) on the 12 in the same position (without zoom to the exact pixels)

    Thank you

    Hold down SHIFT and drag one doc to another. Or use the layer > duplicate and use the destination drop-down to select the good doc.

Maybe you are looking for