Can you disable the spark list component?

i need to disable the spark list in my application when the user clicks on new story... is that possible?

Set the Boolean enabled property to false.
<?xml version="1.0"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx">
    <s:controlBarContent>
        <s:CheckBox id="ch" label="enabled" selected="true" />
    </s:controlBarContent>
    <s:List id="lst" enabled="{ch.selected}" horizontalCenter="0" verticalCenter="0">
        <s:dataProvider>
            <s:ArrayList source="[One,Two,Three,Four,Five,Six,Seven,Eight]" />
        </s:dataProvider>
    </s:List>
</s:Application>
Peter

Similar Messages

  • Can you disable the home button?

    My Ipod will close apps and go to the home screen for no reason.  Can you disable the home button/function to prevent this from happening?

    http://nealbo.hubpages.com/hub/Recalibrate-Unresponsive-iPhone-Home-Button
    Step 1: Open a stock iPhone app. e.g. Apples Stocks, Weather, SMS, Email etc.
    Step 2: Press and hold the power button until the swipe to power off screen appears.
    Step 3: Let go of the iPhone's power button
    Step 4: Press and hold the iPhone's home button. Do not let go until the power off screen disappears.
    And that's it, your home button is recalibrated and should hopefully now be more responsive.
    This seemed to make it better, but not fixed.

  • Can you disable the ellipsis bubble when responding to a text?

    Can you disable the ellipsis bubble when responding to a text or iMessage?

    Rats. But thank you for answering my question.

  • Can you Disable the emergency call (911) or change the number.

    Can you Disable the emergency call (911) or change the number. When my phone is locked I keep calling it when the phone is in my pocket.
    Even if I could change the number that would help but I think 911 is starting to hate me.
    Im running  XP pro
    Palm Desktop Version 4.1.4
    Treo 680 (Rogers)
    Post relates to: Treo 680 (Rogers)

    Hi Evtek,
    I'm afraid that there does not appear to be any way to disable the autocomplete of the LabVIEW combo box.  If this is a real problem the best suggestion I could give you would be to try the .net combo box.  This does allow you to disable the autocomplete mode although obivously the programming would be slightly more complex than the built in combo box.
    Otherwise you could use the update value on every key and use a different event to trigger the movement or if it isnt the enter key that is pressed do nothing in the event case.
    Regards,
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • How can you disable the fm radio app on the 7th gen nano?

    How can you disable the FM radio app on a 7th gen NANO?

    Why would you want to? Unless the app is open, you won't be using the functionaloty or using extra power etc.

  • Can you disable the camera from the lock screen? iOS8.0.2

    I have a brand new iPhone 6, updated to iOS 8.0.2 and my friends like to steal my phone and take HUNDREDS of photos and that takes up a lot of space. And my question is: can you disable the camera option on the lock screen only. I know you can do it with restrictions but I don't want to loose full camera options. Just from the lock screen. Thanks!

    I agree with the don't let them steal your phone part. But these friends aren't the friends that they sound like. Plus, this wasn't very helpful. But thank you for the "response"

  • Can you disable the battery or not allow it to charge even if it is pluged in?

    Can you disable the battery or charging function even if the laptop is pluged in to a power outlet? Is there any internal switch?

    Your battery will remain healthy - and discharge a bit - even when you're plugged into mains. If you're going to run primarily of mains, you should disconnect your MBP about every two weeks and allow it to drain down to about 30-40% and then allow it to recharge - this will keep the ions in the battery 'moving'.
    Most of the time you just needn't worry about the battery - just use it thoughtfully.
    Clinton

  • How do you disable the automatic list detection in Pages 5?

    How can you disable or deselect the automatic list detection in Pages 5?  I want to stop the auto numbering.

    Menu > Pages > Preferences > General > Editing: uncheck Automatically detect lists
    Peter

  • Can you disable the DSL modem on 837 Router

    Hello is there any way to turn off / disable the DSL modem on the 837 router?   I have shutdown the ATM0 interface but the modem is still trying to train up.  I'm trying to disable it as I am now using an external modem with PPPOE.

    Hi Jeff,
    Hmm, there does not seem to be any command that would deactivate the modem. I do not have such a router handy though - can you enter the global config mode and try writing the controller ? command including the question mark? Is it recognized? If yes, does it allow you to refer to either the ATM or a DSL interface? If yes, try entering the mode provided by the controller command, and use shutdown to deactivate it. As I said, though - I am not sure if this command is supported on your platform. Perhaps try entering the service internal command as the very first command before trying playing with the controller - this hidden command in the global config unlocks some of other hidden features.
    In any case, do you have any problems with the modem still running? I understand it is kind of irritating to know that the modem continuously stays up and tries to bring up the link. Then again, it shouldn't do any harm...
    Best regards,
    Peter

  • Can you disable the autoseek that occurs on key down in list based components?

    I have a datagrid and hitting a key causes an autoseek to happen which takes me to a different row in the grid/list.  I have tryed adding an event listener and using prevent default but apperently the event is happening elsewhere.  The basic setup is a grid in a item renderer for another datagrid.  I have tried capturing the event for both and while I can use the event I can't seem to disable the autseek that occurs.  Any help would be great.
    Thanks,
    -Jonathan

    Set the Boolean enabled property to false.
    <?xml version="1.0"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx">
        <s:controlBarContent>
            <s:CheckBox id="ch" label="enabled" selected="true" />
        </s:controlBarContent>
        <s:List id="lst" enabled="{ch.selected}" horizontalCenter="0" verticalCenter="0">
            <s:dataProvider>
                <s:ArrayList source="[One,Two,Three,Four,Five,Six,Seven,Eight]" />
            </s:dataProvider>
        </s:List>
    </s:Application>
    Peter

  • How can we disable the a ias-component from backend

    Hi,
    can any one tell how to disable the ias-component from backend? I don't want some components to start during the start of OPMN processes. My OEM page is not accessible to disable the start of the components.
    Thanks and Regards,
    Vijay.

    The preferred way of disabling things is using ASC (application server control/enterprise manager).
    ASC makes a modification to $ORACLE_HOME/opmn/conf/opmn.xml.
    Every component has a tag named "status" which can be set to "disabled":
    <ias-component id="DSA" status="enabled" id-matching="true">
    If you use this method, do not forget to sync your modification with the dcm repository using:
    $ORACLE_HOME/dcm/bin/dcmctl updateconfig

  • Can you disable the color picker in code view?

    One of the  things that slows me down in Dreamweaver is the color picker in code view. it pops up when I'm trying to type a quick colour - like #fff, and causes a pause in my system for 5 seconds (effectively locking up my system) while it thinks about selecting a color. is there a way I can just stop the color picker from popping up at all? I never use it to pick colors.

    There is no way to disable the colour picker in Code view. However, you can successfully prevent it from popping up by changing the delay in Preferences:
    Setting the delay affects all code hints, but they pop up as soon as you start typing. However, I found that a delay of about 1 second was sufficient to suppress the colour picker.

  • Can you disable the screen shot feature?

    I need to be able to disable the screen shot feature.  Anyone know how to do this?

    I can't tell you how to use it, but I do know that the iPhone Conficuration Utility can be used for this purpose.
    http://support.apple.com/kb/DL1465
    Matt

  • Can you disable the print preview window from firefox and how?

    I would like to disable the print preview window and be able to click print once. I don't have the firefox symbol on the top left of the window. Can someone please give me the steps to change the settings?

    You can look at this extension:
    *Universal Print: https://addons.mozilla.org/firefox/addon/universal-print/

  • Can you disable the Bounce Mail confirmation?

    I like the Bounce Mail function (although I wonder how effective it will be) but I hate having to confirm the command when I use it. Does anyone know if that can be disabled?

    don't think you can.
    hope this helps

Maybe you are looking for