How to make the Time Line in Vertical ?

Hi All
I have created a Schedule Board using the Schedule Viewer but
including the Flexlib in my project .
Now the thing is that the Timeline which us to come on the
top of the
ScheduleViewer I need to get that Time line Vertically in
left side
of the ScheduleViewer to display the time in left side,and
all the
date's in the top .
How can I do that to get the Timeline Vertically and the Date
at the
position of TimeLine .
Thanks
Vivek Manchanda
Theikos IT Solution

One improvement.. To get a line that is neat, use a bit of Graphics2D
    public void paintComponent(java.awt.Graphics g)
        int w = getSize().width;
        int h = getSize().height;
        // draw a line between (0,0) and (w,h)  
        g.setColor(getForeground());
        if (strTop == null)
            strTop = "  ";
        if (strBottom == null)
            strBottom = "  ";
            java.awt.Graphics2D g2 = (java.awt.Graphics2D)g;
          g2.setRenderingHint(java.awt.RenderingHints.KEY_ANTIALIASING,java.awt.RenderingHints.VALUE_ANTIALIAS_ON);
          //g2.setStroke(new java.awt.BasicStroke(14.0f));
        g.drawLine(0, 0, w, h);
        //the following lines will draw the two strings,
        //one above the top of the line and the above below it.     
        g2.drawString(strTop, (w/2)+2, (h/2)-2);
        g2.drawString(strBottom, 2, (h / 2) + 2);
        //the x,y for drawString are only based on assumption.   //do necessary changes to suit ur needs.
    }Then create a TableCellRenderer and set it to the Table Header for ur table's 1st row.....
Cheers

