Menubar going under other items

I have created a menubar but when i select somthing from it which opens a new container into the main frame which contains another panel at the top and a canvas in the middle when i look at the menubar again i have a problem with the menubar going behind the canvas and cannot see certain items on the dropdown list.
any suggestions would me appreciated

I have created a menubar but when i select somthing
from it which opens a new container into the main
frame which contains another panel at the top and a
canvas in the middle when i look at the menubar again
i have a problem with the menubar going behind the
canvas and cannot see certain items on the dropdown
list.
any suggestions would me appreciatedI have a question here.
a) Why are we opening another container from the menu bar ?
Suggestion : Even if you want to open something which should act as container , Use Internal Frame. So that there will be only one container with conent pane and all the child components will be visible.
Correct MenuBar lies above the content pane, of the container. So if you open the internal frame menubar will still be visible.
b) Opening an another container as you have done will provide system 2 containers. And as containers are heavy components there will be issue with painting.

Similar Messages

  • How to display multiple columns under one item

    Hi
    i have one page in that page person having 4 (multipul) phone number
    i need to desplay under the item these phone numbers
    so witch item style i need take
    please tell me

    Hi,
    Create a stack Layout in advance table and under that stack layout create four messagesStyledTexts to show different numbers.
    Thanks,
    Gaurav

  • How to keep the right sidebar on this website from going under the main content (center) column?

    Hi...is there a way to keep the right sidebar on this website from going under the main content (center) column when the browser window is made smaller? It would be great if the middle (main content) column could get smaller instead of the sidebar moving under the text when the window is made smaller. I'm working with a fluid layout and this is the first time I've tried this. Any help would be appreciated. Here is the link to the website:
    http://www.elynncohen.com
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <meta name="Keywords" content="career counseling, college counseling, job search, career choice, college options, career options, work, jobs, new opportunities, career change, new career, new job" />
    <meta name="Description" content="Your Career Direction :: Career and College Counseling" "Considering your college choices & career options" "Preparing for the world of work after college" "Seeking a new position to further your career"
    "In-transition and considering new opportunities"
    "Seeking to make a significant and meaningful career change"  />
    <meta name="Publisher" content="Your Career Direction, LLC" />
    <meta name="Copyright" content="Copyright 2012, Your Career Direction, LLC. All rights reserved." />
    <meta name="Author" content="Lisa Mark" />
    <meta name="Language" content="en-US" />
    <meta name="distribution" content="global" />
    <meta name="revisit-after" content="10 days" />
    <meta name="Robots" content="All" />
    <link rel="Index" href="index.html" />
    <link rel="Site Map" href="sitemap.html" />
    <script type="text/javascript" src="//use.typekit.net/ifb2bte.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <style type="text/css">
    <!--
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl {
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;    
        padding-left: 15px;
    .container .sidebar1 h3 {
        padding-left: 0px;
        color: #C60651;
        font-size: x-large;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img {
        border: none;
    a:link {
        color:#414958;
        text-decoration: underline;
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus {
        text-decoration: none;
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    .header {
        padding-top: 40px;
    #Quote {
        float: right;
        clear: left;
        margin-right: 1%;
    .sidebar1 {
        float: left;
        width: 20%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans;
    arial;
        max-width: 200px;
        min-width: 180px;
    .content {
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans;
    arial;
        width: 30%;
    .container .content p {
        padding-top: 0px;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans;
    arial;
        font-size: 90%;
        position: relative;
    .content ul, .content ol {
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 40px;
        font-family: museo-sans; arial;
        font-size: 100%;
        color: #666;
    .container .content p {
        font-family: museo-sans;
    arial;
        padding-top: 0px;
        padding-left: 17px;
        padding-bottom: 0px;
    #Quote {
        float: right;
        clear: both;
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family:museo-sans; arial;
        line-height: 250%;
    .nav {
        font-family: museo-sans;
    arial;
        padding-left: 0px;
    ul.nav li {
        font-family: museo-sans; arial;
        padding-bottom: 10px;
    ul.nav a, ul.nav a:visited
        display: block;
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: museo-sans; arial;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 15px;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
        color: #C60651;
        font-family:museo-sans; arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
        padding-bottom: 10px;
    .content img {
    .footer {
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 10px;
    .fltrt { 
        float: right;
        margin-left: 8px;
    .fltlft {
        float: left;
        margin-right: 8px;
    .clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
        font-family: museo-sans; arial;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: museo-sans; arial;
    .container .content .content {
        font-family: museo-sans; arial;
    .container .content ul li strong {
        font-family: museo-sans;
    arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    .container .content ul {
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .sidebar1 .nav li {
        padding-bottom: 10%;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 .nav li a {
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 85%;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #978980;
        font-family: museo-sans;
    arial;
        font-size: 82%;
        padding-left: 20%;
        text-align: left;
        text-indent: 8px;
    .nav li a {
        padding-bottom: 10px;
    h8 {
        font-family: museo-sans; arial;
        font-size: 100%;
    h4 {
        font-family: museo-sans;
    arial;
        font-size: 100%;
        color: #C60651;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family:museo-sans; arial;
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    h7 {
        font-family: museo-sans; arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: museo-sans; arial;
    .sidebar2 p img {
        min-width: 200px;
        max-width: 100%;
    .container .content img {
        padding-left: 3%;
    img {
        position: static;
        text-align: left;
    body,td,th {
        font-family: museo-sans; arial;
    h5 {
        font-size: 150%;
        color: #C60651;
        padding-left: 0px;
        font-family:museo-sans; arial;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
        font-size: 87%;
    .container .sidebar2 p {
        font-size: 90%;
    .container .sidebar1 .nav li {
        font-family: museo-sans;
    arial;
    .container .sidebar1 .nav li a {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    li a {
        padding-left: 2px;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content
    ul.nav a { zoom: 1; } 
    </style>
    <![endif]--></head>
    <body><script type="text/javascript">
    function pageWidth() {
    return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
    function pageHeight() {
    return window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;
    </script>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#index.html" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Your Career Direction Logo" name="Insert_logo" width="50%" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
    </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">High School Students</a></li>
          <li><a href="#">College Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
      </div>
      <div class="content">
    <p>Given today's competitive job market, global economy, and changed corporate culture,
    we can no longer depend upon others to ensure our professional futures. Choosing or
    changing your career direction requires self-reflection, career education and an action plan.</p>
    <img src="images/Whether-you-are-.gif" alt="Whether you are considering your college choices and career options" width="197" height="31" align="left">
    <ul>
          <br><br><li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
    <img src="images/Onethingisforsureraster.gif" width="352" height="49" alt="One thing is for sure, we all want to direct our own careers, our own lives!">
    <br><p> Building a successful and rewarding career requires linking your interests, education and experience with employment trends, growth industries, and career choices. It takes making smart decisions about your college major, vocational training and continuing education options. With enthusiasm, persistence and top notch job search skills, you can succeed in finding a path to career that is right for you.</p>
    <p> We are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go and become what you want to be.</p>
    <img src="images/yourcareerourpassionraster.gif" width="441" height="20" alt="At Your Career Direction, YOUR career is our passion!"> </div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="100%" alt="Lisa Mark counseling a student"></p>
        <p>Our mission is to help you explore, choose and create your direction for an exciting and rewarding career path.</p>
         <p>We incorporate our experience with today's job market and career counseling expertise with your passions and interests. We'll introduce you to new career ideas, target companies and generate job and internship opportunities for you.</p>
         <p>We provide step by step guidance to ensure your success during the college application, job interview
    and decision making process.
    </p>
    </div>
      <div class="footer">
        <div id="footer">
          <h6 align="left"> Your Career Direction, LLC •  96 Harvard Avenue, Maplewood, N.J. 07040 • (973) 996-0207 • [email protected]</h6>
             </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    You should make your sidebar1 and sidebar2 fixed positioned. Make your content DIV fluid.
    This should help you: http://www.glish.com/css/7.asp

  • Mac book pro, Turns off and goes under protection especially with an External monitor on.

    Mac book pro,
    Turns off and goes under protection, sometimes without any specific motivation, but most of the time when an External monitor is pluged-in.
    I use it when I work with final cut pro, and this problem it's becoming huge and changing my workplans....
    It can turns off also 10 times in two hours.
    In many forums I read that the CPU temp could be the problem, but I've checked it and It's always around 62°-68°....
    In some others they say that the new RAM could be the problem too.
    Is anybody able to help me? (Underneath you can check the Panic Report and my mac informations)
    Thank you so much.
    Antonio
    My mac Infos:
    Model Name:
    MacBook Pro
      Model Identifier:
    MacBookPro6,2
      Processor Name:
    Intel Core i7
      Processor Speed:
    2,66 GHz
      Number Of Processors:
    1
      Total Number Of Cores:
    2
      L2 Cache (per core):
    256 KB
      L3 Cache:
    4 MB
      Memory:
    8 GB
      Processor Interconnect Speed:
    4.8 GT/s
      Boot ROM Version:
    MBP61.0057.B09
      SMC Version (system):
    1.58f16
      Serial Number (system):
    W80223V7AGZ
      Hardware UUID:
    3993F249-8480-5ABD-9846-88608D085469
      Sudden Motion Sensor:
      State:
    Enabled
    The report is this one:
    Interval Since Last Panic Report:  687027 sec
    Panics Since Last Report:          6
    Anonymous UUID:                    EB3EFFB2-AFCE-472E-ADA1-F35EFF3C7BBA
    Sat Oct 13 16:58:00 2012
    panic(cpu 2 caller 0xa3dc9b): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xa822c000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x7c6f3888 : 0x21b837 (0x5dd7fc 0x7c6f38bc 0x223ce1 0x0)
    0x7c6f38d8 : 0xa3dc9b (0xc5328c 0xcc3800 0xc61e60 0x0)
    0x7c6f3978 : 0xb58608 (0xe50bc04 0xe80b004 0x100 0x0)
    0x7c6f39c8 : 0xb4f601 (0xe80b004 0x100 0x7c6f39f8 0xa2d778)
    0x7c6f39f8 : 0x175b9a6 (0xe80b004 0x100 0x438004ee 0x2b1f6a)
    0x7c6f3b38 : 0xb772b5 (0xe80b004 0xe80c004 0x0 0x0)
    0x7c6f3b78 : 0xa46e7c (0xe80b004 0xe80c004 0x0 0x0)
    0x7c6f3c18 : 0xa4355b (0x0 0x9 0x0 0x0)
    0x7c6f3dc8 : 0xa4542a (0x0 0x600d600d 0x702a 0x7c6f3df8)
    0x7c6f3e98 : 0x9d9582 (0xc1d00011 0xaa910001 0x20802040 0x7c6f3ee0)
    0x7c6f3ef8 : 0xd9b57d (0xe08fc00 0x7c6f3f4c 0x0 0x7)
    0x7c6f3f58 : 0xd9b71a (0xe076800 0xda2e54 0x7c6f3f78 0x2a45c9)
    0x7c6f3f78 : 0x230235 (0xe076800 0x0 0x0 0x6c03)
    0x7c6f3fc8 : 0x2a179c (0x863ea0 0x0 0x10 0xe980a84)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.driver.AGPM(100.12.31)@0xd98000->0xda2fff
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x9a8000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x9ca000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x991000
             com.apple.nvidia.nv50hal(6.4.0)@0x1625000->0x1a39fff
                dependency: com.apple.NVDAResman(6.4.0)@0x9d7000
             com.apple.NVDAResman(6.4.0)@0x9d7000->0xcc4fff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x991000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x9ca000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x9a8000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 563676343615
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI    4.2.0 (addr 0x1495000, size 0x65536) - last unloaded 209721117821
    loaded kexts:
    foo.tun    1.0
    foo.tap    1.0
    com.parallels.kext.prl_vnic    6.0 11828.615184
    com.parallels.kext.prl_netbridge    6.0 11828.615184
    com.parallels.kext.prl_usb_connect    6.0 11828.615184
    com.parallels.kext.prl_hid_hook    6.0 11828.615184
    com.logmein.hamachi    1.0
    com.parallels.kext.prl_hypervisor    6.0 11828.615184
    com.paceap.kext.pacesupport.snowleopard    5.7.2
    com.Apogee.driver.DuetFWOverideDriver    1.4.4
    com.digidesign.iokit.DigiDal    9.0f4
    com.AmbrosiaSW.AudioSupport    3.2
    com.apple.driver.AppleHWSensor    1.9.3d0 - last loaded 44524746255
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.AGPM    100.12.31
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AppleHDA    2.0.5f14
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleMikeyDriver    2.0.5f14
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleMCCSControl    1.0.20
    com.apple.driver.SMCMotionSensor    3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.iokit.CHUDUtils    364
    com.apple.iokit.CHUDProf    366
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.driver.AppleGraphicsControl    2.10.6
    com.apple.driver.AppleLPC    1.5.1
    com.apple.kext.AppleSMCLMU    1.5.2d10
    com.apple.GeForce    6.4.0
    com.apple.driver.AppleIntelHDGraphics    6.4.0
    com.apple.driver.AppleIntelHDGraphicsFB    6.4.0
    com.apple.driver.AppleUSBTCButtons    201.6
    com.apple.driver.AppleUSBCardReader    2.6.1
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController    303.8
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.iokit.SCSITaskUserClient    2.6.8
    com.apple.iokit.IOAHCIBlockStorage    1.6.4
    com.apple.driver.AppleUSBHub    4.2.4
    com.apple.driver.AppleFWOHCI    4.7.3
    com.apple.driver.AirPortBrcm43224    428.42.4
    com.apple.iokit.AppleBCM5701Ethernet    3.0.5b8
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleSmartBatteryManager    160.0.0
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.driver.DspFuncLib    2.0.5f14
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.driver.AppleFWAudio    2.6.2fc2
    com.apple.iokit.IOFireWireIP    2.0.3
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.iokit.CHUDKernLib    365
    com.apple.driver.AppleHDAController    2.0.5f14
    com.apple.iokit.IOHDAFamily    2.0.5f14
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.iokit.AppleProfileFamily    41.4
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.1
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.iokit.IOFireWireAVC    4.0.6
    com.apple.nvidia.nv50hal    6.4.0
    com.apple.NVDAResman    6.4.0
    com.apple.iokit.IONDRVSupport    2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.iokit.IOUSBMassStorageClass    2.6.7
    com.apple.driver.AppleUSBMultitouch    207.7
    com.apple.iokit.IOUSBHIDDriver    4.2.0
    com.apple.driver.AppleUSBMergeNub    4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.iokit.IOSCSIBlockCommandsDevice    2.6.8
    com.apple.driver.XsanFilter    402.1
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.8
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.iokit.IOAHCIFamily    2.0.6
    com.apple.iokit.IOUSBFamily    4.2.4
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    6
    com.apple.driver.DiskImages    289.1
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.5
    com.apple.iokit.IOACPIFamily    1.3.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B09, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 465,76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x12a0, 0xfa140000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0xfa120000 / 5
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 9
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 3
    FireWire Device: Duet, Apogee Electronics, Up to 400 Mb/sec

    Never mind, I found it.

  • Why don't I see the option Generate under menu item File in Photoshop CC?

    Hi,
    Why don't I see the option >Generate under menu item >File in Photoshop CC?
    I want to be able to generate a edge reflow project.
    /Thors

    Please confirm if you are updated to the latest version of Photoshop CC. Go to Photoshop>About Photoshop on Mac, For Win, go to Help>About Photoshop.
    We recently released a new update. Here is teh link for more info:http://forums.adobe.com/message/5674936#5674936
    Regards
    Pragya

  • Synching contacts, other items on Info tab now taking over an hour!

    This started with the itunes update that brought MobileMe support. Synching contacts and other items on the Info tab before this version of iTunes would take seconds- probably quite a bit less than a minute to synch everything on the Info tab. Now, my Contacts (synching with Outlook) take about 45 minutes to synch, and everything on the Info tab combined takes a little over an hour. And this data almost never changes. I have only around eighty contacts, which haven't changed in months, only one scheduled event, etc. Over an hour??? I can import my whole contact list into Google contacts in less than 5 seconds. This happens on a 1st gen iphone and two different 3g iPhones, and I even tried reinstalling iTunes and making sure Outlook was auto-archiving. What next? I now have to basically skip synching anything on the Info tab. Is this just underhanded MobileMe marketing? Anyone else experience this?

    OK I've got this one resolved. the solution was in the sticky in this section about resolving syncing problems with Contacts under Windows. It suggested to go to Edit -> Preferences -> Syncing, and click the "Reset Sync History" button. Now the problem they described this being the solution for is not the problem I was having- all my syncs were accurate, as far as I know; but I don't care at this point- it worked, so I'm happy. If you are spending several minutes syncing Contacts, try the above.

  • When I try to click on links or move about the internet, the computer freezes and I see a little whirligig. Then it takes a few seconds before going to the item I clicked

    when I try to click on links or move about the internet, the screen freezes and I see a little whirligig. Then it takes a few seconds before the whirlygig becomes the pointer again and going to the item I clicked. Why is the screen freezing?

    Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Click "Reset".
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Turn off Extensions if any, and launch Safari.
    Safari > Preferences > Extensions

  • How can I completely delete an app, so it won't even be listed in the app store under purchased items? And I will stop being prompted to make updates even though I've removed it from my iPad?

    How can I completely delete an app, so it won't even be listed in the app store under purchased items? And I will stop being prompted to make updates even though I've removed it from my iPad?

    Once an app is deleted from an iOs device, you will no longer be prompted for updates. Update alerts only occur for apps curently installed.
    Purchases can be hidden (but not completely deleted) from the purchased list, but only using itunes on a computer.

  • Displaying buttons and other items in french instead of english

    Hi,
    I am new to APEX., which I find incredibly easy to use. Anyway, I am french (nobody is perfect!) and I would like the texts inside the buttons (like 'Create', 'Reset') and in the other part of the aplication ('Edit') to appear in french. BUT with APEX development sutdio remaining in english. I have read the documentation but I did not understood if there is a procedure to generate the buttons and other items in french instead of english.
    Could you help me ?
    Thank you very much !
    Christian

    Hello,
    >> Where can I find it ?
    I’m afraid you are looking at the wrong place. You are going to the shared components whilst you should go to the page where the button id defined. In the “Page Rendering” column there’s a section called “Buttons”. Choose the button you want to edit, and there you’ll find it - http://i31.tinypic.com/25sv6t3.png . As you can see from the gif, the button name and the button label don’t have to be the same.
    Regards,
    Arie.

  • Issue:Task started under work item ID999893(Current status: In Process)

    Hi Experts,
    I am doing a test scenario in IDES on business workflow. While executing my custom work-flow to check output,am  getting a message like " Task started under work item ID999893(Current status: In Process) ".
    Kindly suggest me how to resolve this issue.
    Regards,
    Prashanthi

    Hi,
    My task is based on user decision, intended person will get approve or reject mail for that am using Am using "User decision" and "Mail" steps. Now  recipient also receive a work item in SAP Inbox. When executing workitem.. not getting a screen to choose one among approve or reject as part of the user decision.
    Please suggest me.
    Regards,
    Prasanthi

  • Populating configuration items: Computers, Services and People under Related Items tab in Computer CI form

    Hi,
    We have integrated SCCM and SCOM with SCSM to import the CI information in CMDB.
    We are able to import few CI information from SCCM regarding softwares, OS, etc and from SCOM regarding hardware and discovered objects.
    When we open the Computer CI in SCSM, we are able to relate almost all the fields from SCCM and SCOM expect Related items tab.
    The Configuration Items: Computers, Services and People are empty under related items tab on Computer CI form.
    Kindly please help me to understand regarding this related items tab.
    Any help will be very much appreciated.
    Thanks
    Kumaresan Lakshmanan

    Hi,
    The Related Items is not automatically populated by any out-of-box connector. You can manually add related configuration items there. What were you expecting to show up under this section?
    Regards,
    Dieter

  • TS1503 How do I find what things are under "Other"?

    I have no idea what is under "Other".  Can someone please help me?  I have rebooted my iphone to see if that would work and it didn't.

    Another thread about removing the other space that I keep going back to since mine fills up like once a month: http://appducate.com/2013/01/reclaim-other-storage-space-on-ipad-iphone-and-ipod /

  • Make Text and Other Items Larger or Smaller - Default? (related to screen resolution)

    In Windows 7, when you go to set the screen resolution, there is a link to "Make Text and Other Items Larger or Smaller."  The default I've always seen is is "Smaller - 100%" in our deployments.  For some reason, after my new deployment that
    I'm working on, it is set to "Medium - 125% as the default."
    This changed when I imported the display drivers needed for the HP8440 laptop the deployment is going on. Before, Windows was just using a generic driver that maxed at 640x480 and the user had to manually install the drivers. Now that I've imported the drivers
    into the deployment, the default resolution is 1920x1200 as it should be, but this one last default is making it look like there is a smaller resolution.
    Is there any way, in the deployment, to set this option to "Smaller - 100%" as the default?
    This is what I am seeing after Windows loads for the first time:

    I get "Invalid syntax" when I try to run that. I've gone through the help on the REG command, and everything seems to be in order. I also opened CMD as administrator. I've tried some different variations on the command (quotes around the path, etc)
    but nothing seems to work. Any ideas?
    You're getting an invalid syntax since it contains a space betweeen 'Windows' and 'NT' when using command lines, spaces will break the commands to be executed since it thinks that spaces are delimiters for syntax value's.
    REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\FontDPI" /v LogPixels /t REG_DWORD /d 0x60 /f
    Edit; The thread starter had success with using the following path instead "HKCU\Control Panel\Desktop"
    It should work like it's written above using quotes around the entire path. Without the quotes you'll receive a syntax error. However unless the command is executed in an elevated command prompt you'll get an access is denied error. And finally the /f switch
    is required to override the entry without prompt, since if the command if executed in an elevated command prompt it will detect the current value and ask whether you want to overwrite it or not.
    P.S. I verified if it executes properly.
    Kind regards,
    Stephan Schwarz.
    If one of these posts answered your question or issue, please click on "Mark as answer".
    My Blog | Twitter:
    @Schwarz_Stephan | MCTS, MCITP, MCC.

  • "Tools" in my menu bar missing "options" and other items. Can only use 3.6.26 on my computer.

    When I click "Tools" in my menu bar, only these items appear:
    web search, downloads, add ons, error console, page info, start browsing history, and clear recent history. How can I get back other items such as "options"?

    On Mac you can find "Options" under Firefox > Preferences.
    *https://support.mozilla.org/kb/Options+window
    You can consider to update to Mac OS X 10.5 to be able to use newer Firefox versions.

  • Sun goes under!

    Where do all these "What will happen to Java if Sun goes under" posts come from? I mean, this is a company that spent over $400 million in R&D last year! Their turnover is comparable to small nations' GNP. What's the story, why the panic?
    And what about the "is Sun good for Java"? What does this quesiton mean? "Does Java benefit from Sun?" How would you even begin to quantify this? Would Java be better if IBM owned it? We can only speculate. I like to speculate that in this case Java would be spelt with a small j, and elseif would have no space...
    Sorry if this sounds narky, I'm a bit sleep deprived and the damn c++ program I'm working on has memory leaks. This doens't happen me with Java! Is java good for programmers? This we can answer :)

    Where do all these "What will happen to Java if Sun
    goes under" posts come from? I mean, this is a
    company that spent over $400 million in R&D last year!
    Their turnover is comparable to small nations' GNP.
    What's the story, why the panic?Listen you! This is not Pessimistic enough! Dammit, don't you know you have to assume the worste an panic until the world is proven safe? Stop all this optomism and start to fear your very existance!

Maybe you are looking for