How to make a second scrollbar

hello,
I'm making an ipad version of a news paper in indesign but I have a little problem.
I made a scroll bar for the menu so you can scroll through all the news.
now I want to make a second scroll bar on the same page so when you click on an article you can scroll through the text.
It doesn't work to make another layer in your Scrollable content and in your layer 1 and name them the same. Like I made the first scrollbar
You also can't make a second layer called Scrollable Content.... so I have no idea how to make a second scrollbar
please help me
Thank you

already got the answer ^^ thanks anyway but please help me with my other problem : http://forums.adobe.com/message/3977205#3977205

Similar Messages

  • How to make a second backup disk name?

    We have 1 time capsule and 2 computers. We want to save our data separately on the time capsule. Every time I got to back up my computer now that the 1st computer is finished, it only lets me select the file that was made for the first computer. I want to make  a second back up disk for just my computer. Is this possible?

    What do you mean by "it only lets me select the file that was made for the first computer."?  Time Machine is designed to keep backups on a network disk separate for each Mac.

  • How to make a second iCal?

    I have an iCal calendar.  I want to make a second calendar for a different purpose.  If I go File - New Calendar it makes a second calendar that is a duplicate of the existing one.  If I delete entries in the new calendar, the same entries are deleted in the old calendar.
    Is there any way to make a second calendar that is not a duplicate of the existing one?

    already got the answer ^^ thanks anyway but please help me with my other problem : http://forums.adobe.com/message/3977205#3977205

  • How to make vertical-only scrollBar?

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.JScrollPane.*;
    class showConsole2{
    public static void main(String argv[])throws Throwable{
    consoleFrame csf = new consoleFrame();
    csf.show();
    class consoleFrame extends JFrame{
    public consoleFrame()throws Throwable{
    super("Console"); setSize(150, 200);
    JPanel p1, p2, p3, p4, p5, p6, content ;
    p1 = new JPanel(); p2 = new JPanel();
    p3 = new JPanel(); p4 = new JPanel();
    p5 = new JPanel(); p6 = new JPanel();
    content = new JPanel();
    JLabel l1, l2, l3, l4, l5, l6;
    l1 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l2 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l3 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l4 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l5 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l6 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    p1.add(l1); p2.add(l2); p3.add(l3);
    p4.add(l4); p5.add(l5); p6.add(l6);
    content.add(p1); content.add(p2); content.add(p3);
    content.add(p4); content.add(p5); content.add(p6);
    setContentPane(content);
    //how to modify the codes in this program to make
    //the vertical-only scrollbar?

    Try this. I believe this is what you were asking. If not, let me know...
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.JScrollPane.*;
    class test
         public static void main(String argv[])
              consoleFrame csf = new consoleFrame();
              csf.setVisible(true);
    class consoleFrame extends JFrame
         public consoleFrame()
              super("Console");
              setSize(150, 200);
              JPanel p1 = new JPanel();
              JPanel p2 = new JPanel();
              JPanel p3 = new JPanel();
              JPanel p4 = new JPanel();
              JPanel p5 = new JPanel();
              JPanel p6 = new JPanel();
              JLabel l1 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              JLabel l2 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              JLabel l3 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              JLabel l4 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              JLabel l5 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              JLabel l6 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              p1.add(l1);
              p2.add(l2);
              p3.add(l3);
              p4.add(l4);
              p5.add(l5);
              p6.add(l6);
              JPanel content = new JPanel();
              content.setLayout(new GridLayout(6,1));
              content.add(p1);
              content.add(p2);
              content.add(p3);
              content.add(p4);
              content.add(p5);
              content.add(p6);
              // how to modify the codes in this program to make
              // the vertical-only scrollbar?
              JScrollPane jsp = new JScrollPane();
              jsp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
              jsp.setSize(200, 100);
              JViewport view = new JViewport();
              view.setView(content);
              jsp.setViewport(view);
              this.getContentPane().add(jsp, BorderLayout.CENTER);
              this.setSize(200, 100);
    }

  • How to  make the vertical  scrollbar  moved  automaticlly?

    Hi:
      I make a  program using BDC to create  POs.
      In my bdc recording process, i only inserted a line material item ,  but now in my program i failed  to  insert material items  over <b>7</b> because the screen only have 7 lines in default situation. how to solve this problem?   thanks inadvance!

    Hi guixin chen
    But programming for the scroll bar is never a good idea...
    Simply because thsi depends on the GUI settings on OS settings of the user.
    and you cant possibly program to consider all this.
    The best option as somebody suggested is to use teh bapi/fm.
    If u r trying to add some items to the PO in BDC, you might also have the option through the menu to add a new item. use that instead of a scroll. This will make ur BDC GUI settings independant.
    Rgds,
    Prashanth.

  • How to make a second version of i photo

    second iphoto app?

    Okay then you do not want to make a duplicate of the iPhoto application.
    You want to move the iPhoto Library to an external disk.
    1. Don't put the Library on the same disk as your Time Machine back up. If you do, you will have no back up of the Library. That means if the disk fails you lose all your photos and your back up. Get another disk and put the Library on that.
    2 Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • How to make every second saturday of month "OFF"  for all the employees..

    Dear Experts,
    Please help me with this query. Requesting you to explain the concept/logic and give configuration/navigation path to do it.
    Regards
    Ahmed.

    Hi,
    I hope you know about Daily work schedules and Period work schedules(PWS)
    1. You will need to create a PWS like
    NORM NORM NORM NORM NORM NORM OFF ( Only sunday off)
    2. Create 12 fixed day public holidays using SCAL and inlcude them in holiday calendar. These holidays should have date as second saturday of every month and public holiday class say 9.
    3. You will have to use DWS variant rules to replace NORM with OFF on these saturdays.
    4. Also you will have to give appropriate day type to these second saturdays in day rules
    Check these links
    2nd and 4th saturday off problem
    check my solution in the below thread. He wanted first working and rest saturdays as off. In your case first will be off and others will be working. If you have difficulty let me know.
    Workschedules generation with first saturday working rest Off
    cheers
    Ajay

  • How to make only vertical scrollbar?

    my codes are shown as the following 2 classes:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.JScrollPane.*;
    class showConsole2{
    public static void main(String argv[])throws Throwable{
    consoleFrame csf = new consoleFrame();
    csf.show();
    class consoleFrame extends JFrame{
    public consoleFrame()throws Throwable{
    super("Console"); setSize(150, 200);
    JPanel p1, p2, p3, p4, p5, p6, content ;
    p1 = new JPanel(); p2 = new JPanel();
    p3 = new JPanel(); p4 = new JPanel();
    p5 = new JPanel(); p6 = new JPanel();
    content = new JPanel();
    JLabel l1, l2, l3, l4, l5, l6;
    l1 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l2 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l3 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l4 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l5 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    l6 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
    p1.add(l1); p2.add(l2); p3.add(l3);
    p4.add(l4); p5.add(l5); p6.add(l6);
    content.add(p1); content.add(p2); content.add(p3);
    content.add(p4); content.add(p5); content.add(p6);
    setContentPane(content);

    Here is the code :)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.JScrollPane.*;
    class showConsole2{
    public static void main(String argv[])throws Throwable{
         consoleFrame csf = new consoleFrame();
         csf.show();
    class consoleFrame extends JFrame{
         public consoleFrame()throws Throwable
              super("Console"); setSize(150, 200);
              JPanel p1, p2, p3, p4, p5, p6,content;
              JScrollPane content1;
              content = new JPanel(new GridLayout(6,1));
              content1 = new JScrollPane(content);
              content1.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
              content1.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
              p1 = new JPanel(); p2 = new JPanel();
              p3 = new JPanel(); p4 = new JPanel();
              p5 = new JPanel(); p6 = new JPanel();
              JLabel l1, l2, l3, l4, l5, l6;
              l1 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              l2 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              l3 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              l4 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              l5 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              l6 = new JLabel("aaaaaaaaaaaaaaaaaaaaaaa");
              p1.add(l1); p2.add(l2); p3.add(l3);
              p4.add(l4); p5.add(l5); p6.add(l6);
              content.add(p1); content.add(p2); content.add(p3);
              content.add(p4); content.add(p5); content.add(p6);
              setContentPane(content1);
    }Good Luck

  • How do i make a second iTunes Library?

    pleas someone tell me how to make a second itunes library for me because my brother has one and he doesnt want my songs on
    his library.. Please Help

    The most practical solution is for you to have your own user account in Mac OS X. That way all your information - your iTunes library, your Address Book, your browser bookmarks, your documents, everything - will be completely separate from those of your brother.
    Regards.

  • How to make it to move

    hey
    here is a example that can draw 2 circles and 1 oval. I want to know how to make the second circle round with the first circle aloong oval.
    thank you
    fay
    [email protected]
    Attachments:
    Picture4.vi ‏40 KB

    The blue circle should be drawn as last element, using a loop. You just need to calculate the postion of the center. Quite easy if you use polar coordinates, since an ellipse equation is simply
    x = a sin Alpha + xoffset
    y = b cos Alpha + yoffset
    where a and b are the semi-axis of the ellipse.
    I have modified your vi accordingly. There is still some tunning to be done on the x and y offset, since the ellipse is not centered on the central circle.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Picture4[1].vi ‏51 KB

  • How do I make a second log in account

    how do I make a second log in account

    Open System Preferences (when logged in as someone with administrator privileges)..
    Select Accounts.
    If a locked padlock appears in lower left, click on it and enter the administrator's password. (If it is already unlocked, go to the next step.)
    At lower left a little above the padlock, you will see a + sign and a - sign.
    Click on the + sign.
    Create the new account, note that you enter the name and password and also select whether this is a standard account, or an administrator account. Administrators can install software on the computer and can also create and delete accounts, among other things.

  • I tried to make a second library, but my first one was deleted so I did it again but now I have doubles of every song. How do I restore my itunes back to the way it was before I tried to make a 2nd library?

    Like I said I tryed to make another library, I did what Itunes told me to do but it only erased the library I had and made a new one. So I did it again but I now have duplicates of every song. How do I get my it back to the way it was, before I tried to make a second library?

    C:\Users\Cheye\Music\iTunes should be the original library. You should be able to connect to it as follows.
    Close iTunes, wait a few seconds, click the icon that starts iTunes and immediately press and hold down the shift key. Keep holding until asked to choose or create a library. Click choose and browse to the file C:\Users\Cheye\Music\iTunes\iTunes Library.itl.
    Depending upon exactly what you did this has either restored your library, or done absolutely nothing at all. That was the reason for asking you to check using the script.
    Assuming you still have a library full of dupes there are a number of ways to go. I've written a script called DeDuper which can help remove unwanted duplicates which I discuss in some detail in this  thread. While it should work it will be ideal if it discards the copies that are outside the media folder C:\Users\Cheye\Music\iTunes\iTunes\iTunes Media. I've a feeling it will do exactly that, but it depends in part on exactly you got into this mess. It would be worth doing a few sample runs of just a few sets of duplicate files first.
    tt2

  • I created a new collection and put all of my same photos in them as a previous collection, then I changed them to black and white and both collections changed. How do I keep the first collection colour and make the second collection black and white.

    I created a new collection and put all of my same photos in them as a previous collection, then I changed them to black and white and both collections changed. How do I keep the first collection colour and make the second collection black and white.

    For the second collection, choose the option to make virtual copies. Then you can turn the virtual copies to black & white, leaving the first collection in color. If you want file copies of the B & W images you can export copies.

  • How to make a 30 second quicktime movie small enough to send in email

    I took a 30 second movie on my Lumix camera and downloaded it to my desktop. It automatically turned into a quicktime
    movie, which I attempted to send in an email. It was refused by the Mail program because it was too large. I'm not sure how to make it small enough to send.
    I should know this by now, but never needed to before now.

    Betsi, the size file you can send in your email depends
    on the file sizes your particular email Service provider can
    handle. Check your service provider of your email.
    But do you have QuickTimePro?
    Is your QuickTime program free standing?
    I ask this because I saw it as part of iMovie.
    Mine is currently limited usage, but originally
    I could use it much more and even change the
    to what I wanted my file to be due to the
    numerous settings QuickTime had.
    Thank you! Paula

  • Hello! The scrollbars in Windows iTunes are too narrow for touch screen. How to make it wider?

    Hello! The scrollbars in Windows iTunes are too narrow for touch screen. How to make it wider?
    Jan

    Dear Experts,
    I Developed Screen-exit For IW51 t.codeTypically the custom fields are displayed in the notification on a separate tab, or at the bottom of the u201CGeneralu201D or u201CMainu201D tab.  These are configuration decisions that could be made in the build phase.
    Sets of custom fields need to be added based on the notification type.  The following table provides a list and details of the custom fields required.  The table to be extended is the VIQMEL table (to be verified by developer).
    Also to extend header fields on the notification you need to include them in the include CI_QMEL where OPEX M&I has already fields in.
    All fields should go on the notification header.  There are no custom fields on the task or activity level.
    All fields should be reviewed for consistency with the M&I design, specifically, Thomas Brothers, Atlas Sheet, district code. See Dale Alano.
    Please any Body Helped Coding For this, Already i Created Customfields , I design Subscreen also using Enhancement QQMA0001. Using Exit name EXIT_SAPMIWO0_008 USIN SUBSCREEN 0104 PLEASE ANY BODY help me Coding for this IW52
    Regards,
    Santosh Ballyapelli

Maybe you are looking for

  • I am trying to remove supersavers virus. please advise

    I keep getting redirects and popups from supersavers.minerals.com. how do I get rid of this?

  • Error importing VAT Groups with DTW

    Hello, I have a problem with importing with DTW VAT Groups. The error I am getting is: "" is not a valid value for field Category. The valid values are 'O' - Output tax and 'I' - Input tax. This error appears even if in my csv in the Category column

  • Directory selection for Discoverer applet on HTTP Server

    Hi I installed Discoverer 3i on NT SP4 My http server is OAS 4.0.8.1 I tried single machine install and while providing the directory for Discoverer applet on HTTP Server i gave a directory which is not root directory for OAS How do i set virtual pat

  • Clicking sound after waking from sleep

    My PBG4 makes a slow clicking sound (about 9 seconds apart) after I wake it up from sleep. Could this be my hard drive dieing a slow death?

  • Adobe Photoshop Elements 12.1 update

    I just downloaded the latest version of Photoshop elements last evening 5/2/2014. I got a message saying I had an update. I did the update and got an error code U44M1P2001 after update to Photoshop Elements 12.1. I can't find where to try the update