Similar Messages

  • How to make the last line of the textarea visible all the time?

    Hello,
    I am making an online chat application in JSP and XHTML. The chat log and online users� names textareas are refreshed every 5 seconds. When it comes to many messages in the chat log textarea, the scrollbar appears. Then, every time the chat log textarea is refreshed, I need to move the scrollbar down to see the last line of the textarea.
    Are there any ideas how to make the last line of the textarea visible all the time without moving the scrollbar?
    Thanks in advance.
    Dan

    I put the below code on the page, but it didn't work.
    Are there any ideas? Thanks.
    <table border="0" cellspacing="1">
    <tr>
    <th>Chat Log</th>
    <th>Users now online</th>
    </tr>
    <tr>
    <td><textarea rows="20" cols="60" name = "messages" readonly = "readonly"><%= texts %></textarea></td>
    <td><textarea rows="20" cols="20" name = "names" readonly = "readonly"><%= names %></textarea></td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    document.messages.scrollIntoView(false);
    //-->
    </script>

  • How to make the diagonal line in the swing table cell?

    Hi all,
    How to make the diagonal line in the swing table cell just like the link below?
    http://61.132.17.188/webber/table.gif

    One improvement.. To get a line that is neat, use a bit of Graphics2D
        public void paintComponent(java.awt.Graphics g)
            int w = getSize().width;
            int h = getSize().height;
            // draw a line between (0,0) and (w,h)  
            g.setColor(getForeground());
            if (strTop == null)
                strTop = "  ";
            if (strBottom == null)
                strBottom = "  ";
                java.awt.Graphics2D g2 = (java.awt.Graphics2D)g;
              g2.setRenderingHint(java.awt.RenderingHints.KEY_ANTIALIASING,java.awt.RenderingHints.VALUE_ANTIALIAS_ON);
              //g2.setStroke(new java.awt.BasicStroke(14.0f));
            g.drawLine(0, 0, w, h);
            //the following lines will draw the two strings,
            //one above the top of the line and the above below it.     
            g2.drawString(strTop, (w/2)+2, (h/2)-2);
            g2.drawString(strBottom, 2, (h / 2) + 2);
            //the x,y for drawString are only based on assumption.   //do necessary changes to suit ur needs.
        }Then create a TableCellRenderer and set it to the Table Header for ur table's 1st row.....
    Cheers

  • How to extend the time line for the premiere on mac pro mavericks

    how to extend the time line for the premiere on mac pro mavericks

    Wrong place.
    Try the Adobe Premiere forum.
    http://forums.adobe.com/community/premiere
    Good luck,
    x

  • Is it possible to stretch or make the time line smaller or consolidate it?

    Hi how do I consolidate adobe flash arrange window area so that I can make my time line small to be able to see the whole movie with keyframes how I want to see them.  there are some times I have to scrool alway the way right, how do i avoide from doing this?
    Something similar to how adobes audition stretches waves is this possible to do in your timeline?

    You're basically just changing the size of the frames in the timele. Selecting the smallest possible size frame will of course allow more of the timeline to ve seen in the viewable area. I understand that sometimes no matter what you do, you may end up with timelines containing a lot of frames. But this can be minimized by making good use of embedded movie clips and AS classes for teed ing and other things that normally require frames and keyframes.

  • How to make the times of all nodes similar

    Hi,
    i have a 3 node 10.2.0.4 64Bit Cluster database on
    HP Itanium with OS RHEL-4.6.
    we donot have any NTP Server integrated with these.
    Three nodes are running with three different Time with significant differences.
    More over 2 of the Nodes run well ahead of real Actual time and One run behind actual time.
    For Example at 11:34 AM the nodes return their times as follows::
    HOST_NAME DATETIME
    Node-1 11-JUL-2012 11:56:38
    HOST_NAME DATETIME
    Node-1 11-JUL-2012 11:18:12
    HOST_NAME DATETIME
    Node-3 11-JUL-2012 11:44:26
    the real time difference is 16 Min Minus and 22 Min Plus.
    And difference of Times does have an adverse business impact.
    if syncronization without NTP is possible -- that would be great.
    if not, how can we bring all the server nodes close to the real time.
    Your suggestion and workaround will be appreciated to synchronize the times of three instances
    as much possible with out hampering the Cluster Services.

    onedbguru wrote:
    I forget the name of it, but there is an executable that is used in Exadata clusters to do the same thing. Two standerd bash scripts I deploy to all RAC servers are called rac (for running a "RAC command" on all nodes) and raccp (for distributing a local file to all other RAC servers).
    Uses ssh and scp and are quite useful. Want to see uptime for example? rac uptime. Want to distribute the updated ntp config? raccp /etc/ntp.conf.
    Sadly though - no Exadata. There are 2 Exadata DB Machines in the corporate, but despite having one of the busiest databases on a self-build 12 node 3-yer old RAC, crunching data 24x7 for our corporate clients, no Exadata for us... Kind of like this Dilbert situation - total incompetence and requesting many millions are required.

  • How to make the inputs appear in Playback

    Hi,
    I would like to know how to make the inputs (line-in, mic, SPDIF-in) appear in playback of windows's mixer ?
    Im running XP pro sp3 with XFI Extreme Audio PCI-Express.
    I dont know why but there is no inputs in playback that making me unable to hear it while its being recorded.
    <img border="0" height="405" width="640" src="http://img70.imageshack.us/img70/672/mixergq0.png">
    <img border="0" height="542" width="640" src="http://img399.imageshack.us/img399/486/allmysettingsmq2.png">
    Message Edited by Nuja on 0-06-2009 2:07 [email protected]

    - I've read a little more and come to these conclusions:
    . The instructions presume that a CD is included with the card for the purpose of installing the software. A CD/DVD reader is a requirement for this reason.
    2. The card uses Intel HD Audio. This changes enough of what I know about CL's card that I really don't know that the lack of external inputs in the playback mixer is not intentional and uni'versal. A recording application could let you listen to what is being recorded by having an option of playing back what's being recorded.
    I have enough uncertainty now that I don't think it's useful for me to continue commenting. If someone who has a? PCI Express X-Fi Xtreme Audio that came with the software CD and hard-copy documentation wishes to share whether or not they have line-in, etc. in the playback mixer, it could be useful.
    -Dave
    ?[email protected]

  • How do I go directly from one frame to another particular frame which is far away in the time line? (e.g the two frames are separated by 100 frames)

    How do I go directly from one frame to another particular frame which is far away in the time line? (e.g the two frames are separated by 100 frames). I mean, is it possible to take the playhead from one frame to another frame directly which is 100 frames away in the time line? Thanks for any reply.

    In the Timeline, go to the first frame and press M to put a marker on it. Go to the other frame you want to jump to and put a marker on that one too.
    Now press Ctrl+Semicolon to go to the previous marker - or Ctrl+Comma to go to the next marker.
    Andy

  • How do I get the full size of my pics or video into the time line?

    Greetings,
    I've nener been part of a forum before and an wondering if this will actually be taken seriously. I'm new to video editing and know little about the program I am using (Adobe Premiere Pro CC). Would someone please advise me as to how I can add the full size video or pics to the time line. It appears whenever I add something from my Gopro 3 HD camera I only get a partial of the video / pic.
    Regards,
    The Powered Parachute Guy

    Click the NEW ITEM link on reply page #5 in the PPro/Encore tutorial list in message #3 http://forums.adobe.com/message/2276578 may also help, with more help in message #5
    Also read below...
    Some of this is from the Premiere Elements forum, but the idea of sizing pictures is the same for PPro or Encore
    Pictures that are "overly" large may cause video editing problems
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -HiRes Pictures to DVD http://forums.adobe.com/thread/1187937?tstart=0
    -PPro Crash http://forums.adobe.com/thread/879967

  • I have Adobe premiere 12 elements I have Buy it but this program is Corrupt. the are no sound on the time line. I have sound in my computer, this is no problem, I can listen every another things but NO Elements 12 OK I make ia video take down to the time

    i have Adobe premiere 12 elements I have Buy it but this program is Corrupt. the are no sound on the time line. I have sound in my computer, this is no problem, I can listen every another things but NO Elements 12 OK I make ia video take down to the time line. Video is OK BUT NO sound I have makit in 2 veeks from monday to next vek here whit this very bad program so i go to garbags I think I buy a another program is be better and have a Sound. This is very bad I am not god to English. I Have a pro camera and I will have a god support but this is very bad. I is bad to English. But this Program I buy i think this is very Corrupt. The mast find a sound in this program. I cvan not understan if You can sell this very bad program Videoredigering and this program have nothing sound. This is crazy.

    i have Adobe premiere 12 elements I have Buy it but this program is Corrupt. the are no sound on the time line. I have sound in my computer, this is no problem, I can listen every another things but NO Elements 12 OK I make ia video take down to the time line. Video is OK BUT NO sound I have makit in 2 veeks from monday to next vek here whit this very bad program so i go to garbags I think I buy a another program is be better and have a Sound. This is very bad I am not god to English. I Have a pro camera and I will have a god support but this is very bad. I is bad to English. But this Program I buy i think this is very Corrupt. The mast find a sound in this program. I cvan not understan if You can sell this very bad program Videoredigering and this program have nothing sound. This is crazy.

  • How to reclaim spare space back at the end of my clips on the time line

    When I have edited stuff on the time line I find that through moving clips around that I have an empty space after my collection of clips that I have arranged. How do I reclaim that empty space back so that where my clips end so does the time line.
    I have tried saving the project and reopening it but this does not seem to do anything as I still have the space left.
    Any help would be gratefully received Thanx ahead of time.

    Control click on the empty space and, on the drop down menu, click on Convert Empty Space to Clip. Then, delete the clip you just created.
    If the empty space is at the end of your movie, you can do the same as above. But, if your playhead still continues moving past the end of the movie, then expand your time line as wide as possible and check down your time line for little bits of clips left over from editing, and delete those. Any audio that extends past your video clips at the end of the movie should be trimmed back as well, even if you have muted them.

  • How to make the vendor column have figure in GRIR line item with RE document type?

    Dear Experts,
         Could you tell me how to make the vendor column have figure in GRIR line item whose document type is RE?
         Thanks!
    Xinling Zhang

    Hi ,
    You are using FAGLL03 .
    FAGLL03 report vendor code is blank
    vendor number in new FAGLL03 tcode (offsetting account information)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b96fed-eb5d-2e10-1792-f3ff9f65df8a?QuickLink=index&…
    Also check OSS note
    Note 112312 - Line item: Display of offsetting a/c information
    Note 1034354 - FAGLL03: Display of offsetting account information
    Many Thanks

  • How to make the GL account discription possible in FAGLL03 line item display?

    Dear Experts,
        Could you tell me how to make the GL account discription possible in FAGLL03 line item display?
        I checked the layout, there is no account discription.
        How should I do?
    Thanks!
    Xinling Zhang

    Hi
    One you execute FAGLL03, go to Settings>Layout>Current Header Rows
    You can add some predefine characteristics here.
    I am not sure why the hyperlink is not working at your end. But you can search the SDN for special fields in FAGLL03 and you can get lot of posts for this document.
    Regards
    Sanil Bhandari

  • How to make the opening video replay every time in ibooks author?

    I have opening media in my  ibook. But I need it to replay every time the ibooks is opened again. How do I do this? Any help would be appreciated.

    Are you saying export my processed video to .movs or DNxHD and give to him?  The terms are all new to me.  When I last edited with FCP it was with DVCam footage captured from the cassettes.  Would he be able to then import the audio from the SxS card and sync it on his time line with those kind of files?
    Nothing was deleted....straight 1 hr 2 minute single take.... broken down to the smaller files both by the Nanoflash and the SxS card..  I would drop the soundtrack from SxS onto my time line and sync it up for him first with the noise processed Nano video files if I could figure out why it isn't following the video onto the time line?  Why does the 1080 60P codec from the Sony NEX 5N still camera bring the audio along automatically and the file fromn the Sony PMW 320 does not?  There must be a lot of EX1 and EX3 shooters here.  Please, what do I need to do with the buttons or targeting or settings for the 2 audio tracks on time line for those files to have the audio come along?  From the SxS files I imported, both the ones that say "CLPR" and right below that, "CUEUP.XML"  play the sound in the browser source window.

  • How to make the exchange of data between 2 while loop in real time

    hello
    I have 2 while loop
    the 1st while loop includes the data acquisition program
    the 2nd while loop includes the control program
    my question is how to make the exchange of data between 2 while loop in real time
    I tried with the local variable and direct wiring between the 2 while loop
    it does not work (there is a delay)
    Solved!
    Go to Solution.

    Bilalus,
    Queues are only good to transfer data if your application isn't deterministic. Since you are using Real Time, I am assuming that your application requires determinism. If you are using Timed Loops and you use queues to transfer data between your loops, you are losing determinism. In this case, you need to use the RT FIFO functions. 
    Warm Regards,
    William Fernandez
    Applications Engineering
    National Instruments

