In my organize bookmarks I am frozen into the copy and cannot get out

I cannot organize my bookmarks because when I click on it I am frozen into only the copy selection, How can I correct that.

Problems with bookmarks and history not working properly can be caused by a corrupted places.sqlite database file.
You can check for problems with the places.sqlite database file in the Firefox profile folder.
*http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
*https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file

Similar Messages

  • Just purchased CC Lightroom & Photoshop following a 30 day free trial. All worked well during the trial but now I have subscribed to the plan and downloaded the latest LR version I am unable to zoom into the images and just get a constant 'loading' box an

    Just purchased CC2015 Lightroom & Photoshop following a 30 day free trial. All worked well during the trial but now I have subscribed to the plan and downloaded the latest LR version I am unable to zoom into the images and just get a constant 'loading' box and spinning circle. Also, the whole system is very slow - very frustrating! Any ideas? I am running it on Windows 8.
    Mick

    You keep asking variants on this same question. You've had replies in all your other threads. If you can't find them, go here and click where it says Activity:
    Thomas Cannon Jr.

  • How can I put a stl::vector string into the DB and then get it out?

    Hello,
    As the title, here's a test case with problems,but anyway you can still run it. ( VC6/XP-32/BDB 4.7 )
    I know this may be wrong,and I'd like to know how can I do this.
    Can someone help me please? I would appreciate it very much.
    ************ Copy,Compile and Run ***************
    #include <iostream>
    #include <vector>
    #include "db_cxx.h"
    int main()
         std::string dbName("database.db");
         u_int32_t db_flags=DB_CREATE;
         Db* db=NULL;
         // Prepare key(int)/data(vector<string>) pair.
         int int_key=2;
         std::vector<std::string> rec_data;
         rec_data.push_back("apple");
         rec_data.push_back("Bob");
         rec_data.push_back("Me");
         // Prepare Dbt for receiving.
         std::vector<std::string> rec_readData;
         Dbt readData;
         readData.set_data(&rec_readData);
         readData.set_ulen(sizeof(rec_readData));
         readData.set_flags(DB_DBT_USERMEM);
         try
              // Open database.
              db = new Db(NULL,0);
              db->open(NULL,dbName.c_str(),NULL,DB_BTREE,db_flags,0);
              // Put
              int ret;
              if(ret=db->put(NULL,new Dbt(&int_key,sizeof(int_key)),new Dbt(&rec_data,sizeof(rec_data)),DB_NOOVERWRITE)==0)
                   std::cout<<"put successful!"<<std::endl;
              else { db->err(ret,"Db->put"); }
              // Get
              if(ret=db->get(NULL,new Dbt(&int_key,sizeof(int_key)),&readData,0)==0)
                   std::cout<<"get successful!"<<std::endl;
              else { db->err(ret,"Db->get"); }
         catch(DbException &e)
              std::cerr<<"Error: ";
              std::cerr<<e.what()<<std::endl;
         // Close the database
         try
              if(db!=NULL)
                   db->close(0);
         catch(DbException &e)
              std::cerr<<"Error closing database: ";
              std::cerr<<e.what()<<std::endl;
         // Display the results.
         // Index out of bounds. <-----
         std::cout << rec_readData[0].c_str();
         std::cout << rec_readData[1].c_str();
         std::cout << rec_readData[2].c_str();
         system("pause");
         // Press any key to go wrong. :(
         return 0;
    Regards,
    legendsino

    You need to convert the std::vector<std::string> into a sequence of bytes. For example, if all strings are shorter than 256 characters, you could create a fresh output string, iterator through the vector, and for each element, append the string length to the output string, followed by the string contents.
    Note that ordering in the database will be different from lexicographic order, and you have to keep that in mind when performing range queries.

  • Help! my Zen MIcro has gone into recovery mode and wont get out of

    My Micro suddenly just went into Recovery mode and i have tried all the options and have had no sucess with any of them has anyone else had this problem if so did you get out of it !! i need help cause the bus ride home is no fun with out it

    Ohareehoh,
    If the Zen Micro is clicking at the point you are describing, then it sounds like the Hard Dri've has been damaged and you are physically hearing the clicking of the dri've. I would suggest contacting support for repair options.
    Daniel

  • I have a Dell Inspiron 530S computer and a Dell Photo 926 printer. Using Firefox with the printer, how do I scan a blank form into the computer and fill it out there and then print out the completed form with the printer?

    Basically, the problem arose when I got a package from the Veterans Administration requiring me to fill out some complicated forms. Using my equipment and Firfox, I have been unable to do it.
    == This happened ==
    Not sure how often
    == I applied for Agent Orange evaluation

    That's not really a Firefox support issue.
    Check with Dell support and ask if the scanner software is capable of saving the form as an actual form, instead of as an image as most scanners do.

  • There is no "Organize Bookmarks ..." under the bookmarks pulldown

    I am trying to import FF3.6 bookmarks into FF4, but there is no "organize bookmarks..." in the pulldown. Che pasa?

    For Firefox 4, the "Organize Bookmarks" item has been changed to "'''''Show All Bookmarks'''''" to open the Library window.

  • The "Organize Bookmarks" option has dissapeared from the Bookmarks menu

    The "Organize Bookmarks" option has disappeared from the Bookmarks menu

    That menu item was renamed to '''Show All Bookmarks'''.

  • Inserting a logo into the header and footer

    Hey Team
     I have a workbook with 5 worksheets. On sheet1 I have a button programed to open a new Word document; pull information from fields on 3 other sheets and creates a letter from that data. I have two company logos pasted into sheet5,
    Pic1 and Pic2.
    I want to copy Pic1 and paste it into the header  and copy Pic2 and paste it into the footer of the newly created word document and have them both centered and on all pages.
    As of now I can copy the Pics and paste them into the document body but have had no luck with the header or footer.  Any help is greatly appreciated.   
    Thanks!

    First, when you create a Word doc you should always create it based on a predefined template.  The template has all your corporate styles set etc...VBA code should only be used to insert text.  I almost never use it manipulate anything that can't
    be set in templates.  The templates should already have the logos inserted.
    Set rptDoc = Documents.Add("C:\templates\example.dotx")
    rptDoc.SaveAs fileName:="C:\....................docx", _
    FileFormat:=wdFormatDocumentDefault, AddToRecentFiles:=True
    If you add a picture I recommend adding at it a predefined bookmark in the template.  I do this when adding signatures.  The bookmarks can be in the header.
    Sub SetBkMarkPic(xDoc As Document, xBkName As String, xFile As String)
    ' Set bookmark in document. Add file to bookmark
    If xDoc.Bookmarks.Exists(xBkName) Then
    xDoc.Bookmarks(xBkName).Select
    xDoc.Bookmarks(xBkName).Range.Text = ""
    Selection.InlineShapes.AddPicture fileName:=xFile
    End If
    End Sub

  • My bookmark links have disappeared, although the foler and contents exist

    I have enabled my Bookmarks Toolbar. It is blank, although in my Bookmarks, Menu the bookmarks Toolbar show many links. How do I get them to display again on my toolbar.

    Update on this problem: I noticed, in the bookmarks Library, that the program seemed to have duplicated part of my bookmarks -- there was an extra Bookmarks Menu item, and within it was a duplicate of one folder and part of another, with all remaining folders missing. Whenever I created a new bookmark and tried to direct where it should go while creating it, it was taking me to this incomplete duplicate Bookmarks Menu, rather than to the original one which still has all the folders.
    I hoped that if I deleted the duplicates, it would go back to directing me to the original folder structure the next time I tried to create a bookmark. So, I tried this. But, instead, it now shows no folders at all from which to choose where to direct the new bookmark. I can still create new bookmarks by letting them go into the default place, then going into the Library and moving them to where I actually want them. But this is roundabout and takes extra time. How do I get it to offer all folders again when creating a bookmark, so I can direct it to the correct folder at the time I create it?

  • TS4062 my phone has frozen on a screen to sync and I cannot get out

    Help, cannot use my phone because it's frozen on a screen to sync and I cannot get out.  Cannot even turn it off

    it says "iCloud Backup - Backups happen when this iPhone is plugged in, locked and connected to Wi-Fi".  Was trying to go into settings to turn back on wifi and it wouldn't let me get past this screen

  • HT5706 My Apple TV is frozen on the time and date setting and then it goes to the screen saver I tried changing the batteries on the remote and it still doesn't make a difference someone help

    My Apple TV is frozen on the time and date setting and then it goes to the screen saver I tried changing the batteries on the remote and it still doesn't make a difference someone help...has anyone else had these problems?

    Hi i ran into the same problem Ithoght it was the control, i changed the batteries the the control, and stil did not work, in the same connection (network and everything) i installed a new one and it worked perfectly, i can deduct the unit is nit working properly

  • My external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive. Same thing has happened with Final Cut Express.

    My new LaCie external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive.
    The same thing happened recently between Final Cut Express and my other LaCie external hard drive used as the Scratch disk. It fixed itself.
    I've run out of ideas. Help would be very much appreciated. Thanks.

    have you done some searches on FCPx and time machine? Is there a known issue with using a TM drive with FCPx? dunno but ...wait...I'll take 60 sec for you cause I'm just that kind of guy....   google...." fcpx time machine problem"  Frist page link 
    http://www.premiumbeat.com/blog/fcpx-bug-best-practices-for-using-external-hard- drives-and-final-cut-pro-x/
           You cannot have time machine backups on your hard drive if you intend to use it in FCPX.
    booya!

  • I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    Are you trying to Print to PDF or are you trying to Print a PDF file to a physical printer?

  • TS4083 Is there a way or a setting my folders in Mail to automatically update across all devices? if I transfer an email to a folder for follow-up on my PC, my folder in Mail on my iPhone doesn't update until I actually go into the folder and update manua

    Is there a way (or a setting) for my individual folders in Mail to automatically update across all devices? For example, if I transfer an email to a folder for follow-up on my PC - say 10th of the following month - the same folder in Mail on my iPhone doesn't update until I actually go into the folder and update manually.  Interestingly though, if I create a new folder on any of my devices they automatically appear on the other devices so it is just the actual contents that I am referring to here.  Appreciate any help or guidance.
    Regards
    Justin

    You can turn mail off in the settings but then you can't use it for anything, including the "test" that you want to perform.
    Settings>Mail, Contacts, Calendars>Account Name>Mail>Off. That totally turns off the mail account.
    As long as mail is turned on and you launch the app, it will look for an download new mail.

  • I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem-.thanks

    I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem….thanks

    If you are having the same problem, i.e. a disk permission problem, open your favorite search engine and search on, "change disk permissions", and I think you'll find plenty of information on how to fix the problem. This is a Lightroom forum. Your problem is with your operating system. There is no sense in rewriting instructions that are already available if you do a simple search.

Maybe you are looking for

  • HT4847 How do I access pictures from my iCloud from a previous phone?

    Does anyone know how to access photos from the iCloud?  My iCloud from my previous phone shows up on my new one but my old one was broken and I wasn't able to retrieve any information from it.

  • Read from a .db file and use the values within a program

    each account has 3 values.. (password, balance,id_number) my .db file contains the following. pass201 250 9885 pass202 300 5547 pass203 700 1123 (this is 3 accounts) I need to be able to read from this file and use each attribute within my program...

  • I can't right click wireless mighty mouse

    My wireless mouse works fine on the powerbook but will not right click on my ImacG5 with 10.4.9 Is it likely to be due to incompatibilities. I crashed the finder with control click on a regular basis until I removed stuffit plugins from my contextual

  • Save Paragraph in Table Field

    Hello Experts, I have a issue hope somebody can help me, I need to save a paragragh in a field of a custom table to print it later in a smart form, I need this format: This is to test the other paragraph. This is to test the  other paragraph This is

  • How do i stop emails to me from Apple support community?

    I am being inundated with answers; probably over 2000.