Can a disabled ITEM not turn gray?

I am setting the enabled property of an item to false. This changes the foreground/backgroun color so that it looks disabled. I want to keep the items current color scheme even when I disable it. I tried setting the visual attribute after I disable it, but it does no good.
Any ideas??
Thanks,
Steve

Hi Steve,
To have the field look like a normal text field and 'disabled', the workaround is to set the item property
Insert_allowed to Property_false
Update_allowed to Property_false
Leave the Enabled property untouched.
Regards,
John

Similar Messages

  • TS2972 In the new itunes, I can't see "items not in my library" using home sharing

    In new itunes, I can't see "items not in my library" using home sharing

    Yup, the new itunes is worthless unless every song you have is in your itunes library as well. (unless you buy every song from itunes this is simply impossible)  Apparently Apple threw away the feature in an effort to force everyone to purchase their media through itunes.  This is probably the worst idea about the new Itunes, the only way to go back is to restore your computer to a time before you downloaded the new version, otherwise wait and hope the next version in a year or so will have it.

  • Can I disable Item object inside the Form

    I have a couple Item derived objects inside Form. I don't want all of them to be selectable. Is there anyway I can do that - I don't seem to be able to find a correct API.
    Cheers

    Hello Sarah,
    Yes, you can.
    The Fluent UI is a static thing from its birth. You need to use callbacks to apply any UI changes dynamically. When required you need to call the
    Invalidate or
    InvalidateControl method of the IRibbonUI interface to get your callbacks invoked. You can read more about the Ribbon UI in the following series of articles in MSDN:
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)
    Your callbacks may access the add-in class using the Global namespace available in VSTO based add-ins. When required you can call the Invalidate method to get your UI refreshed.

  • 2x2 table. 4 empy cells. Can hide rows but not columns. grayed out. argh!

    Only one sheet with a single table with 4 cells.
    I don't see any merged cells.
    Is there any other attribute that prevents columns from being hidden?
    I realize that one cannot hide all the columns or all the rows.
    I was given a spreadsheet months ago with this problem.
    Couldn't figure it out so worked around it by creating a new one and copying over the data.
    Still have the original, so I have pruned it down to a 2x2 table that still has the problem!
    Sure would like to know what is going on.

    You can take a table down to a single visible cell, but no further.
    This worked for me to show only cell B2:
    Expand the 2 x 2 table using the handle at the lower right to include more than two rows and more than two columns.
    Click the header tab for column A and choose Hide Column.
    Click the header tab for Row 1 and choose Hide Row.
    Grab the handle and drag it up and to the left to collapse the table to a single visible cell.
    This was done with a new sheet after placing data in the top left block of four cells. YMMV, of course.
    Regards,
    Barry

  • MIR7 how to disable item quantity field

    Hello,
    How can i disable item quantity in MIR7 t-code. I don't want users can change quantity.
    Many thanks.

    Open - OLMRLIST
    Provide below Inputs in OLMRLIST
    Transaction - MIR7
    Screen variant - 7_6310
    Program - SAPLMR1M
    Screen - 6310
    Click on Edit.
    You can find Qty field against that select option as required.And then mark option as Invisible
    Hope this will resolve your query.
    My answered query on the similar kind of issue
    Re: MR 7 ISSUE
    Thanking You,
    Sandesh Sawant

  • HT4628 I have an iPhone 4S WiFi disabled. I can not turn on WiFi it does not allow...

    I have an iPhone 4S WiFi disabled. I can not turn on WiFi it does not allow...
    Please help me.

    Have you tried pressing the round button and the on/off switch at the top at the same time and holding them till an Apple icon appears?  If that doesn';t work, take it back, you are still under warranty.

  • Can we disable the 'Do not send a response' option for invitations?

    Our organization recently migrated to Outlook \Exchange 2010 from Lotus Notes\Domino R7.0.4. Users are getting frustrated with the many limitations, or hopefully our lack of understanding, related to calendaring in Outlook.
    Current Issue:
    Employees can select "Do Not Send a Response" to meeting invitations, but still accept the invitations for their personal calendars. This can be very frustrating to the invitee, who is attempting to orchestrate complex meetings, since they do not
    get updates for invitees who have accepted the meeting using this option.
    It is plausible that all invitees could accept a meeting, but choose not to send a response. The originator of the meeting may than cancel the meeting, thinking, "what's the point, no one accepted it". The originator or an Admin staff should have
    the ability to disable the "Do not Send a Response" option or at least have the option to require a response if desired.
    Additionally, when invitees do send a response, it would be nice to have an option not to see response in the form of an email, but simply as an update to the Calendar 'Attendees' status, to avoid inbox clutter.
    Lotus Notes had these functions at least 10 years ago, so I'm sure we are just overlooking a setting or configuration. Any guidance Microsoft support or readers can provide would be greatly appreciated.

    Hi,
    We can disable that option via GPO.
    Please refer to Disable user interface items and shortcut keys in Office 2010:
    http://technet.microsoft.com/en-us/library/cc179143(v=office.14).aspx
    After adding the Office 2010 GPO templates to the domain, in Group Policy Management go to:
    User Configuration / Polices / Administrative Templates / Microsoft Outlook 2010 / Disable Items in User Interface / Custom
    Add the following Policy ID's: 19987, 19995 and 19991.
    This will disable the three menu items "Do Not Send a Response" below the buttons Accept, Tentative and Decline. When the mouse pointer points to the disabled ("grayed out") menu item a message is shown telling the user that this menu is disabled by the
    administrator.
    If you are not used to the email response, simply create a rule to move all these responses to a single folder and clean them up periodically:
    http://office.microsoft.com/en-in/outlook-help/manage-email-messages-by-using-rules-HA010355682.aspx
    Regards.
    Melon Chen
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to disable items (gray out) in DataGrid control?

    Hi,
    I need to implement a custom component to have a selectable list with a maximum selected items.
    that is, when the selected items reach the max number, all un-selected items will be gray out.
    Now I am able to use DataGrid control to display a selectable "checkbox" (through itemRenderer) at first column, to let user select the item.
    And the list name in second column.
    But I can't find a way to gray out (disable) those un-selected item when max is reached.
    Can anyone give any advise?
    Here is my code snippet:
    SelectableListView.mxml
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" visible="true">
    <mx:DataGrid id="list_datagrid" dataProvider="{this.stringList}" showHeaders="false"
    editable="false" selectable="true" verticalGridLines="false" borderStyle="none" alternatingItemColors="[#F8F8F0, #FFFFFF]"
    left="5" rowCount="16" rowHeight="20" height="83" width="100%" top="0" doubleClickEnabled="true" doubleClick="onDoubleClick(event)" >
      <mx:columns>
        <mx:DataGridColumn id="listCheckBox_col" dataField="selected" editable = "false"
                                        itemRenderer="ListRenderer" width="18" headerText="" resizable="false" draggable="false"/>
        <mx:DataGridColumn id="listName_col" dataField="name" />
      </mx:columns>
    </mx:DataGrid>
    </mx:VBox>
    ListRenderer.mxml
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="60" >
         <mx:Script>
              <![CDATA[
                   private function setInUse() : void
                        _data.selected = listInUse.selected;
              ]]>
         </mx:Script>
      <mx:CheckBox id="listInUse" width="18" height="18" click="setInUse()" selected="{_data.selected}"/>
    </mx:Canvas>

    what is listInUse insdie the itemRenderer? I am not very clear about how you use
    it. However there are 2 ways of doing it. Not sure if data.selected can be used
    to enable/disable the itemrenderer. So I will asume not. Have an extra bindable
    "enabled" property in your dataProvider model. So when you reach the maximum of
    selected items iterate through the collection and set the set the enabled
    accordingly. The renderer's enabled property is bound to the model's enabled so
    it should update accordingly. The other way is to bind the enabled of the
    renderer on the selected. But as I said I am not sure how your code works ...
    HTH,
    C

  • How can I disable Firefox from automatically opening on system startup on my Mac - unchecking the "open at login" does not work?

    We have Firefox 10.o on our Macbook Pro OS X 10.5.8. I prefer using Firefox as my browser but my husband prefers Safari for now because of a long history of bookmarks and saved information he doesn't have time to re-do. He is tired of Firefox automatically opening when we start up the laptop, and even when we uncheck the "open at login" it still opens at login every time. He is about to uninstall it because of this. How can we disable? It does NOT show up in our account on the Mac OS as an application that starts at login, so we can't disable it there.

    For those of you running Windows, I found this on another site. (Unfortunately, not before getting totally disgusted and switching to chrome.)
    1. click start (or the windows flag button at the bottom left) 2. in the "search programs and files" or the RUN dialog box, enter "msconfig.exe" or "msconfig". 3. That should open the system configuration program. 4. click the "Startup" tab at the top of the opened program. 5. Under the "startup item" column, look for Mozilla firefox. 6. uncheck that one. 7. Click OK or apply. 8. click "exit without restart". 9. you're good to go.

  • My Outlook/iCloud calendar invites to others appear to work on my end and sync with my PC and mobile, but when other people "accept" the invite, it will not populate/add in to their calendar. How can i fix this without turning off iCloud?

    My Outlook/iCloud calendar invites to others appear to work on my end and sync with my PC and mobile, but when other people "accept" the invite, it will not populate/add in to their calendar. How can I fix this without turning off iCloud?
    I am at a new office that uses Outlook (not Outlook Exchange) which does not sync with my mobile... I just got iCloud set up on my PC to sync my contacts, calendar, reminders, etc... The sync worked (not without flaws, but the other issues seem solvable... I think), so that i can now see all my appointments on both my phone and on my PC. The problem I am having is that iCloud moved all of my calendar items from Outlook into iCloud calendar and now when I send out meeting/calendar invites the recipients may accept them, but the meeting does not get added to their calendar. This is a huge problem and may mean that i need to turn off iCloud.
    Does anyone know how to fix this?
    Thanks!

    I am replying to my own post here as I seem to have fixed the problem.
    I do have some calendars that are shared. Some of those are shared with users who have time zone support turned on. So i activated time zone support on my iphone, then deleted my icloud subscription. I then signed in to icloud again and voila... problem solved.
    It is a weird one as the other calendar views were always fine and when you opened an event that appeared in the wrong day (on list view), the correct date of the event was shown in the information...
    one more bug in a complicated system I guess

  • The wi-Fi button on my IPhone 4S is greyed out and will not turn on and therefore I am not able to receive wi-fi.  How can I fix this problem?

    The wi-Fi button on my IPhone 4S is greyed out and will not turn on and therefore I am not able to receive wi-fi.  How can I fix this problem?

    Follow the steps in the article below to try and resolve the issue:
    iOS: Wi-Fi settings grayed out or dim
    If after all the steps the issue remains I'd suggest to book an appointment at an Apple Retail Store to have your iPhone evaluated or contact AppleCare for assistance.
    Hope this helps

  • How can I disable the end of call notification or at least turn it down?

    On my Droid Turbo, At the end of a call there is a big loud beep.  (end of call notification)  I need to disable it or turn it down because on headset it is deafening.  I had this exact problem on the HTC One M8 and now with the Droid Turbo.  My wife's Samsung S5 has an option to disable it and I believe the LG G3 has an option to disable it.  IT isn't a problem except on headset or over hands-free in the car.  It is intolerable when I have to turn up the phone to hear a caller.  Please help soon as my 14 days are running out and I will likely have to trade in this phone Droid Turbo in for the LG.  Verizon technical support is no help at all. 

    Thank you for replying Amber, it is a little more than annoying, it is a safety hazard.  Tinnitus is not a fun disease and this problem can be a contributing factor. 
    Yes the end of call notification (loud beep) does occur at the end of every call.  And an end of call notification can be a good thing.  But missing it a way to control it's volume.  No, it is not as loud with the volume tuned down.  It is not a problem unless using bluetooth or headset as the speaker is away from the ear.  But on headset it is very loud, and extremely loud when you have to turn the phone up to hear a caller.  I have a long commute and use a headset a-lot. My work around currently is to rip my headset out of my ear before a call ends to avoid the excruciating pain of having my ear blasted.  Car bluetooth does have the same problem.  Turn the phone up to hear a call then everyone in the car will get blasted.  This is not a problem for those that do not use bluetooth or a headset.  But for those that do, it hurts. 

  • After buying a new Macbook pro and opening an iTunes Match account most of my music is grayed out on my Mac and iPhone. I have not turned on iTunes match on my iPad and all my music is fine.  How do I get my music back????

    After buying a new Macbook pro and opening an iTunes Match account most of my music is grayed out on my Mac and iPhone. I have not turned on iTunes match on my iPad and all my music is fine.  How do I get my music back????

    The most efficacious way to get your music and other personal data onto your new Mac is to restore it from the backup you made of your old computer. Once that is done you can re-enable iTM on the new Mac and your iPhone.

  • I have turned off disk cache. How can I disable startupcache?

    As in above title. Is there a way to disable startupcache and the associated file startupCache.4.little .
    It seems to regenerate itself every time I open Thunderbird. If I can't disable it completely is there a way I can limit it's size to 1MG?
    I am not sure exactly what this is doing for me, but I don't like to see it growing.
    I am on Windows 7 Premium, use Thunderbird only as a pop 3 email client. I do not use any browsing in Thunderbird (beyond looking for add-ons to turn off starupcache). No newsfeeds, etc. From all the searching I have done today I could only find one useful reference in Bugzilla stating it had something to do with retaining fonts, etc.
    What does it do? Can I disable it? Limit it's size?
    My logic (which could be missing something important, I admit) is that if I have nothing in my appdata/local/Thunderbird/Cache, then why would I want a startup cache?
    Regards,
    Axis

    For refund, you can plea your case here:
    http://www.apple.com/emea/support/itunes/contact.html

  • Can we disable the default menu groups/items in Illustrator?

    Hi all..!!
    I was wondering whether we can disable/enable any menu item/group in Illustrator? I am working on Illustrator CS4, 5 on windows. To be more specific, can we disable the kSaveMenuGroup, so that the save options appear disabled..?? I tried using the methods described in AIMenuSuite structure reference. But, this only disabled the pre-defined groups added by the plugins.. Any help would be appreciated..
    Thanks...!!

    You could probably set the document state to not modified. But you'd have to be pretty diligent about it, since every time a change is made you'll need to reset the state. And the user would still be able to Save As...