Maybe you are looking for

  • Error in creating implicit enhancement

    Hi Experts, I want to create an implicit enhancement in a standard program. I went to Edit -> show implicit enhancements and right clicked at the yellow lines and clicked create . it asked for the enhancement name. after giving name and pressed ok ,

  • Trying to link existing mac pro time machine backup to cloned startup drive

    Hi I have recently had to replace my startup drive on my Mac Pro as it was failing. I used SuperDuper! for this, and the clone is working fine as my new startup drive. I then went to run my next time machine backup (i backup to a time capsule), and t

  • G4 12.1 Screen replacement

    Hello, The screen of my ibook is completly broken. I would like to change it. I was thinking about buying an old G3 (a shell), and swap the screens. Does anyone know if it is the same kind of connectors ? Do you know if it is standard connectors and

  • What is the BEST way to do a dynamically loading image slideshow?

    Hey guys! I know a little Flash, a little Dreamweaver, a little PHP, pretty much a little of everything. I'm an artist and would like to publish a slideshow, which I would update often, smack on the front of my personal website. What is the easiest,

  • Since installing Tiger my images files are missing .jpg and won't open.

    Upgraded to Tiger a month or so ago. Now when I open some images files there are two extra items in the folder. One marked FINDER.DAT and another folder marked RESOURCE.FRK in upper case. My images will not open because the .jpg has been removed. I c