Un-hiding items

help ~ i'm trying to un-hide some of my files that are grey'd out if i look for them in the finder menu ...?

Yes and I have contacted support. I haven't gotten anywhere with them either. They just told me to try different ports, different computers and uninstalling the LCC. Well of course it works without LCC, I told them that, but that renders my mouse practically useless. So now I am stuck with a mouse that practically does nothing but point and click.

Similar Messages

  • BoM exploding and hiding items in Sales Order

    Hi All,
    We have a requirement which needs some suggestions.
    The client needs the BoM item to be supressed. I know we can do that through Sales Order Type. I am not sure if we can do through Item Categories as well. But the requirement is incase some region needs to correct price for child items, how do we display these hidden child items after we have hidden. Is it a enhancement ?
    rgds..Ameet

    Hello Ameet
    You change the display range while in the order. Once you are in the first screen of the  order (Overview usually) , use menu option Edit> Display range> All items to display the sub items also. However you might want to control this through authorization in such a way that only authorized users can view /change them. Hope this helps.

  • Hiding items on page entry if NULL in the database ...

    Environment: APEX 3.1.1.00.09
    I have two (2) page items that I would like to hide in two (2) instances:
    1- when the page is first displayed as the user is entering a new set of data
    2- when the values of these items are NULL based on the fetched database row
    I would like the items to display if the values in the row fetched are not NULL.
    I already have logic that will hide the items based on specific values being selected or changed by the user but as requested in (1) above I would like the items to be hidden initially.
    Be gentle as I'm still a newbie. :-)>
    -gary

    Hi Gary - I thought today was a public holiday in the US (something to do with a new president?)
    Anyway..
    You're correct - javascript is nothing to do with Apex, so debug doesn't even know it exists. The easiest way to test if your script is being run is to put alert('message') messages within the code:
    function ...()
    alert("Here 1");
    alert("Here 2");
    etcName the messages in a way that you can easily spot what is being run.
    Perhaps it would be easiest for you if I explained what I did on my page (assuming that it is doing what you are trying to do? If not, just say).
    On my page attributes, I have added the following into the HTML Header setting:
    <script type="text/javascript">
    function shA()
    var l = document.getElementById('P6_LISTA');
    if (l.value == 'A')
      $x_ItemRow('P6_TEXTA','SHOW');
    else
      $x_ItemRow('P6_TEXTA','HIDE');
    function shB()
    var l = document.getElementById('P6_LISTB');
    if (l.value == 'B')
      $x_ItemRow('P6_TEXTB','SHOW');
    else
      $x_ItemRow('P6_TEXTB','HIDE');
    </script>Strictly speaking, you could add this anywhere above the P6_xxx items - but the HTML Header is the best place to add javascript functions.
    I then have four items on the page:
    P6_LISTA - a select list
    The Source is: STATIC:A,B,C,D,E
    and the HTML Form Element Attributes setting is: onchange="javascript:shA();"
    P6_LISTB - a select list
    The Source is: STATIC:A,B,C,D,E
    and the HTML Form Element Attributes setting is: onchange="javascript:shB();"
    Both of these have Display Null: Yes - Null display value: -Select- and Null return value: Z
    P6_TEXTA and P6_TEXTB are both normal text fields and have no special settings.
    Finally, I have a region in the Before Footer display point and using "No Template" that has a Region Source of:
    <script type="text/javascript">
    shA();
    shB();
    </script>(this just runs the show/hide code on page load)
    Does that help?
    Andy

  • Hiding Items in Shared Libraries

    Does anyone know if there is a way to hide items such as layouts and themes that are a part of the shared libraries? We are using DVT and don't want these items to show up to end users if they are not included in our project.

    Maybe something interesting...
    When looking at article http://support.microsoft.com/kb/982697/en-us
    I saw that Outlook 2013 by default caches everything and that's what I wanted. I tested however adding this regkey to see what happened and after that the email shows up in the mailboxes... Somehow the mail from shared mailboxes doesn't want to be
    cached...
    Does anyone know what this could be? I want everything to be cached, also the shared mailboxes but somehow this doesn't work and it does when using Outlook 2010....

  • Hiding items on midp 2.0 forms

    Hello All,
    I am Shashank from India. I am new to J2ME. I just wanted to know how we can make the items on the screen temporarily hidden.
    Please help. Its urgent.
    Thanks.

    Its urgent.No it's not.
    db

  • Hiding item renders in Group Datagrid Label Rows?

    I have an Advanced data grid displaying a grouped collection.  I have an item renderer in one column the is a canvas with a button that is bound to the data.
    However, buttons are also showing on the header rows, where they are not needed (see below).  How do I fix this?

    I have an Advanced data grid displaying a grouped collection.  I have an item renderer in one column the is a canvas with a button that is bound to the data.
    However, buttons are also showing on the header rows, where they are not needed (see below).  How do I fix this?

  • Hiding item

    how to hide and show item that sometime not essential ? (e.g. subtitle data, read me text, and other)
    thanks

    Do you want to only hide “some” files?
    For all files use onyx, for single file try:
    http://www.macupdate.com/info.php/id/31354/cloak <---- try this
    <a class="jive-link-external-small" href="http://">http://www.macupdate.com/info.php/id/35671/hiderz
    http://www.macupdate.com/info.php/id/19239/show%26hide

  • Hiding items under "Shared"

    One of the features of MacOS X 10.5 I don't like - as a systems administrator - is that Leopard shows every Mac & PC on the network under the Shared sidebar item.
    It's a nice and easy way to see what server you can connect to and - if username & password are stored in keychain - it automatically authenticates when you click on a machine.
    However, when there are 80+ machines listed it is not so easy to see those servers and it invites people to go snooping where they shouldn't.
    All I want is for users to see valid AFP servers so is there a way to configure a Mac running Leopard (or 10.3.x or 10.4.x) to hide itself from this list.
    Yes, I have turned off AppleTalk, but even if I turn off Remote Management (which I don't wish to) the machine name still appears.
    Is this compulsory behaviour or is there a way to turn off Bonjour broadcast?

    The purpose of editing your LaunchDaemon files would be to stop that machine from advertising to others. So, if I were to modify the ssh.plist and remove the "<string>ssh</string>" and "<string>sftp-ssh</string>" strings from:
    <dict>
    <key>Listeners</key>
    <dict>
    <key>Bonjour</key>
    <string>ssh</string>
    <string>sftp-ssh</string>
    <array/>
    <key>SockServiceName</key>
    <string>ssh</string>
    </dict>
    </dict>
    (please note that this ^ may be inconsistent with the real file as mine has been edited for ages, I put the strings back how I remembered it)
    on computer Macbook-A and then restart the edited service, computer iMac-B running Bonjour Browser (http://www.tildesoft.com/Programs.html#BonjourBrowser) would be unable to see that Macbook-A had ssh and sftp enabled.
    If you want your computer to completely not use Bonjour, which will break things, then "sudo service com.apple.mDNSResponder stop" would stop the computer from broadcasting and looking for bonjour altogether.
    I hope this is more helpful, but if not, let me know.
    Also, I just realized that I for got to say this, but you must restart a service after editing it for changes to take effect. So either disabling and re-enabling the service, or a complete restart would work.

  • Hiding items in the gal

    Dear beekeepers,
    as access to our team workspaces is commonly set by granting full
    access to a group bearing the same or a similar name as the workspace,
    we have a potential for confusion in our GAL: the GAL shows, users,
    groups, ressources and workspaces that the respective user has access
    to.
    So, our users tend to mix up a group, the related workspace's
    participants list and the related workspace's inbox, which all three
    are listed in the GAL.
    As we currently don't plan to use the group workspaces inboxes, and as
    workspace.participants coincides with the group that has access to the
    workspace: is there a possibility to hide the workspace's inbox and
    workspace.participants in the GAL?
    We tried to use ...
    beectl modify_team_workspace workspace "wksp=wsname,enpr=enprname" directory_listed FALSE
    ..., but this did not prevent the workspace from being listed in
    OBEO's GAL.
    Regards, Thomas

    Hi Thomas,
    It might help your quest, we filed bug #8773547 to allow the admin to hide certain email addresses from the GAL, it is mainly to ensure some VIP's email is not seen by more common employee and thus avoid 'spamming'.
    regards,
    David

  • Hiding items in system form by changing record

    Hi,
    I have on system form textbox binded to UDF. If user change the record, the textbox is not showing. I know about possibility to catch events like form_load, resize and data_load where I can set visible to true to this textbox, but my question is, if exists some better method how to say to SBO that this field will be always visible.
    thx
    Petr

    I found the problem, in some forms in diferent modes is set diferent panelevel...

  • How to check hidden items

    Hi,
    On a existing portal installation (10g Release 1) I've a lot of hidden items. I need to export these items to a new release of portal (10g Release 2).
    The information of hidden object is not define inside table wwv_things. I check on several tables/views of the portal schema but I cannot find the table/view where this information is stored.
    Is there a way to create portal items in 10g Release 2 with pl/sql packages and to hide these items ? I found a recommandation to set the publish date in the future but in our case, this do not correspond to the expected behaviour.
    Thanks in advance for your help,
    Eddy.
    Edited by: acsods on 10 oct. 2008 10:13

    The VISIBLE column in WWSBR_ALL_ITEMS will tell you that:
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1012/wwsbr_api_view.html#WWSBR_ALL_ITEMS
    But you're right that there's no API method for hiding items in 10.1.2.
    In 10.1.4 the hide_in_browse parameter of wwsbr_api.modify_item can be used to hide the item:
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/wwsbr_api.html#function-modify_item
    -John

  • Dynamic Action on item not working in APEX 4.2.1

    Created Dynamic action on item(Radio based on LOV) to show/ hide other items (event is Change). But its not working. I mean nothing happening onchange ..

    Based on the Radio item value "a" (Y/N) i am showing or hiding items b and c. All these items are in same region.
    Output seen : By default all the items are displayed and no action on changing the value of the radio item a.

  • SRM 7.0 Modify POWL for shopping cart check status screen

    HI Experts,
    The standard settings in check status for SC in SRM 7.0 is to display the sc with item level. This causes the SC number to be repeated (for no. of items in SC) and all links open the same SC in a new window.
    We want to display only the header of SC and no item data should be displayed in check status.
    I tried
    SRM Server->Cross-Application Basic Settings->POWL and Advance Search->Adjust POWL Layout,search criteria and push buttons----choose feeder type SAPSRM_FEEDER_SC -double click field catalog-choose ITEM_DESCR, ITEM_NO, ITEM_STATUS---CHOOSE display and select HIDDEN COLUMN radio button.
    This hides the corresponding columns but duplicate records are still showing.
    Can some one please help?
    Thanks,
    Anubhav

    Hi NM,
    After performing the steps in first post for hiding item relevant fields you can filter the data displayed in the result by using the BADI  /SAPSRM/BD_POWL_CHNG_SEL_RSLT .
    In the BADI Delete the records from result internal table where SC num is repeated so that thers only one entry for each SC.
    Let me know if it works for you or not.
    BR,
    Anubhav

  • Produce report NOT based on a single sql statement

    I want to produce a tabular report based on a series of sql statments. Specifically, a report of managers that wil include counts of employees that are in other tables using differing criterias.
    Name Count Count
    using using
    criteria 1 criteria 2
    Manager1 35 242
    I would expect to write an anonymous pl/sql block with a driving cursor determining the managers to report on. Within that cursor, I would execute a number of other queries to derive the count for each of the two columns.
    I have tried creating a report region based on a sql statement, but that requires a single sql statement. I also tried creating a report region based on plsql, but it required an into statement of defined items. This option looks like it can provide multiple rows, but since it selected 'INTO' named fields, it only creates a report with the last row of data.
    I must be missing something. Any suggestions are greatly appreciated!!!

    If you want a wizard to create the form and report for you then yes you need to have a table. One thing that you can do is define a view that contains the data you need and define an Instead Of trigger on that view so the automatic fetch and dml will work but you can have the data stored into the different objects. basically the view and the trigger work as a router/dispatcher for the data.
    *edit*
    I should also add that you can write a pl/sql package which does the fetch and the dml operations with the form items as input. This is the solution I would typically use for any form that was not a simple CRUD form for a table. One thing to note is for the fetch I prefer to use out parameters for the form items so it requires the developer to map the item to the param in the app so it will show up when you are searching through the app. I highly discourage hiding item references inside of packaged code.
    Good Luck!
    Tyson
    Message was edited by: TysonJouglet

  • After upgrading to Mountain Lion, Interface builder starts up with an error every boot.

    I've got a late 2008 Macbook Unibody 13", and a few months back I upgraded from Snow Leopard to Mountain Lion.  Ever since the upgrade, at every boot up Interface Builder starts up with an error.  I've just ignored it mostly, but now I'm getting annoyed with it.  How can I find the programs that start up every boot to research this, or stop it from loading Interface Builder every time?

    You have to delete it using the minus sign at the bottom. The check/un-check is for hiding items.

Maybe you are looking for