Vertical scrollbar does not appear

Hi all!
Here is my problem.
I have a JPanel on a JScrollPane (called: container).
I have an other class which extends JPanel (called: component).
I have a JButton which adds a new from component to container on every click. (container's layout is null, and I use the setBounds method on component).
After every adding I've just set a new height to the container (setSize(container.getWidth(), container.getHeigth()+100)), but vertical scrollBars of JScrollPane does not appear.
I tried to call the revalidate, repaint methods on the container but it did not work.
Please help me!

Which JScrollPane constructor are you using? If you're using one that does not specify scrollbar policy parameters, horizontal and vertical scrollbars only appear if the component's contents are larger than the view. You can of course set a JScrollPane's scollbar policies by calling the appropriate mutator methods: setVerticalScrollBarPolicy and setHorizontalScrollBarPolicy.

Similar Messages

  • Textarea scrollbar does not appear!!

    Hi,
    I've been working on this for some time now, and have been unable to get the scrollbar to appear when the text exceeds the viewable area.
    There is a JTextArea and a JButton on one panel, which gets added to the SOUTH of a BorderLayout.
    Hopefully someone can spot what I'm missing.
            typePanel = new JPanel(gbl);
            typeArea = new JTextArea();
            typeArea.setBackground(grayBG);
            typeArea.setLineWrap(true);
            typeArea.setWrapStyleWord(true);
            typeArea.setPreferredSize(new Dimension(width-35,35));
            typeScrollPane = new JScrollPane(typeArea);
            gbc.weightx = 1.0;
            gbc.weighty = 1.0;
            gbc.fill = GridBagConstraints.BOTH;
            gbc.gridwidth = GridBagConstraints.RELATIVE;
            typePanel.add(typeScrollPane, gbc);
            sendButton = new JButton("Send");
            //sendButton.setSize(5,5);
            sendButton.addActionListener(sendListener);
              JPanel send = new JPanel(gbl);
              send.setPreferredSize(new Dimension(85, 35));
              send.setBackground(grayBG);
              gbc.gridwidth = GridBagConstraints.REMAINDER;
    gbc);
              gbc.fill = GridBagConstraints.NONE;
                    send.add(sendButton, gbc);
            gbc.weighty = 0.0;
            gbc.weightx = 0.0;
            gbc.fill = GridBagConstraints.NONE;
            typePanel.add(send, gbc);I had both the components on the same panel (typePanel). I tried adding them both to a panel of their own and then adding the two panels to typePanel - no difference.
    I need to use GridBagLayout since it handles resize operations well. The textarea needs to expand to fill available space incase of a resize while the button size has to be fixed.
    Thanks,
    Dewang

    Hmm...
    the default policy for the vertical scrollbar is VERTICAL_SCROLLBAR_AS_NEEDED, it should show up if the text is larger than the viewport.
    Try setting the vertical scrollbar policy to VERTICAL_SCROLLBAR_ALWAYS with
    yourJScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
    just for testing purpose - if the text fits in the viewport, you will see a vertical scrollbar without a track - check, if a track appears when you append the text so, that it does no longer fit in the viewport.
    Perhaps this will give you an idea, what is going wrong with it.
    greetings Marsian

  • Vertical scrollbar does not work in a nested dialog

    In Adobe Illustrator CC 2014 Win 7 and Mac OS X 10.8
    function dropdown2(win_location, win_width, h50, list2) {
        var ww = new Window ("dialog");
        var g = ww.add ("group");
        var panel = g.add("panel", [0, 0, 300, 200]);
        var sbar = g.add ("scrollbar", [0, 0, 20, 200]);
        ww.show();
    var w = new Window ("dialog");
    w.add("button", undefined, "asdads").onClick = function () {
      dropdown2([200, 200], 200, 50, ["asdaf", "asdaf", "asdaf", "asdaf" ]); };
    w.show();

    function dropdown2(win_location, win_width, h50, list2) {
        var ww = new Window ("dialog");
        var g = ww.add ("group");
        var panel = g.add("panel", [0, 0, 300, 200]);
        var sbar = g.add ("scrollbar", [0, 0, 20, 200], list2);
        ww.show();
    dropdown2([200, 200], 200, 50, ["asdaf", "asdaf", "asdaf", "asdaf" ]);
    var w = new Window ("dialog");
    w.add("button", undefined, "asdads").onClick = function () {
      dropdown2([200, 200], 200, 50, ["asdaf", "asdaf", "asdaf", "asdaf" ]); };
    w.show();
    Illustrator CC 2014
    Ctrl+F12
    first scrollbar its ok
    press button
    scrollbar arrows -> gray

  • Scrollbar does not appear when in safari since my upgrade to yosemite

    How do i get my the scrollbar to automatically show up on the right side of my window when i'm in safari. This only started being a problem since I upgraded to Yosemite. Any suggestions are appreciated. Thank you!

    System Preferences / General tab. Check the radio button to show them always.

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • This file does not appear to be a Photoshop file - Menu won't import

    I was searching on the forums and found that some other people have had this problem, but I didn't see any solutions.
    When I try to build my DVD from Encore, I get this error "This fiel does not appear to be a Photoshop file.
    I created my menu in Photoshop CS4, imported it as a menu.  When I preview in Encore it works fine?
    The photoshop file is 8 bit color...should it be 16?  I tried that to, but it doesn't seem to change anything?
    Any help is greatly appreciated!!!

    The 2 bit image object that shows up to the right of the buttons on the highlighted state still was a little too crisp, but
    I'm going to try a little vertical blur like you said to see what happens.
    Well, the Vertical Blur will not work there. The Sub-picture Highlights cannot have any Styles, or Filters added to them. What I do to "simulate" a "glow" is to to create a second Sub-picture Highligh, in the next Layer down (in the same Button Layer Set)t, ever so slightly larger. I then set it's Transparency in Encore to be about 50%-30% of what the "original" Sub-picture Highlight's Transparency was. You can also assign another number from the Menu Color Set (this is done in PS), and then adjust that number's value in Encore to be a shade lighter of the original Sub-picture Highlight's. You will end up with maybe a 2 and a 3, and need to pick those colors from a Custom Color Set in Encore - cannot be done in PS, at least through CS3 and I do not believe in CS4 either. That might bear checking out, with someone like Jeff Bellune, or Jbowden. See this LINK for some tips, and this one for the full ARTICLE. The link to the version posted on Adobe has been lost, with the changeover in the forum. You can post and read at Muvipix.com, without a subscription, or even the free signup. Because of the wealth of Functional Content, stock music and Menus, etc., you might want to spend a bit of time poking around there.
    Though most of the article and discussion revolve around removing part of the Sub-picture Highlight, the final steps are for adding what appears to be a Blur. Remember, you only have ON, OFF, COLOR (limited to 4, including the background) and TRANSPARENCY, for each pixel in a Sub-picture Highlight. That's why you cannot have Styles, or similar. You have to create the illusion.
    Also, I created my lower third in Photoshop and saved out a .PNG file to import into Premiere.
    When I play the DVD, there seems to be some noise in the title.  Do you think that's because of how
    I saved the video out or because I used a .PNG?
    I do not know. I have never used the PNG format. Instead, I create all of my Titles (the ones that I do outside of Titler) in PS, often using AI for shapes, that will be Rasterized in the process. I do my Titles there, and then Save_As .PSD. If I wish to animate some of the Layers, I'll Import as a Sequence, if not, I Import as Footage. I always start from the image Preset to match my Project, so frame size and PAR are right to begin with. The only reason that I can think of for using PNG is the Transparency, but PSD offers that, and so much more.
    There is much that one can do with the animation of PSD Layers in PrPro. It's not as powerful, or as full-featured, as is AE, but many are surprised at how good it is.
    Best news is that you are almost there, and that things looked good on the DVD. If you have any trouble following the steps for the simulated Glow in the second Sub-picture Highlight, just let me know. It's been a whle, since I wrote that, and might need to re-visit it myself.
    Good luck,
    Hunt

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • Background does not appear after applying template

    CS4
    template defined and saved in template folder.
    when applying template to new html page, all transfers but background image does not appear, url is in code but does not find file. any ideas???
    body {
    background-image: url(file:///F|/projects/BBMD Projects/bbmd site v2/images/bridgelv2.jpg);
    background-repeat: no-repeat;
    background-color: #D2D2D2;
    background-attachment: fixed;
    background-position: 75px top;
    height: 400px;
    width: 600px;
    position: inherit;
    overflow: scroll;
    top: auto;
    left: auto;
    right: inherit;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: small;
    font-style: normal;
    color: #000;
    border-top-style: none;
    text-align: left;
    vertical-align: top;
    bottom: auto;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

    template defined and saved in template folder.
    when applying template to new html page, all transfers but background image does not appear, url is in code but does not find file. any ideas???
    If this is a new site and a newly created template, you DON'T need to 'apply' the template.
    The best way to create new child pages is to :
    FILE>New>Page from Template
    There will be a list of any templates you've created, select the correct one and press create.  Child page created :-)
    Save as newpagename.html  (not inside the Template folder though !)
    PS;  as others have pointed out, the link to the background image is incorrect it's pointing to your harddrive.  Is the file within the defined site working folder?
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • When i try to look at my pictures on my iphone horizontally instead of vertically it does not flip the pictures sideways anymore - any suggestions?

    when i try to look at my pictures on my iphone horizontally instead of vertically it does not flip the pictures sideways anymore - any suggestions?

    This is written for the iPad but the same applies to iPhones
    Rotate iPad so the display is in the desired orientation.
    Double-click the Home button to display recently used apps.
    Flick from left to right along the bottom of the screen.
    Tap the Screen Rotation Lock button on the bottom left of the screen.
    A padlock will appear in the Screen Rotation Lock button.
    A small Screen Rotation Lock icon appears in the status bar until you disable Screen Rotation Lock:

  • OpenBrWindow Help Needed - Clickable Hand Does Not Appear

    I have created a new window that opens upon clicking any of
    the photos referred to in the code below. All works well, HOWEVER,
    when one rolls over the photos, the "hand" indicating the object is
    clickable does not appear. Is there something I have left out of
    the code? How can I fix?
    Any help greatly appreciated. Thank you!
    Denise
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159" style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    /><img src="../images/veritcal-line.png" width="2"
    height="180" /><img src="../images/Source/About Us/Denise
    Mason Chambers.jpg" width="95" height="159" style="margin:10px 55px
    10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    /><img src="../images/veritcal-line.png" width="2"
    height="180" /><img src="../images/Source/About Us/Michelle
    Choquette.jpg" width="95" height="159" style="margin:10px 50px 10px
    55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    />

    You have applied the behavior directly to the <img> tag
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management
    Don't do that. Remove the behavior. Then select the image.
    Enter "#" in
    the Link field of the Property inspector. Press Tab to cement
    that change.
    Now your image is wrapped in an Anchor tag, e.g.,
    <a href="#"><img ...></a>
    With the image still selected, click on the <a> tag
    directly to its left on
    the tag selector, and now apply the behavior. It will be
    applied to the
    anchor tag, and you will get the finger, so to speak.
    Alternatively you can move the code manually. Change this -
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    r=yes,scrollbars=yes,width=905px,height=650px')" />
    to this -
    <a href="../images/Source/About Us/Jay Betz.jpg"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    r=yes,scrollbars=yes,width=905px,height=650px');return
    false"><img
    src="../images/Source/About Us/Jay Betz.jpg" width="95"
    height="159"
    style="margin:10px 55px 10px 55px;" /></a>
    (I added a little bit there to make your link work even if
    javscript is
    turned off in the browser)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dmchambers" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have created a new window that opens upon clicking any
    of the photos
    >referred
    > to in the code below. All works well, HOWEVER, when one
    rolls over the
    > photos,
    > the "hand" indicating the object is clickable does not
    appear. Is there
    > something I have left out of the code? How can I fix?
    >
    > Any help greatly appreciated. Thank you!
    >
    > Denise
    > <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    > style="margin:10px 55px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')"
    /><img
    > src="../images/veritcal-line.png" width="2" height="180"
    /><img
    > src="../images/Source/About Us/Denise Mason
    Chambers.jpg" width="95"
    > height="159" style="margin:10px 55px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')"
    /><img
    > src="../images/veritcal-line.png" width="2" height="180"
    /><img
    > src="../images/Source/About Us/Michelle Choquette.jpg"
    width="95"
    > height="159"
    > style="margin:10px 50px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')" />
    >
    >
    >

  • On certain sites, some lines have the lower half missing. Changing the font or its size does not help. The error does not appear with Iceape or Chromium.

    On some sites certain lines appear with the bottom half missing, as if obliterated. Changing the font or its size does not help. The error does not appear with Iceape or Chromium.

    I looks that the whole line doesn't fit in the container, so the bottom part is cut off. The usual cause is that a font is used that takes more vertical space, so any increase or changes from the font in what the website prescribes can cause this issue. I've seen web pages that were even affected by changing the minimum font size from none to 1 (!). If you do not have the font installed that the website specifies then Firefox will fallback to another (default) font that may have different dimensions.

  • I am trying to set up Sharing amongst several computers on my home network.  I have followed all the setup instructions but after completion Sharing does not appear in my iTunes window (on any of the computers I've set up).  There is no explanation why.

    I have been trying to set up Sharing between two computers on my network. I did this once and it worked.  However, when I try to set this up now the Sharing feature does not appear on the left side of the iTunes window (on either computer).  There is no explanation as to why not.  Is this a configuration problem, a network problem or what?   Can it be fixed?  I have tried turning sharing off and back on on both computers but to no avail.  What am I missing?  Thanks for any help you can provide.

    Hey innerev2003,
    Thanks for the question, and welcome to Apple Support Communities.
    If, while searching through your past purchases, items are unavailable to download and show a "Purchased" button, they are still on your computer. It may be best to search your iTunes library by clicking Music, then use the search bar at the top right.
    If you are completely sure the items are no longer in your library, try signing out of the iTunes Store, and then back in.
    iTunes 11 for Windows: Manage your iTunes Store account
    http://support.apple.com/kb/PH12507
    Thanks,
    Matt M.

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • BPM Application Link does not appear in BPM Workspace (11.1.1.7)

    I spent huge amount of time to reveal why does that happens.
    All that follows further is valid for BPM Suite 11.1.1.7.
    The scenario.
    You developed a simple BPM process with Initiator pattern (maybe by following the "Quote Request" tutorial).
    But the application link did not appear in BPM Workspace.
    Here i'm skipping any kind of mistakes as "oh, incorrect swimlane", "oh, i did not include the user to the app role" and so on.
    At first, you should know about the "feature" - You have to attach task form to the Initiator Human Task to see the App Link.
    The simplest way to do that is to AutoGenerate task form (and deploy it, of course).
    Else the Appication Link will not appear.
    One exception to this rule - If your Task HAS NO PAYLOAD (no parameters) the Task Form is not required (to appearing of the Application Link).
    The second find is a bug (is think so).
    If you edited the Role that Attached to the swimlane of Initiator Task, you will not see the Application Link.
    If you look to organization.xml you will see something like this:
            <ns1:applicationRole id="StartTask.InitRole" isProcessRole="true">
                <ns5:name>StartTask.InitRole1</ns5:name>
                <ns1:processRole id="InitRole" name="InitRole1"/>
            </ns1:applicationRole>
    The Application Link will appear ONLY IF THE "applicationRole id", "applicationRole name" and "processRole id" have the same value.
    When you edit name of the application role in Organization Editor you change "applicationRole name" and "processRole name" values.
    After that "applicationRole id" != "applicationRole name" and the Link does not appear.
    How to fix?
    Just edit organization.xml (with external editor) - change the "applicationRole name" to the value of "applicationRole id".
    That allows to have value of "processRole name" something like "The Initiator Role" - that value appears in the BPMN diagram of process.
    Also you can edit organization.xml with Organization Editor and set the Name to the value of "applicationRole id".
    In that case the associated swimlane will have the same name as the "applicationRole id".
    Hope this helps somebody
    Oleg

    Flash Player is a browser add-on, not an executable program.
    If you need to open a local SWF file you will need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    Note that the download is the player, not an installer, so you will need to make the file association manually.

Maybe you are looking for