Enable/Disable Problem?

In the last few weeks, I kept experiencing problems while
watching certain movies, specifically at IGN. Half-way though a
problem would pop up, and end up shutting down the movie and my
browser. It said there was a problem with something to do with
Flash 9, and I clicked 'Advanced' and wound up in this
disable/enable screen and I disabled the thing that seemed to be
the problem but it must have been the wrong thing to do.
Now I can't play any movie anywhere. All I need to do is find
the folder or place where I was earlier and enable it but I have no
idea how to get back to that options screen for Flash.

In Internet Explorer, Tools ==> Manage Add-ons

Similar Messages

  • Enable/disable problem with button on table toolbar

    Hello *,
    In my WD (ABAP) application, on a view I have a table, a toolbar within it and buttons on the toolbar. I am trying to control 'enable' property of one button, binding it to an attribute in view's context.
    When I do this trick just for any button on the view which is not on the toolbar, it works just fine. But when the button is placed on table's toolbar - it just stays disabled all the time.
    Normally I bind enable property to an attribute in the <b>root</b> node. When I change attribute value, the 'normal' button responds correctly (getting enabled or disabled), but the <u>table toolbar button</u> <b>does not</b>. I start wondering if table controls (like toolbar and its buttons) has something to do with a node the table is bound to?
    Any comments about special features of toolbar and its buttons being placed in a table?
    Thanks!

    Looks like a bug to me. There is nothing special with toolbar buttons vs. "normal" buttons (at least not in Web Dynpro Java).
    Armin

  • LinkBar enable/disable problem

    I got a LinkBar and a ViewStack connected.
    I got some forms on a viewstack component. When user edit these forms I want the LinkBar to be disabled. When user finish I want to enable it back, but I cannot set LinkBar's button to indicate that it is selected.
    <mx:LinkBar id="myLinkBar" selectedIndex="1" dataProvider="myViewStack"/>
    <mx:ViewStack id="myViewStack" >
    <mx:myComponent/>
    <mx:myComponent2>
    <mx:Button id="myButt" label="Edit" click="editForms()" />
    <mx:Form id="myForm"......
    ....</mx:Form>
    </mx:myComponent2>
    </mx:ViewStack>
    <mx:Script>
    <![CDATA[
    private function editForms():void {
    if (myButt.label=="Edit") {
    myForm.editable=true;
    myLinkBar.enabled=false
    myButt.label="Save"
    } else if (myButt.label=="Save"){
    myFrom.editable=false;
    myLinkBar.enabled=true;
    myButt.label="Edit"
    myLinkBar.selectedIndex=1;  //this component is visible, but I want the button of index 1 to be pressed
    In above example when myLinkBar is enabled (after pressing 'Save' button) it shows current viewStack component (myComponent2), but the LinkBar's button itself is not pressed. When I press the button, which has index=1 I got error:
    TypeError: Error #1034: Type Coercion failed: cannot convert mx.skins.halo::HaloBorder@2677401 to mx.controls.Button.
    at mx.controls::LinkBar/hiliteSelectedNavItem()[C:\autobuild\3.2.0\frameworks\projects\frame work\src\mx\controls\LinkBar.as:525]
    at mx.controls::LinkBar/clickHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\controls\LinkBar.as:598]
    Furhtermore: when I set different selectedIndex (not the one, that is current, i.e. selectedIndex=0) everything works fine - the button of index specified (0) is pressed and no error occurs.

    It works only when I set different index. For example:
    linkBar.selectedIndex = viewStack.selectedIndex + 1     //this turns next linkBar button grey
    But when I set selected index on the current viewstack component nothing happens:
    linkBar.selectedIndex = viewStack.selectedIndex;       //all the buttons are still black

  • Problem in enabling/disabling Custom JDeveloper Extension

    Hi,
    I've been trying to develop an extension for JDeveloper version 11.1.1.3/11.1.1.4 which i should be able to enable/disable from Tools->Preferences->Extensions section. However the problem i'm facing is that, after installing the newly developed extension, if i try to disable it by unchecking it from the Tools>Preferences->Extensions list, it does not show up in the extensions list after JDeveloper restarts. Therefore if i want to enable it again, i'm not able to do that because it is not available in the list.
    Trouble is that even if i reinstall it again (from Help->Check for updates) it does not appear in the list, and it does not work either because JDeveloper is treating the extension as disabled.
    I've kept my extension.xml simple for now:
    <?xml version="1.0" encoding="windows-1252" ?>
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest" id="oracle.ide.sampleextension" version="11.1.1" esdk-version="1.0">
    <name>Sample Extension</name>
    <owner>Oracle</owner>
    <hooks>
    *<feature-hook>*
    *<description>Sample Extension</description>*
    *<optional>true</optional>*
    *</feature-hook>*
    </hooks>
    </extension>
    My bundle.xml is:
    <update-bundle version="1.0" xmlns="http://xmlns.oracle.com/jdeveloper/updatebundle" xmlns:u="http://xmlns.oracle.com/jdeveloper/update">
    <u:update id="oracle.ide.sampleextension">
    <u:name>Sample Extension</u:name>
    <u:version>11.1.1</u:version>
    <u:author>Oracle</u:author>
    <u:author-url>www.oracle.com</u:author-url>
    <u:description>Sample Extension</u:description>
    <u:requirements>
    <u:requires-extension id="oracle.jdeveloper"
    minVersion="11.1.1.3.37.56.60"
    maxVersion="11.1.1.4.99.99.99" />
    </u:requirements>
    </u:update>
    </update-bundle>
    I've done a lot of troubleshooting on this issue but in vain. I could not find any help on google either. Can anyone please help me on this?
    Thanks in advance,
    Suhail.
    Edited by: 865337 on Jun 13, 2011 2:34 PM

    Hi Suhail,
    Can you zip up your project folder and send it to me in email? I'll look it over and try to find the issue.
    email is: john<DOT>brock<AT>oracle<DOT>com
    I'm not quite sure what is is going on, but I suspect that the extension.xml file is to simple. Not even sure what I mean by that just yet. I want to take a look at see what is in the extension.xml file compared to some of the more basic extensions that I have created for demos and blogs, etc.
    Go ahead and send me the source and I'll take a look.
    Is there a reason that you are staying on 11.1.1.3 by the way? We are up to 11.1.1.5 right now in the 11gR1 release. I'm not aware of a bug like this, but it could be something in the older version.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Enabling/disabling buttons problem

    Hello,
    I'm using jdev 10.1.3.3.0 and I want to enable/disable buttons based on the value in a tableSelectOne. I wrote a function isNextButtonEnabled() in my backing bean and I have set the disabled option of the nextButton (=CoreCommandButton) to #{!backing_bean.nextButtonEnabled}. Then I putted the autoSubmit option of the TableSelectOne to true and made a partialTrigger on the nextButton to the TableSelectOne. In the print statements everything is fine, but it is never displayed.
    Does anyone know what to do about this.

    Well,
    the nextButton is in a cellFormat which on itself is in a HtmlRowLayout. I putted partial triggers on the cellformat, the rowLayout and the panelPage to the TableSelectOne, but this doesn't do the trick neither. Strange.

  • HT201317 iphone not my photos are appearing in the photo stream and it's all enabled what problem?

    iphone not my photos are appearing in the photo stream and it's all enabled what problem?

    Welcome to the Apple community.
    Try disabling photo stream on your device (settings > iCloud), restarting your device and then re-enabling photo stream.
    If this doesn't help you may need to reset photo stream. You can do this at icloud.com by clicking on your name in the top right corner and then the advanced settings in the pop-up dialogue box that appears.

  • About:config Javascript Enable/Disable not working correctly

    It used to be that the About:Config Javascript Enable/Disable toggle was an all or nothing swtich. If you turned it off, it was turned off for all of Firefox, including and most importantly active loaded pages with interactive content. It was an absolute need for defense against rouge pages that would do things like trap the close page function and open up many more pages when you closed a page. Other pages would attempt to download code repeatedly and the only way to truly "escape" those pages was to open up a tab with About:Config and toggle the Javascript Enabled option. This is still there, but the behavior has changed in Version 29. It no longer turns off Javascript for all pages loaded or future loaded, only future loaded ones have it turned off. This is a show stopper. Get it back to disabling for all loaded pages or we won't use Firefox anymore.

    The problem of being trapped in an onbeforeclose event handler was tackled directly. You should not encounter that problem any more as of a few versions ago. (And/or you could use my Escape bookmarklet: [http://dev.jeffersonscher.com/bookmarklets.html#escape])
    I'm not familiar with the other issue of sites trying to download code repeatedly.
    To give feature suggestions, you can use this site: https://input.mozilla.org/feedback
    To file a more detailed request for enhancement you can use Bugzilla: https://bugzilla.mozilla.org/

  • Shared Variable Engine Buffering Enable/Disable

    Hello -
    I am running into a problem where I am seeing a read of data that seems to be lagging the writing of the data. The reading and writing functions are utilizing the same shared variable - a control to write to it and an indictor to display it somewhere else. The indicator is lagging by one value, ie. scrolling up the value from 1,2,3,4.. will yeild in a display of 0,1,2,3, lagging by one. I am writing/reading to/from a value in a PLC using an OPC server, binding the variables to the control/indicator.
    I am assuming it is the buffering which is causing this, but I can not seem to find where the buffering is enabled/disabled.
    Has anyone seen this behaviour before? Also, where do you configure the Shared Variable Engine to disable buffering?
    Thank you in advance for your help -
    John
    PS> One other note, Datasocket binding of the control/indicator does not yield any problems.

    John,
    Buffering is configured in the main window of the shared variable (double click on the shared variable in the project).  Also, you will see this behavior if you have the RT FIFO enabled and you're using the variable on a Real Time target. 
    I would also recommend taking a look at this white paper which covers the workings of the shared variable:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/5b4c3cc1b2ad10ba862570f2007569ef
    --Paul Mandeltort
    Automotive and Industrial Communications Product Marketing

  • Synaptics enables / disables itself in a loop

    I have GT70 2OD
    Synaptics 18.1.30.4 08Oct14
    Synaptics TouchPad V7.2
    I recently installed the synaptic drivers and I can see that sometimes enter an enable/disable loop (I can see that is enabling and disabled both by the system tray icon and the led in the disable touchpad button below the spacebar).
    Usually this flickering / loop starts on any of this two conditions:
    1) Directly after at startup
    2) If I press the Disable touchpad button below the spacebar
    3) If I press Fn+F3
    Usually the loop ends when I press the Windows key a couple of times and I manage to go the Start screnn then the flickering stops and I'm able to reenable the touchpad via
    Control panel / Change mouse settings/ Device Settings/ Enable (using the keyboard to get there, since the touchpad is disabled).
    Does anybody know how to fix it or why it's happening?

    I upgraded the firmware to version 1516  (2014-10-15) and that solved the problem, no more enabling / disabling in a loop, no more flickering of the led.

  • Use rich:fileUpload/ to enable/disable my buttons with checking file names

    Hello!
    I need to upload some files with using <rich:fileUpload>,and i did it but i need to check file names for some reasons and enable or disable upload button but my problem is that when i open my modal panel and click add button of <rich:fileUpload> and then add upload button of <rich:fileUpload>(not my upload button but upload button wich <rich:fileupload> has) i check file name but the button is not enable/disable until i close my modal panel and open it agin,so i need to know how to modify my code to make it work?
    <rich:modalPanel  id="uploadFile" autosized="true" resizeable="false">
                    <f:facet name="header">
                     <h:panelGroup>
                         <h:outputText value="uploadFiles"></h:outputText>
                     </h:panelGroup>
                 </f:facet>
                 <h:form>
                      <rich:fileUpload  maxFilesQuantity="#{uploadBean.maxUploadFiles}" allowFlash="true" fileUploadListener="#{uploadBean.uploadListener}" immediateUpload="false"/>
                             <table>
                                <tr>
                                     <td><h:commandButton disabled="#{!uploadBean.xlsNameValid}" rendered="#{!uploadBean.admin}"  action="#{uploadBean.upload}" value="upload" /></td>
                                     <td><h:commandButton action="#{uploadBean.clearFiles}" value="cancel" id="cancel"/></td>
                                </tr>           
                           </table>
                 </h:form>
                 <rich:componentControl for="uploadFile" attachTo="cancel" operation="hide" event="onclick"/>
              </rich:modalPanel>

    No the problem is that file is being checked on server side, but if file is invalid the button Upload(my button ,not standart rich:fileUpload) must be disbaled,and shown,but i have to close this modal panel and open it again to see my button enabled/disabled

  • How to enable /disable a command Button based on a table's selectOne choice

    Hi everyone.
    I am using JDeveloper 10.1.3.3 and wish to enable / disable a commandButton based on the user's selection of the selectOne radio button.
    The idea is that a row of a table may have an associated document so I want to enable or disable the button that downloads it based n the current row selected.
    I have followed the advice on problem with table I defined my selectOne component as follows :
    <af:tableSelectOne text="#{res['tables.selectionFacet.title']}"
        autoSubmit="true"
        attributeChangeListener="#{backing_browseCVs.onSelectionChange}">The function inside the backing bean looks like this
        public void onSelectionChange(AttributeChangeEvent attributeChangeEvent)
            // access the faces context
            FacesContext fc = FacesContext.getCurrentInstance();
            // get value of the expression #{row.hasCVDocument} that indicates
            // if a document has been added
            ValueBinding vb =
                fc.getApplication().createValueBinding("#{row.hasCVDocument}");
            Boolean hasDoc = (Boolean)vb.getValue(fc);
            // enable the doownload button accordingly
            downloadCVDocBtn.setDisabled(!hasDoc);
        }My problem is that the method never fires. I have placed a breakpoint at the first line but it is never reached.
    Any advice will be most welcome.
    Thanassis

    Hi,
    You might need to add 'dataProvider' part in the expression language in your selectionListener:
    #{bindings.CVList.currentRow.[b]dataProvider.hasCVDocument}
    #{bindings.CVList.currentRow} returns an instance of ViewRowImpl which does not have 'getHasCVDocument()' method, but does have:
    Object getCurrentRow()
    method, which returns objects from your CVList list, which do have getHasCVDocument() method...
    Expression language is resolved through reflection, so when you write:
    #{processScope.someClass.someReferencedClass.someAttribute} it is something like:
    Get someClass from processScope map, then:
    someClass.getSomeReferencedClass().getSomeAttribute()
    It's a bit more complex but you get the idea.
    Vladimir

  • Enable/disable buttons

    Hi All
    I have created an application wherein datablock is supposed to display 5 records at a time. In addition to it i have displayed 5 buttons alonside these records. But all the buttons are addresed by single name.
    I want to change the enable/disable property of the button in such a way that only those buttons get disabled where records value match with those given by me in procedure.
    Since all the buttons are having same name i am not able to target button corresponding to specific record.
    I will make the problem more clear:
    This is how my GUI looks
    Record1.element1 Record1.element2 Button1
    Record2.element1 Record2.element2 Button1
    Record3.element1 Record3.element2 Button1
    Record4.element1 Record4.element2 Button1
    Record5.element1 Record5.element2 Button1
    I want to disable button1 only corresponding to the record3.
    Can anyone help me out in this regard?

    Thanks Roel for your reply. I had already designed the way you mentioned(by using 1 button) but this is not the way application should look.
    Also I have to work on this application using designer only, that is the reason i have posted it in Designer forum so that i could get any clue as to how i have to proceed using designer.

  • After upgrading to 3.1 - 3G Enable/Disable option gone!!!!!!

    Hi all!
    Wow - so much trouble for a software upgrade
    I've upgraded my iPhone 3G (legal one - read: not jail broken or anything ) to 3.1 and now the switch which will enable/disable 3G network is gone ( I just don't get it ). I've tried to do a restore to a new phone: no luck, I've tried to downgrade to 3.0 ( iTunes 9 ) ... absolutely no luck whatsoever. This is just great. Now my iPhone will constantly flicker between "E" and "3G", and thereby consuming a lot of battery just switching between networks.
    Anyone else with this issue?

    Hi all!
    I think I have a 'fix' for the issue. As it turns out, my local carrier "3" are somehow experiencing this on several iPhones at the moment starting this morning Sep. 10. So, I guess I'm not the only one. Which is nice.
    So, it's a carrier problem, not a messed up update.

  • Is it possible to enable/disable font antialiasing ONLY in LO?

    I've got a question: Does the option marked in the picture with a red line work for you? I mean: Can you enable/disable LO font AA using this "tick" in Options/Libreoffice/View?
    I'm asking because in my case it changes absolutely nothing and I have no idea whether it's my "fault" or a common problem (bug?) in LO. Can I somehow figure that out? If so, then how can i do it?
    Last edited by Hwiparam (2014-11-07 13:34:34)

    drcouzelis wrote:Even so, I'm sure there's a way to force fontconfig to use special settings for just LibreOffice. (Although I have no idea how that's done.)
    Yesterday evening I did some googling, however with little result (actually no clear answer so far) If this option does not work for you as well, I think there is a problem with LO, not with my settings.
    Maybe some day I will find a way to use fontconfig for that, as you described Or I'll report a bug to the developers. But now I have little time to waste and I've already wasted it too much on this "problem" Thanks.

  • Enabling/disabling mobile broadband on laptop

    Will there be a faster way to enable/disable mobile broadband in future builds?
    As of now, I first have to press the network icon down right, then press "show available connection" before I can enable or disable it.
    I wish I could just press the networking icon in the taskbar, and the "show available connections" slide would show up.

    Filip
    No one knows but IMHO I doubt it.  They have many more problems to address.  Have you used the built in feedback app?  that would get it to those who matter
    Wanikiya and Dyami--Team Zigzag

Maybe you are looking for

  • Exchange Server 2007 OWA users can receive email but can't send

    Hi, I have an Exchange server 2007 in an SBS 2008 environment with POP3 connector configured and working fine , smtp send mail connector configured.  Now users can connect to OWA, receive email but cant not send. smtp connector works fine from Outloo

  • UWL- Manage substitution not working

    Hi All, We are having problems with managing substitution. When we create a sustitution rule, it creates two rules(same). Please let me know if somebody has come across with the same issue earlier. Thanks Vaishali

  • Odd Basic Navigation Issue-CS4/Indesign/Acrobat

    I'm teaching an interactive document unit with my students, and right now we're just doing basic interactive work. Today was their first day adding functionality in the form of Forward/Backward buttons for a document. We created the buttons from basi

  • Tab characters in a string indicator box

    I have a string indicator box and would like to make text on different lines match up. When I try using the tab character or a \t I only get a single space. Is there a trick to making the text line up?

  • Mouse moves automatically to left corner of HP TouchSmart 320 PC using Windows 7

    My mouse jumps to top left corner of my HP TouchSmart 320 PC using Windows 7. In the middle of typing the mouse jumps to the corner of the screen. I have installed new batteries but no change.