Objects not showing up in jPanel

I've got a jPanel that gets a number of jTextField objects added to it. The number added two it varies so it's set up like this:
public void addBoxs(int num) {
for (int z = 0; z < num; z++) {
box[z] = new JTextPane();
box[z].setBorder(BorderFactory.createRaisedBevelBorder());
box[z].setBorder(BorderFactory.createRaisedBevelBorder());
box[z].setMaximumSize(new Dimension(19, 19));
box[z].setMinimumSize(new Dimension(19, 19));
box[z].setPreferredSize(new Dimension(19, 19));
box[z].setEditable(false);
box[z].setMargin(new Insets(5, 5, 5, 5));
box[z].setText("test");
jPanel4.add(box[z],null);
System.out.println("Added box # " + z);
Where the method is called and passed a variable for the number of boxs. However, when the method runs, the boxs never show up. Why is this? I've tried doing jPanel4.repaint() but that doesn't help either. How do I get them to show up? Thanks.
-Gallamine

Worked for me. Here's the scaffoding I put around your code:JPanel jPanel4 = new JPanel();
// Should declare and init 'box' INSIDE addBoxs, so you can get the
// number of elements from 'num'
JTextPane[] box = new JTextPane[4];
FileTest.addBoxs(4);       
JFrame window = new JFrame("TEST");
window.setBounds(100, 100, 300, 300);
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.getContentPane().add(jPanel4);
window.pack();
window.setVisible(true);Are you putting jPanel4 into a JFrame? Are you giving jPanel4 a LayoutManager that's squishing all your TextPanes into a 1x1-pixel area at (0,0)? Are you doing a pack() on your JFrame?
Grant

Similar Messages

  • Objects not showing in Layers panel

    Hi,
    I am using Indesign CS4 on a Mac 10.6.8. I have a problem with my layer panel --> it does not show a disclosure triangle, hence i cannot expand a layer to show its objects. The objects are definitely on the layer - if I click "select all objects on layer" all objects are indeed selected so technically they are on the layer --> i just can't see the drop down in the layers panel.
    I tried simple things such as enlarging the panel to checking for missing fonts (i read that there are often problems w/ Verdana in the layers panel..) to restoring the preference settings.. nothing worked and i couldn't find a single forum entry on this issue..
    The file i'm using is from a plug-in for a photo book, however, the layers panel does not work correctly even if i create an entire new document..
    In Illustrator it works perfectly, showing all objects and paths on a layer..
    Thanks soo much for your input and help!
    Laura

    Oh, I see. I didn't realize that since in my CS4 Illustrator I have already the "enhanced" layers panel.. So how do I re-assign existing objects to a new/different layer then if not by drag-and-drop in the panel?
    Many Thanks!!

  • Button for services for object not showing for FB03

    Hi,
    I have a created a Zcopy of transaction FB03.
    But the button for services of object which contains attachment list and other features is not showing up in my Z trasaction.
    Does anyone know the reason or the functionality behind this button.

    Create a replica Z prg of the std prg SAPMF05L and assign a Z tcode to it.

  • Adobe Flash 11.9.900.152: objects not showing in print preview and not printing

    When I select print from Adobe Flash 11.9.900.152, objects are not showing in print preview and not printing on the printer.   I have tried to print from both MS Internet Explorer and Google Chrome--neither work.
    I am using:
    Windows 7 Home Premium Service Pak 1
    Internet Explorer 10.0.9200.16618
    or
    Google Chrome 31.0.1650.57 m
    How do I resolve this issue?

    What is it you're trying to print?

  • Object not showing up when published

    Hi,
    I have finally managed to get a Facebook "Like" button onto my website but the problem I have now is that the text for the button merges into my background fill which is grey. I have tried creating a bar of colour to fit behind the HTML snippet and it looks great in iWeb edit mode but when I publish it, the block of colour doesn't appear. Can anyone tell me how I can get this to show up or change just a section of my page background or if it's possible to change the colour of the text in a FB Like button. Thank you!

    Thanks Roddy, I've tried that and it does improve things a bit. This is what I get with the "dark" option selected which is acceptable to a degree but.....
    .....this is what I'm really trying to achieve, which shows up as shown here, when working in iWeb editing but does not show the colour-filled shape when I publish it.

  • Business Objects not showing report history in FOlder

    Hi Experts,
    We have issue with our Production BOBJ Server and it is not showing the history.
    Event viewer log Screenshot.
    Thanks
    Kiran.GVL

    Hi
    Check you have access to see or not. if possible check in the same in Dev and Q systems.

  • Ie9 flash object not showing when wmode is set

    I'm searching and searching but do not find any solution for this.
    We're having a flex web application that is working fine until now. We're using until recently the google maps flash api, unfortunately this is already deprecated and will disappear completely in september 2014. Therefor we moved the whole integration to the js v3 api, which is working fine. The whole thing is an overlay over the application, since everything is moved to js, I added the property wmode to the object in html and set it to opaque in order to be able to layer everything. It's working fine for most people, but some (including my boss) are seeing a blank screen. Seems that nothing happens (although the swf loads), and I can not figure out why. Same browser (ie 9 or 10), same flash player version (11.6.xxx). Browser cache cleared, flash player cache cleared...
    Somebody having a clue? Removing the wmode-property solves the issue, but then I'm not be able to get my map on top of the application.
    The swf is definetly loading since I see calls made to the server in order to login etc. It's also not a flash player issue. The swf-file is directly accessable and rendering if done so.
    Thanks
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />  
        <meta http-equiv="X-UA-Compatible" content="IE=10; IE=9;"/>     
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen">
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:hidden; text-align:center;
                   background-color: ${bgcolor}; }  
            object:focus { outline:none; }
            #flashContent { display:none;}
        </style>
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section --> 
        <!--  BEGIN OogScreening -->
        <script src="PlusOptixSync.js" language="javascript"></script>
        <!--  END OogScreening -->
         <script language="javascript">
            function getEIDxml()
              var strXML = document.MirageApplet.readCardAsXMLString() + " ";
              return strXML;
            function setOuterSize()
                var nomWidth = 1280;
                var nomHeight = 800; // 786 viewable in fullscreen
                var actWidth = nomWidth;
                var actHeight = nomHeight + 150 - 30; // fullscreen change coeff (ruimte die we winnen door f11) - taakbalk
                window.resizeTo(actWidth, actHeight);
                //window.outerWidth = actWidth;
                //window.outerHeight = actHeight;
                //script die de F1 help functionaliteit van de browser afzet. Dit is nodig omdat IE de F1 functionaliteit van de flex applicatie onderdrukt
                document.onhelp=new Function("return false");
                window.onhelp=new Function("return false");
        </script>  
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string.
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "transparent";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent",
                "${width}", "${height}",
                swfVersionStr, xiSwfUrlStr,
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
          <!-- Groeicurven 5.0 scripts -->
          <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
          <script src="http://code.highcharts.com/highcharts.js"></script>
          <script src="http://code.highcharts.com/modules/exporting.js"></script>
          <script type="text/javascript" src="../js/util/Namespace.js"></script> 
          <script type="text/javascript" src="../js/util/mirage-services.js"></script>
          <script type="text/javascript" src="../js/util/mirage-binding-utils.js"></script>
          <script type="text/javascript" src="../js/util/mirage-event-dispatcher.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-constants.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-theme.js"></script> 
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-config.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-factory.js"></script> 
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-zoomer.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-formatter.js"></script>      
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-prototype.js"></script>
          <script type="text/javascript" src="../js/groeicurven-events.js"></script>             
          <script type="text/javascript" src="../js/groeicurven-controller.js"></script>
          <script type="text/javascript" src="../js/groeicurven-flex-bridge.js"></script>
          <script language="javascript">
                initGroeicurvenFlexBridge("${application}");
          </script>           
        <!--  BEGIN GoogleMaps -->
        <link rel="stylesheet" href="../css/google-maps.css">
        <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
        <script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/styledmarker/src/StyledMarker.js"></script>
        <script type="text/javascript" src="../js/util/cvi_busy_lib.js"></script>
        <script type="text/javascript" src="../js/google-maps-events.js"></script>
        <script type="text/javascript" src="../js/google-maps-controller.js"></script>
        <script type="text/javascript" src="../js/google-maps-mediator.js"></script>
        <script language="javascript">
            function openMaps(data)
                document.getElementById('mapsContent').style.visibility ="visible";
                document.getElementById('optionsList').style.visibility ="visible";
                document.getElementById('activeCheckboxDiv').style.visibility ="visible";
                document.getElementById('mapsContent').style.zIndex = 100;
                onLoadHandler(data);
            function adresFoundHandler(marker, filtereEnabled){
                document.getElementById('mapsContent').style.visibility ="hidden";
                document.getElementById('optionsList').style.visibility ="hidden";
                document.getElementById('activeCheckboxDiv').style.visibility ="hidden";
                document.getElementById('activeCheckbox').style.visibility ="hidden";
                document.getElementById('mapsContent').style.zIndex = 0;
                clearLocations();
                ${application}.responseGoogleMaps(marker, filtereEnabled);
        </script>         
        <!--  END GoogleMaps -->   
    </head>
    <body scroll="no" onLoad="setOuterSize();">
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version
                ${version_major}.${version_minor}.${version_revision} or greater is installed.
            </p>
            <script type="text/javascript">
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
            </script>
        </div>
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <param name="wmode" value="transparent" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p>
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript> 
        <noscript>Your browser does not support JavaScript!</noscript>
        <applet
          id ="MirageApplet"
          codebase = "AppletLibs"
          archive  = "kg-eid-tools-2.6.jar,beidlib-1.1.jar,jdom-1.0.jar,joda-time-1.6.jar,commons-lang-2.4.jar"
          code     = "be.kg.mirage.MirageApplet.class"
          name     = "MirageApplet"
          hspace   = "0"
          vspace   = "0"
          style="width: 0px; height: 0px;">
            <param name="Reader" value="">
            <param name="OCSP" value="0">
            <param name="CRL" value="0">
            <param name="DisableWarning" value="true">
        </applet>
        <div id ="mapsContent">
            <h3 id="typeLabel">Google Maps</h3>
            <select id="optionsList"></select>
            <input id="searchInput" type="text"></input>
            <div id="activeCheckboxDiv">
                <input id="activeCheckbox" type="checkbox"></input>
                <label for="activeCheckbox">Toon enkel actieve locaties</label>
            </div>
            <button id="searchButton" type="button" class="secondElementButton">Zoeken</button>
            <button id="annuleerButton" type="button" class="annuleerButton">Annuleer</button>
            <ul id="locations" class="thirdElement"></ul>
            <div id="canvasMap"></div>
        </div>

    This means that the SWF is written so that it only works when
    embedded in a web page. When you add the SWF to the stage as a
    stand-alone display object using addChild() it is not being hosted
    in the web page.
    You have 2 options:
    1. Modify the SWF code (if possible) to remove the
    ExternalInterface requirement. You can write code in your AIR
    application javascript to subscribe directly to events from the SWF
    using addListener() and call functions directly on the SWF object
    (Flash/Actionscript is not my primary development environment... so
    if I have gotten the terminology wrong I apologize, but I HAVE
    written a flash application that worked as I describe). My SWF
    actually works embedded in HTML or not using the code "if
    (ExternalInterface.available) {
    ExternalInterface.addCallback("setIsPlaying", setIsPlaying ); }"
    2) Somehow add a HTMLLoader in a new child window (with
    transparent = false) to the stage as a new child. I have not yet
    figured out exactly how to do this, so If anyone can provide
    information on how to do this, I too would be appreciative.

  • Line objects not showing in pdf output in xmlp 5.6.1

    Hello,
    Is there a bug or just a version issue when trying to produce pdf output using xmlp 5.6.1 Enterprise Edition from a template built in xmlp 5.6.2 stand alone? Different versions of pdf too. The xmlp 5.6.1 EE uses Adobe 7.0.7 and I use 7.0.0 for my dpf output. The issue is that the template built using 5.6.2 has line objects in the rtf file. When this template is registered in xmlp 5.6.1 EE and the report is generated the lines don't show up in the pdf.
    Any one?
    Ryan

    I opened a TAR and here is the answer. My template definition was wrong because I directly used my data template xml file to define my template using template builder.
    Here are all the steps to use XML data template under apps.
    To use data templates, do the following:
    1- Create the data template similar to the following structure
    2- Login to responsibility "XML PUBLISHER ADMINISTRATOR" -> Data Definition
    2.1 upload the data template (that is made in step1)
    2.2 Insert a new code that is not find the concurrent request short name.
    3- Login to system administrator -> concurrent -> program -> define (define a new concurrent request as following)
    3.1 use execute XDODTEXE (it takes the data definition in step 2 and shall execute the query to obtain XML output)
    3.2 Output format = XML
    3.3 request short name as that defined in step (2.2)
    4- Add the request to a request group
    5- The the concurrent request and get the created XML output
    6- Use the created XML Output in (step 5) to create your template layout using Template builder vers
    ion 5.5
    7- After creating the template go to responsibility "XML PUBLISHER ADMINISTRATOR" -> Templates
    7.1 define a new template
    7.2 use the same data definition that you created at (step 2)
    7.3 Use the same code as in step (2.2)
    After all the above steps you shall get the output as you wish. The main link between Data template and the concurrent request that execute the data template to generate the XML output is the request short name and the data template code.
    Hint:
    request short name = data template code.

  • CapturingCanvas3d not showing Image in JPanel

    Hello guys
    I m having problem showing image on a panel which has capturingCanvas3d in it. If I add this canvas to a JFrame then it shows otherwise it displays just blank.
    I hope you people to solve my problem.
    Regards
    Qasim Ali

    eggguns wrote:
    Ok I'm trying to put an image in a full screen JPanel, why isn't it working?This is not the Swing forum. Please repost your question into the Swing forum.
    And this is probably too much code as well.

  • Resource object not showing while provisioning a User

    Simple task but I am not able to fix this.
    I have a dummy resource whcih I created for some testing.However I am not able to see this resource when I try to provision a user to this resource.
    Any Ideas?
    FYI:.I have checked Allow SelfService,Allow All,Alow Multiple and Autolaunch check boxes
    Thanks
    -Mahi

    I have created a simple provisioning process for this..the process defination is of type approval .In there created a new task called "Manager Approval and in assigment assigned it to user's manager.
    I have already selected the resource object in the Object Name field.
    OIMUSER007...Do I really need to create a seperate IT Resource in this case?
    Its just a simple application like eg "WATCH"..
    Actually,
    I had earlier implemented this resource with Process Deffination as *provisioning*..
    Now I wanted to implement the workflow for this..For this Since I cant delete the process deffination..what I did I assigned the earlier process deff(provisioning to some other resource object(test) and created a new process deff(Approval) for this...

  • Object not showing up in session after I set it.

    I'm running some code that goes through an array of possible forms that could exist in the session. It attempts to pull each form out of session. If the form does not exist then it declares the form and puts it in session. The problem is that after I put the form in session I can't see it or access it. Here is the code I am using. If anyone can tell me what I might be doing wrong.
    tralrName="PTEN"
    PackageNames.STRUTS_FORM_PKG = "com.xxxxxx.xxxxx.struts.form"
    Object trlrObj = session.getAttribute(tralrName + "Form");  
    try {
         resetForm(trlrObj, locale);  //this throws an exception if trlrObj is null
    } catch (Exception ex) { // In this case tralrName = "PTEN".  When it is getting passed in it is throwing the exception correctly.
         try {
              Object obj =
                   Class
                        .forName(
                             PackageNames.STRUTS_FORM_PKG + "."
                                  + tralrName
                                  + "Form")
                        .newInstance();
              session.setAttribute(tralrName, obj);
              //the above setAttribute line of code appears to work correcty.  the obj is of the correct class and the name is correct.  But when I look in the session the form doesn't exist.
         } catch (Exception e) {
               * @todo Log error message indicating inability to cretae new instance.
    }

    No offense taken. It does look a little rough.. but for what I'm doing and how I'm doing it I don't think it is going to get much cleaner.
    Thanks for the reply, but I had two problems... one I wasn't thinking hashmap and was just looking at each entry.. never checked the next value for each entry...
    The other problem that was causing my jsp further down the line to crash when it tried to load the so I thought nonexistent form PTEN was a naming problem.
    I was putting the correct object into session and then naming it PTEN... later on I was pulling it from session looking for the name PTENForm. So when I corrected the "Form" it works correctly.

  • BI Content objects not showing up

    Hi gurus,
    We have newly installed ECC 6.0 and BI has come within the package.
    i.e. RSA1 is working.
    However, there doesn't exist any of the standard cubes, DSOs, queries, etc (There's no Business Content available).
    What have we missed during installation?
    Do we need to install an add-on, or something like that to have application component BI_CONT active ?
    Thanks in advance,
    Dilek
    Edited by: Dilek Ersoz on Aug 6, 2008 3:38 PM

    Hi Dilek
    Please tell ur BASIS person to install this
    BI_CONT >RELEASE 703> SUPPORT PACK = SAPKIBIIQ0> LEVEL 10
    and SAP_BW> RELEASE 700> LEVEL 17> SAPKW70017> SAP NetWeaver BI 7.0
    there is a note also which u shud apply, with this note 1102743. ,, u will not face any error during installation of any objects in BI content in future.
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1102743
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/corr_instr/correction_instructions.htm?_EVENT=CORR_OBLI&_CINSTA=0120061532&sap-language=E&_CALEID=0000938876&_CPAKID=30
    thanks

  • SQL Developer objects not showing DDL

    Greetings! First time posting here on the Oracle forums, so hopefully I can be as specific as possible :)
    I'm having an issue with displaying the SQL that makes up an object, specifically a VIEW.
    Here is the scenario:
    I log on as an IT user - WDSQUERY (this account can be used my multiple folks for querying in different schemas). I navigate down to other users and expand that node. I find the schema I want to use, ALCHEMY, and expand that node.
    It now places me in the ALCHEMY realm we'll call it. I should be able to see all the different objects owned by this schema (assuming permissions are set up). I click on the 'VIEWS' node to expand all the view objects. I can see the data and columns. What I cannot see is the SQL that generates that view, and I have no idea why.
    Co-worker of mine uses Toad, and he can do the exact same scenario (same user id, goes to same schema, etc.), however when he clicks on the 'Script' tab, it will generate the SQL that builds that view. Which leads me to believe this isn't a permission issue, because he's on the exact same user_ID.
    Is there some option I don't have checked somewhere in SQL Developer? The current work around for this is that I simply query the DBA_VIEWS where owner = 'ALCHEMY', and then pull out the name/text of the view I want. But....still this is just one of those things I want to know why it isn't working.
    Here are the little ORA codes I'm getting when trying to view the SQL code of the VIEW:
    ORA-31603: object "PO_LINE" of type VIEW not found in schema "ALCHEMY"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA", line 2806
    ORA-06512: at "SYS.DBMS_METADATA", line 4333
    ORA-06512: at line 1
    Any help would be GREATYLY appreciated!

    Hi,
    If you can see the objects in the 'Other Users' schema, then I would imagine your user_ID has the SELECT ANY DICTIONARY system privilege. Seeing the data and DDL requires additional privileges, however. I haven't looked deeply enough to be absolutely sure, but there are two or three methods that SQL Developer uses:
    1) If you have SELECT ON <other user_ID>.<viewname> object privilege, then you can see both data and DDL.
    2) Otherwise if you have EXECUTE ON DBMS_METADATA you can see the DDL (except it may depend on other privileges too(?)).
    Sorry I don't have time to dig deeper into DBMS_METADATA. It works on some of my connection users but not others. And, of course, privileges like SELECT ON DBA_VIEWS always give one an unfair advantage.
    Hope this helps,
    Gary Graham
    SQL Developer Team

  • After 11g upgrade - catalog objects not showing up

    Hi,
    We have recently upgraded from 10g to 11g.
    Our repository is working fine, but the presentation services does not contain our objects.
    I hav granted all privs to BIadministrator role and I belong to the BIAdministrators Group.
    But, all of our contents are missing, dashboards, subject areas, prompts, etc.
    Any idea what step I am missing here?
    Thanks,
    Kathy

    Is your installation client only .? Then its a known bug, you cannot open catalog in Offline Mode client-only installation. Catalog Manager is only available with OBIEE Server Full components install on Server.
    Bug 14020946 : CATALOG MANAGER DOES NOT DISPLAY OFFLINE IN OPEN CATALOG
    Few questions here:
    What is your authentication system ? Is it default ?
    Are all your the Subject area permission is set to Default in repository. If that Default is set to ‘NO ACCESS’ so may want to change default setting to ‘READ’.By default all users can see the subject area if we manually give him Read access in Subject Area Permission.However, if this is set to NO ACCESS in NQSConfig.ini then change this to READ under [SECURITY] DEFAULT_PRIVILEGES = READ;
    Could you also generate Permissions Report in RPD and for a few subject areas and then see if the permissions are setup right in repository for that Roles ?
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • Audio Input Objects not showing up

    I cannot see the Audio Input Objects in the Environment window. I can't even turn newly created audio objects into audio input objects, as the input channels are not listed on the audio object's parameter box (everything else seems to be listed: track, aux, instrument, rewire, output, and bus). And even when I go into the Track Mixer, INPUT is still not listed on the left column (the track filter). Am I missing something really obvious here? The Logic Express 7 reference manual doesn't seem to mention this problem. Can anyone help me with this one?

    There is no Audio Input Objetcs in LE.

Maybe you are looking for