Maybe you are looking for

  • Error in import of partitioned table

    I have one partitioned table in one schema after taking export when I am trying to import in other database without having the same partition it is giving error ora-00959 tablespace "PART_FY06' does not exists. How to resolve it?

  • [59-429213] LTE Modem keeps swithcing on and off every 30seconds

    I recently bought Lenovo Yoga 2 with Windows 8.1. Everything works great except lte modem. It keeps switching on and off every time I am using the internet connection. When tablet is resting, then modem is working, but when I'm trying to do something

  • Importing clips of all different shapes and sizes

    I'm completely new to final cut pro and in fact not a film person at all but audio so please be patient. What I'm doing is creating a film montage. The clips I'm compiling together happen to be a few different sizes of widescreen and then some full s

  • LMS 3.2 SP1 RME showing no records in syslog report while same report in device center shows

    Hi All, I have LMS 3.2  SP1 running on windows machine, when i am generating 24 hours report(Standard) in RME i do not see any records, while in Device center  in Device Diagnostic center, i can see the same report showing the logs.  i have checked t

  • COPA exit COPA0007 for external data transfer

    Hello all, Have anyone already used COPA0007 Enhancement? Is ther any customizing that is needed in order to SAP stop execution with a break-point in the FM's associated. I'm trying to change data in external data transfer and I can not stop executio