Changes made in Options have no effect

Windows 7 , Firefox4.0 Under tools, in the options menu, I change the folder but the change does not take, files keep going to the old folder even though the correct new folder is listed. When I discovered this, I then changed it to "ask every time", files continue to go to the old folder without me being asked where to send them. Any body know how to fix this???

Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
* Don't make any changes on the Safe mode start window.
* https://support.mozilla.com/kb/Safe+Mode
If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
* Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
* Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
* Help > Restart with Add-ons Disabled
* Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
* https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Similar Messages

  • Why does the text size option have no effect?

    Hi, text is really small. When going through display option settings and enlarging the text using the A button it has no effect on actual pages. The text is still tiny. I have tried downloading 'no small text' but get the message that it's incompatible. Is there a solution? Thanks.
    I have version 29.

    It's unclear but that desktop font sizing change only affects "certain desktop optimized websites". It's really misleading.
    There is no way to adjust font sizing on mobile optimized websites which I assume you're trying to adjust.

  • Changes done in options are not effected - not able to change home page

    When I do changes in the tools-options menu the same is not effected in the next re-start of firefox. For example if I change my home page to a new web page, the same is not opening in the next restart of firefox. Not only this any change done in the options menu is not effected

    See:
    * http://kb.mozillazine.org/Preferences_not_saved
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols

  • How to replace/create the changes made in plsql function that is in package

    My problem here is that,
    There is a sql file , contains package,In that package there are more functions .I had made changes in one function body.I want it to be created with changes made in that package without effecting remaining functions.
    Here is my file
    CREATE OR REPLACE PACKAGE i2_pack_match IS
    -- Function to check whether date conditions are met or not
    FUNCTION fn_check_date(pd_sn_earliest_start_dt IN i2_sn_details.earliest_start_date%TYPE,
    pd_sn_latest_end_dt IN i2_sn_details.latest_end_date%TYPE,
    pn_sn_min_duration IN i2_sn_details.minimum_duration_weeks%TYPE,
    pd_tn_earliest_start_dt IN i2_tn_details.earliest_start_date%TYPE,
    pd_tn_latest_end_dt IN i2_tn_details.latest_end_date%TYPE,
    pn_tn_min_duration IN i2_tn_details.minimum_duration_weeks%TYPE,
    pn_date_margin IN NUMBER)
    RETURN BOOLEAN;
    FUNCTION fn_check_degree(ps_sn_degree IN i2_sn_details.degree%TYPE,
    ps_tn_degree IN i2_tn_details.degree%TYPE)
    RETURN BOOLEAN;/
    show errors
    PROMPT Creating Package Body PACK_MATCH ...
    CREATE OR REPLACE PACKAGE BODY i2_pack_match IS
    FUNCTION fn_check_date(pd_sn_earliest_start_dt IN i2_sn_details.earliest_start_date%TYPE,
    pd_sn_latest_end_dt IN i2_sn_details.latest_end_date%TYPE,
    pn_sn_min_duration IN i2_sn_details.minimum_duration_weeks%TYPE,
    pd_tn_earliest_start_dt IN i2_tn_details.earliest_start_date%TYPE,
    pd_tn_latest_end_dt IN i2_tn_details.latest_end_date%TYPE,
    pn_tn_min_duration IN i2_tn_details.minimum_duration_weeks%TYPE,
    pn_date_margin IN NUMBER)
    RETURN BOOLEAN IS
    lb_ok BOOLEAN := TRUE;
    ld_sn_latest_start_date DATE;
    ld_tn_latest_start_date DATE;
    BEGIN
    ld_sn_latest_start_date := pd_sn_latest_end_dt - (pn_sn_min_duration * 7) +
    pn_date_margin;
    ld_tn_latest_start_date := pd_tn_latest_end_dt - (pn_tn_min_duration * 7) +
    pn_date_margin;
    IF (pd_tn_earliest_start_dt > ld_sn_latest_start_date) OR
    (ld_tn_latest_start_date < pd_sn_earliest_start_dt) THEN
    --dbms_output.put_line('Date condition failed');
    lb_ok := FALSE;
    END IF;
    RETURN lb_ok;
    END;
    FUNCTION fn_check_degree(ps_sn_degree IN i2_sn_details.degree%TYPE,
    ps_tn_degree IN i2_tn_details.degree%TYPE)
    RETURN BOOLEAN IS
    lb_ok BOOLEAN := TRUE;
    BEGIN
    Vijaya-341-----Get the ALL count data equal to sum of Undergraduate,Bachelor and Masters count----------------------
    IF ps_tn_degree != -1 THEN
    IF ps_sn_degree = 75 THEN
    IF ps_tn_degree > 0 AND ps_sn_degree > 0 AND ps_tn_degree = ps_sn_degree THEN
    --dbms_output.put_line('Degree condition failed');
    lb_ok := TRUE;
    END IF;
    ELSIF ps_sn_degree = 50 THEN
    IF ps_tn_degree > 0 AND ps_sn_degree > 0 AND ps_tn_degree = ps_sn_degree THEN
    lb_ok := TRUE;
    END IF;
    ELSIF ps_sn_degree = 25 THEN
    IF ps_tn_degree > 0 AND ps_sn_degree > 0 AND ps_tn_degree = ps_sn_degree THEN
    lb_ok := TRUE;
    END IF;
    END IF;
    ELSIF (ps_tn_degree = -1) AND (ps_sn_degree = 50 OR ps_sn_degree = 25 OR ps_sn_degree = 75) THEN
    lb_ok := TRUE;
    END IF;
    Vijaya-341---------------------------------------END-------------------------
    RETURN lb_ok;
    END;
    END;
    show errors
    i made changes in function fn_check_degree.
    How can i create in oracle ?Plz any one help me.

    You need to get that revised code into the database - what you are doing with the 'alter package' command is simply recompiling what is already in the database (not your new code).
    In SQL*Plus:
    sql>@c:\myfile.sqlwhere c:\myfile.sql is the name of the file.
    Running this script will then replace the code stored in the database with the new code from your file.

  • How come the "do not dispose" option in photoshop doesn't have any effect on my stopmotion animations when I import them in After Effects?

    Hi,
    i'm trying to create an animation in photoshop. It's a sort of spiral shape that appears bit by bit.
    I'm drawing different frames, but each frame is build onto the previous frame. So i don't have to redraw to part that came before the new part:
    So first i drew all the different frames (yes they have transparent backgrounds). Then I selected all layers and went to window > animation.Here I made frames from all the layers and converted it to a frame animation. here I selected all frames and selected " do not dispose" because I want all the previous frames to stay visible when a new frame appears.
    Then  I did export >render video
    file options:
    image sequence: photoshop
    range: all frames
    render opt: straight
    frame rate: 20fps
    Now I get all the different layers as PSD files. After this I imported the files in after effects:
    file>import >multiple files 
    import as: footage, photoshop sequence, merged layers
    this gives me a single animated file with all the frames behind each other. But the "do not dispose" option has no effect here. I just shows all the different frames, but it disposes all previous frames. Instead of this as a final frame:
    I get this:
    Can someone help me with this? I'm kinda new to animation.

    An image sequence is an image sequence is an image sequence. AE does not care for specifics of PS' internal animation system and that is that. I'm also not clear why you choose to import as multiple files. A simple image sequence surely would do the trick?!
    Mylenium

  • Illustrator's font is different for some reason and hard to read, I need to change it so i can read all the tabs and file names. Like file, edit, options, type, select, effects..... swatches, layers.. every tab is in a different font that is hard to read

    Illustrator's tabs are all in a different font that I can read.
    I need to know how to change it so I can get back to a steady workflow.
    For example..
    File, edit, options, type, select,  effects, view, windows, help..... pathfinder, layers, swatches, stroke, and the file name (all the tabs)
    are all in a different font, I don't know how it got changed but now it is different.
    This is a shared computer so someone might have changes it on accident but I'm not sure.

    Many of your points are totally legitimate.
    This one, however, is not:
    …To put it another way, the design of the site seems to be geared much more towards its regular users than those the site is supposedly trying to "help"…
    The design and management of the forums for more than five years have driven literally dozens of the most valuable contributors and "regulars" away from the forums—permanently.
    The only conclusion a prudent, reasonable person can draw from this state of affairs is that Adobe consciously and deliberately want to kill these forums by attrition—without a the PR hit they would otherwise take if they suddenly just shut them down.

  • HT5622 I made an in app purchase and the payment did not go through due to lack of funds. Now I am trying to change the payment option (credit card) but it is not accepting it.  Please help! thanks in advance.

    I made an in app purchase and the payment did not go through due to lack of funds. Now I am trying to change the payment option (credit card) but it is not accepting it. 
    Please help! thanks in advance.

    I am desperate right now. I'm not sure if I got myself into some real trouble since I got the in-app and it works fine, but the purchase did not show up. It usually asks ms if I want to pay 2.99 and I would press "yes," but this time it did not ask and I feel like I got this app without paying for it. please any advice!?

  • I need to work on documents in both my iMac and air book. But I have to download document and them upload it, and when I upload it I can't open it unless I open it on my phone first. Yet changes made on phone appear straight away. Does this make sense????

    I need to work on documents in both my iMac and air book. But I have to download document and them upload it, and when I upload it I can't open it unless I open it on my phone first. Yet changes made on phone appear straight away. Does this make sense????

    On your Macs open System Preferences > iCloud
    Deselect the box next to Documents & Data, then reselect that box then restart your Macs.
    On the iPhone tap Settings > iCloud. Switch Documents & Data off then back on then reset the iPhone.
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.
    See if you can open the files now without opening on the iPhone first.

  • In Macromedia Flash8 we had an option insert timeline effects rotate. Do we have any option to rotate an object in Adobe Flash cs5 and above

    in Macromedia Flash8 we had an option insert>timeline effects>rotate. Do we have any option to rotate an object in Adobe Flash cs5 and above.

    You can also use the following:
    1 Select the object to rotate > Right Click > Create Motion Tween.
    2 Click on the last frame of the Motion tween and choose the desired Rotation settings from Properties panel.

  • I have word, iTunes, and other application that starts automatically when I start my laptop and how can i change start up options?

    I have word, iTunes, and other application that starts automatically when I start my laptop and how can i change start up options?

    Go to System Preferences / Accounts - Login Items.
    In order to make changes, click the lock icon bottom left corner of the pane. You may be prompted for your admin password.
    Select the apps you don't want to launch on startup then click - (minus).

  • The sliders in Lightroom worked fine for several months with my Sony NEX3N but now they have no effect. I can only edit photos by changing the histogram directly.

    The sliders in Lightroom worked fine for several months with my Sony NEX3N but now they have no effect. I can only edit photos by changing the histogram directly.

    The sliders in Lightroom worked fine for several months with my Sony NEX3N but now they have no effect. I can only edit photos by changing the histogram directly.

  • I bought 3 films and none of them had subtitles or alternative languages: why? I paid full price (like a dvd) without the same options. Why should I pay the same price? What I want is to change languages or to have subtitles (Kung Fu Panda2 and Rise..apes

    I bought 3 films and none of them had subtitles or alternative languages: why? I paid full price (like a dvd) without the same options. Why should I pay the same price? What I want is to change languages or to have subtitles (Kung Fu Panda2 and Rise of the Planet of the Apes and SpongeBob).
    Pease tell me.
    Best Regards

    You can't change languages in any of the movies offered in the store. Some movies have subtitles but it is in the same language as the movie.
    Depending on what country you are in, you may get movies in that countries native language.

  • Cannot print . There have been no changes made

    Canon wireless printer MG3110, Ipad3.
    There have been no changes made.
    I restarted both ipad and printer.
    When I want to print
    I get a box that says, 'no printer found'.
    Thanks

    I have seen this happen, and if I power off and power on the wireless router, the printer works again.

  • Why is it that every time I run a Flash update I find my update options have changed?

    Why is it that every time I run a Flash update I find my update options have changed?
    It is getting irritating to keep having to click that I do not want to automatically run updates.  I am tempted to just turn off updates completely.
    Would it not be too difficult to keep the settings previously used?
    I always like to be advised of updates so I can then select to run them.

    Moved to Installing Flash Player

  • HT201303 I have been trying to change my payment option / Account details but no luck

    I have been trying to change my payment option / Account details but no luck

    Two approaches, you can go to http://appleid.apple.com and then use Manage Account to make changes, or you can follow the process per the knowledge base article:Change or remove your payment information from your iTunes Store account (Apple ID)

Maybe you are looking for

  • I can not get my imovie clips transferred to my external hard drive. I did it before but I don't remember how I did it. I tried dragging it and I tried moving it under the share tab too. Help!

    I have a Mac 10.8.2 and iMovie 08. I have uploaded movie's from my video camera onto iMovie, and now I cannot move them to my external hard drive. I was able to do this before, but I don't remember how I did it. I tried to drag it and I tried moving

  • Reg:Refreshing the Screen

    Hi Friends, In my Application i have five Screens. Each screen has different functionality. My requirement is such that after i Execute the function module my Screen should be refreshed with the updated values. Is this possible in Web-Dynpro(Java) Sc

  • Oracle BAM Alerts ,Clock error

    Hi I've created alerts in oracle BAM for a report on an hourly basis. When I try changing the time range a browser error pops up with the following error text. "Unable to set value of the property 'innerText': object is null or undefined" and a url d

  • How to ignore browser 's local setting ?

    I use ADF to implement JSP Application ? I am in Thailand . Thai year = english year + 543 . ADF display date according to locale that is set in browser . I want to ignore locale setting in browser and always use Locale.ENGLISH What should I do ? and

  • Where is acl_employees.zip?

    I am wondering if anybody knows why the link provided under the How to Build an Access Control Page Download Spreadsheet Data Download the following *.csv file to your local system: In your Web browser go to: http://www.oracle.com/technology/products