Missing Bookmark Function.

I have just up-dated my system to the most recent version of Linux from 11.04 and find that the drop-down list which used to appear when I left-clicked on a book-mark no longer shows. That is the list which gives the options "Open in a new tab/window" etc., now the site selected opens in the existing window, just like when it is right-clicked.
Any ideas? Regards, John

Always been right-click and if I hold the left button down, depending on how long it it either opens the link or selects it. Selecting if really excessive -- no idea if that is expected/documented behavior. (I;m on Win7)

Similar Messages

  • Sqldev 4 EA2: Bookmark functionality

    The bookmark functionality from earlier versions seems to have disappeared.
    Am I right ?

    It WAS missing. Bookmarks are back for the next EA.
    Open procedure. Click on line. CTRL-SHIFT-5 sets 'Bookmark 5.' Go down a few lines, hit CTRL-5. Takes you back to bookmark 5.

  • Issue with Bookmark functionality (using java script) in WAD.

    Hi,
    I am working on a WAD report and instead of using the default bookmark functionality within WAD, i use a java code to get the bookmark url in a new window.
    But the problem is the java code is not working consistently at all times.
    Issue1: If i click on the bookmark button on the report for the first time, it will open up a new window with the bookmark link. But if i close that new bookmark url window and again click on the bookmark button, a new window is opened which displays the template corresponding to the bookmarkk generated earlier (the report in its executed form), instaed of the bookmark url.
    Can anyone help me to correct this issue. At any time i click the bookmark button i want to get the bookmark url opened in the new window, instead of the template.
    Issue2: The bookmark is not at all working at particular times. It will show error message at the bottom the page. What I am  thinking is, this is because of the misalignment of the java code when you sava the WAD report. The java code is so sensitive that it gets realigned each time you save the WAD report. But sometimes even without making any changes also it is not working.
    If anyone has any suggestion or inputs for solving these issues pleese help ASAP. The java code i used is given below.
    function createBookmark()
    var bwUrl="<SAP_BW_URL CMD='BOOKMARK'>";
    child1=window.open(bwUrl,'win1','width=1,height=1,alwaysLowered=0');
    window.focus();
    //Ensure that BW completed generation of the bookmark url.
    now = new Date();
    startTime = now.getTime();
    delayTime = 3000;
    //Set timeout to 3 seconds
    waitTime = startTime;
    //check if the bookmark url is ready and timeout after the specified time (delayTime).
    while (waitTime<(startTime+delayTime))
    now = new Date();
    waitTime = now.getTime();
    //BW identifies a bookmark using BOOKMARK_ID. The presence of this string
    //in the url is used to identify creation of the bookmark. If bookmark
    //is created on the server, proceed to the next step.
    if (child1.location.href.indexOf("BOOKMARK_ID") >0) 
    break;
    bookmark_url = escape(child1.location.href);
    bookmark_url = bookmark_url.replace(/%3A/g, ":");
    bookmark_url = bookmark_url.replace(/%3F/g, "?");
    bookmark_url = bookmark_url.replace(/%26/g, "&");
    bookmark_url = bookmark_url.replace(/%3D/g, "=");
    var base_url = window.location+"";
    var base_index = base_url.indexOf("?");
    base_index = base_index + 1;
    var book_link = base_url.substring(0,base_index);
    if (book_link.indexOf("sapdbi")!=-1)
    book_link = "http://dep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sapqbia1")!=-1)
    book_link = "http://qep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sapqbia2")!=-1)
    book_link = "http://qep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sappbia1")!=-1)
    book_link = "https://portal.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sappbia2")!=-1)
    book_link = "https://portal.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sapqbi")!=-1)
    book_link = "http://qep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sappbi")!=-1)
    book_link = "https://portal.xxx.com/sso/index.jsp?target=BW&";
    var book_index = bookmark_url.indexOf("?");
    book_index =   book_index +   1; 
    var book_length = bookmark_url.length;
    var temp_link= bookmark_url.substring(book_index,book_length);
    portal_bwUrl = book_link+temp_link;
    child1.close();
    // The below two lines are not necessary, it is left for reference.
    // https://portal.xxx.com/sso/index.jsp?target=BW&SAP-               //LANGUAGE=EN&language=EN&cmd=LDOC&TEMPLATE_ID=IPUWT_FRAME
    bookmark_window=window.open("",'_blank','width=1000px,height=30px,status=0');
    bookmark_window.moveTo(50,500);
    var body_tag = '<body leftmargin=3 topmargin=3 bgcolor=#cad4e3 class=&amp;SAPBEXTbsBdyEdg&amp;>';
    var body_text ='<p><font face=Arial size=2>
    This bookmark can be copied and pasted to Internet Explorer-Favourites, mail or other documents:
    </p>';
    bookmark_window.document.write('<title name="SAP_BW_TITLE_!IID_171">Bookmark</title>',body_text, body_tag, portal_bwUrl, '</body>');
    Thanks in Advance.

    Hi Danny
    Thanks for the update
    Hi Danny
      Thanks for the update.
      I can't find any code in the attachment.Its a Web Page.
      Rightclick on webpage and View Source
      Then i can find Code.
      Still it is not working
    Issues: Which object i have to replace with the URL in the code
    Value = 'Weekly'
    or
    fun(WEEKLY REPORT)
    and
    when i paste that code in the XHTML tab of template and tried to save it,The scripted is changed
    Please update how to proceed
    Thanks

  • After upgrade from 3.6.28 to 12.0 I lost bookmark functionality

    OS is Windows XP 64-bit SP2. Upgrade from version 3.6.28 to version 12.0 doesn't work properly because I lost bookmark functionality. Bookmark menu is there, but no bookmark entries.
    - I tried to add a bookmark (visit a page, then 'bookmark this page'), but that doesn't work: no error message, but nothing is bookmarked
    - I tried to restore bookmarks from previous Firefox (yes i previously made backup), but that doesn't work either. I tried that in 2 ways:
    1) Show all bookmarks -> Import and Backup -> Restore -> Choose file -> bookmarks-2012-05-06.json;
    I get error message 'Unable to process the backup file'.
    2) Import and Backup -> Import bookmarks from HTML -> bookmarks.html;
    I get no error message, but nothing is imported.
    - I tried to rename places.sqlite to places.sqlite.old and start Firefox. Didn't help.
    - I tried to uninstall Firefox and make clean installation (didn't keep old settings), but that didn't help either. Bookmarks don't work.
    - In the past year I tried to upgrade Firefox 3.6.xx to previous versions (i think they were 4.x, 9.x, 10.x), but I ran into the same problem, so I reverted to 3.6.xx. Problem this time is that 3.6 is no longer supported, so upgrade is not optional.
    Thanks in advance for your help.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *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
    You can also try to repair the places database with this extension:
    *https://addons.mozilla.org/firefox/addon/places-maintenance/

  • SQLDeveloper-64bits Missing Migration-Functionality

    Hi all, after years of absence from Oracle, I am back
    I've installed Oracle11gR2 64bits (11.2.0) , jdk1.7.0_40 64bits and SQLDeveloper 64 bits on WIndows7, all seemingly successful. Then, I tested the installation by creating a test schema and some views.
    Following that I tried to migrate the MS SQLServer database Northwind to Oracle, using these instructions:
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm#t2
    At the point where the instructions say to "Capture the Microsoft SQL Server Exported Files", I noticed SQLDeveloper missing the functions for Migrations.
    Since my return to Oracle is mainly to study the 64bit version of 11gR2  and to migrate SQL Server databases to Oracle, it would be most helpful to know how to use the missing migration
    function, else it is a show-stopper.
    Where can I get the add-in for the Migration function in SQLDeveloper?
    Some help please?

    Some doc links:
    3.2.2 help doc:  SQL Developer: Migrating Third-Party Databases
    3rd party migrations: Database Migration Technology&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;Database Migration Technology&q…
    Of course, searching the forums can be useful if you have questions after reading through the help documentation:
    Forum dedicated to migration: Database and Application Migrations
    Message was edited by: GaryGraham

  • Help needed for creating a bookmark function

    Hi there,
    I am creating an application which in a kind of way gives the user the possibilty to make the same things as he reads an ebook written in html as if he would read a normal book. He highlights some lines, he makes some bookmarks and he can take some notes. All the changes he makes are saved in a database
    I finished the highlighting function and now want to make the bookmark function. What I imagined is sth like the acrobat reader's bookmark manager so I will put it on the left side of a splitpane. The user will be able to add or delete a bookmark in the html ebook with a name of the bookmark and the link and these bookmarks will be saved in the database.
    Do you have any suggestions how I can solve this? Which api should I read/use, do you know some examples? How I can make bookbarks in some parts of the pages and not only the whole pages. I mean the the page will load after the press of the bookmark to go to a certain place in that page and not in the begging. In general some ideas how I have to work?
    Thanks

    It's a swing. I can send you the application if you want but it's 10 classes to post it here.

  • Bookmark Functionality

    I have an idea for Adobe Reader that I got while reading a document with MicroSoft Reader. I know that I am able to select a word within the document and insert a bookmark on the page where the word was selected so that I am able to go back to that part of the document and start reading again.
    The idea that I got was to include this function in a future version of the Adobe Reader program. Let me include two examples below.
    You have purchased an ebook (any particular subject) and you open the document with Adobe Reader and begin reading it. You look at the bottom of the window in the status bar and see that the document is 450 pgs. You read about 100 pages and get too tired to read any more. What do you do? With the versions that are out now you have to close the document, exit the software and come back later to try and findthe spot that you stopped reading at so you that you can continue reading from there.
    You have purchased an .lit file (any particular subject) and you open the book with Microsoft Reader and begin reading it. You can look at the bottom of the page and see how many pages there are in this book (450). You can only read 100 of the pages as you get too tired to read any further. You select a word, bookmark it, close MicroSoft Reader, and go to bed. You come back later, open MicroSoft Reader, open the book, go to the bookmarked page and start reading where you left off.
    I know that some pdf files are more than 100 pages long, but I don't have experience with an ebook. Some of those could be several hundred pages long and the first example could happen. If Adobe Reader had a bookmarking function, it would be as easy as using Microsoft Reader, so that you could return easily to the page that you stopped on and start reading again.
    If anyone else thinks that this is a good idea, go on and add your opinion to this page and maybe it will be added at some point in the future.

    I found some of the comments to your original post quite interesting.  I recently downloaded Adobe Reader X mainly for reading educational PDFs in an online investing class I'm taking.  Many of the PDF's are in excess of 200 pages.   Oftentimes, if not all the time, I can't read the entire document in one sitting, and I often come across areas I need to "bookmark," especially since there are quizzes along the way.
    Like some of the posts here, I find "bookmarking" essential for "readers," especially those who read voluminous documents (I would hope most do, if only occasionally).  While Adobe Reader is only for "reading," I would think the act of "reading" includes making notes along the way, and "sticking" a bookmark on a page as a reminder to go back for a concept or to re-read something that may not be as clear as it could be during the first reading.  That said, just being able to return to the last page read, when the document is re-opened, falls well short of what I would think is a "reader" requirement.
    Granted, this fine application is "free," and I do appreciate it, and I cope with the time-consuming effort of finding areas I wish to re-read.  I have a paid-for PDF reader as well, but I have to pay separately to have it installed on every computer I use to take my classes, so, financially, I'm relegated to Adobe Reader X, whereas cost, or lack thereof, is the compelling factor.
    Be that as it may, while I know I haven't used "every" PDF reader available, the few that I have used do have bookmarking functionality, save Adobe Reader.  Furthermore, while I'm far from being a Programmer of software applications, I would think there were other additions incorporated in Adobe Reader that were more complex than bookmarking, I suppose.
    So, while Adobe Reader is only a "reading" application, it's difficult for me to understand a complelling reason as to why that functionality hasn't been incorporated in the application several versions beforehand for those who take the act of reading to its limits.
    With all due respect to all, I'm just saying ...
    AyeSail

  • Bookmark function not working at all; lost all bookmarks and can't recover

    I have lost all bookmark function, all bookmarks, and have tried all of the suggested tips for recovering them. I found the "profile" file within Help->Troubleshooting Info.->Application Basics-> but there's no information about what to do with it once you find it. It's an application apparently. I have quit everything running, restarted, etc. Nothing is working. Please help.

    hadimassa wrote:
    Check data transfer settings as described on page 33 of the English manual.
    http://europe.nokia.com/support/product-support/nokia-6600-fold/guides
    Thanks I've checked out the manual.
    Under the "Data Transfer" menu there are two options "Server sync" and "PC synchronisation".
    Neither are mentioned at all in the user guide!
    I assume it's the latter I'm interested in, and all it does is give an option for a user name and password.
    I've set a user name and password, but I'm not sure what they're for, there seems to be no option in PC Suite to put them in.
    Any other guidance much appreciated!

  • Missing Bookmarks

    I searched for info on missing bookmarks and found one entry from 2005. Here is my problem.
    For the past few weeks, I have started having a problem with missing bookmarks. I have no idea what is going on. I have everything up to date, as far as OS and SFTW releases. Bookmarks will disappear from bookmark bar, and bookmarks. Here is my system data:
    Model Name: MacBook
    Model Identifier: MacBook4,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 3 MB
    Memory: 3 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MB41.00C1.B00
    SMC Version (system): 1.31f0

    Greetings,
    If this started happening rrecently, then it suggests your Bookmarks file is corrupt, and not saving the changes you make to it, whether it's adding or deleting bookmarks. Try this:
    In Safari, choose File > Export Bookmarks and save them to your Desktop as Bookmarks.html.
    Quit Safari.
    Go to Home/Library/Safari and delete the Bookmarks.plist file.
    Restart Safari, choose File > Import Bookmarks and navigate to the Bookmarks.html file on your Desktop to import them. Once finished, you can move them anywhere you like and then delete the "Imported" folder.

  • OBIEE UI Interface is missing prompt functionality and Column Selector

    Hi,
    OBIEE UI Interface is missing prompt functionality and Column Selector in Answers when creating a report. This problem occurs on all the reports. Also the problem occurs in firefox too. Could you please suggest me any suggestion to overcome this issue.
    Thanks and Regards

    May sound stupid, but do you have the Privileges to add these things to a report? These features can be turned on/off from the Privilege Administration Screen, for a group or user. Have a look.
    Cheers,
    A.

  • Does Flash Paper support the PDF Bookmark functionality inside SWF?

       Does Flash Paper support the PDF Bookmark functionality inside SWF?

    I don't think you will be to happy with this, but I think it
    does not come with the Web Premium CS3 for the Mac:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16582#flashpaper

  • WinHelp 2000 Bookmark functionality

    I also posted this yesterday under General Discussion.
    We deliver WinHelp 2000 output to our programming team, then
    they load it up to the server. As part of the testing process, they
    created bookmarks to topics. When we delivered the next version of
    the help project, the bookmarks were apparently cleared after it
    was uploaded to the server and it overwrote the previous version.
    Can we "fix" it so that the bookmarks are NOT cleared?
    The RoboHelp for Word help file states that bookmarks are
    stored in either the WinHelp.BMK or WinHlp32.BMK in \Windows, but
    when I tried to search for it after I bookmarked a few topics in a
    standalone WinHelp 2000 output, I couldn't find the .BMK file.
    Is there any way to disable and hide the Bookmark
    functionality from WinHelp 2000 outputs?
    Thanks,
    Jim

    Jim -
    Bookmarks go the way of the Annotations with each new
    generation of the Winhelp file. sorry.
    You can usually find the .bkm files in the applications/help
    directory of your particular OS.
    I can't seem to disable that particular menu element. Must
    be a WH2000 dll issue.
    Usually, this would work, in the Startup macros:
    RegisterRoutine("USER", "EnableMenuItem", "uuu")
    RegisterRoutine("USER", "GetSubMenu", "u=uu")
    RegisterRoutine("USER", "GetMenu", "u=u")
    RegisterRoutine("USER", "GetActiveWindow", "u=")
    EnableMenuItem(GetSubMenu (GetMenu (GetActiveWindow()), 2),
    0, 1027)
    but it doesn't. I was wondering, would removing the entire
    menu row do?
    RegisterRoutine(`user32',`GetMenu',`U=U')
    RegisterRoutine(`user32',`GetActiveWindow',`U=')
    RegisterRoutine(`user32',`DeleteMenu',`U=U')
    RegisterRoutine(`user32',`SetMenu',`Uu')
    DeleteMenu(GetMenu(GetActiveWindow()))
    SetMenu(GetActiveWindow(),0)

  • WAD bookmark functionality

    Hi ,
    We have created custom query using query designer.
    Created WAD application calling created query. Added additional buttons. Export to excel, bookmark,filters etc.
    How bookmark functionality work?
    user expectation : after entering input values in selection screen, he/she will result . After pressing bookmark button they can bookmark it. Next time when they access bookmarked query. it should populate automatically values in selection scree.
    as per my knowledge. : users should use variant for selection screen. bookmark for out columns.
    Which expectation correct?
    Actual today issue is : based on first case everything working except if there is default variable.
    Please comment on this.

    Hi ,
    Book mark will actually save the current link to the book mark of the browser. This way when the user executes the link they end up in the variable screen again.
    The only option is to use the variants available int eh variable screen. the suers can input values the first time , save it as variant and then can re use it the next time.
    Regards.
    Shafi.

  • I updated my iMac to Mountain Lion and when I want to fit my screen view... in the last version I had to examples where I could choose wide after format but I miss that function now in Mountain Lion. Can anyone please help me???

    I updated my iMac to Mountain Lion and when I want to fit my screen view... in the last version I had to examples where I could choose wide after format but I miss that function now in Mountain Lion. Can anyone please help me???

    I'm sorry for my bad english, my problem is that I want the program I open in a new window to be avilable in full screen mode. Before I uppdated my os to Montaine Lion I could choose wide under screen in settings. I'll take an ex for you. When I play poker online I want to see the tabel in full screen but I don't manage to fix that. Do you Sir have any idea???

  • I just upgraded on May 11 and find I cannot open a fold for bookmarks. I research and bookmarks are my lively hood. How can I return the bookmark functionality?

    MS 7 and long time user of Firefox so this is the recent upgrade of May 11. Unlike the prior bookmark functionality, I cannot indicate I want to bookmark a link and designate a new folder for a new topic in two to three clicks. This is critical to what I do for a living. How can I return the prior format and be sure bookmarks are backed up automatically. Does going back to the older and more functional tool bar restore this? And why does clicking the bookmarks toolbar show getting started, most visited and the printer icon? Getting started takes one to a new user set of instructions. But there are no functional operations in the tool bar? I am not going to go thru a lot of commands, this should be a automatic as before.

    '' the bookmark facility is not functional in 29 ... Bookmark puts all bookmarks there into "recently bookmarked" ''
    It does not.
    It works much the same as the old system does. Or at least it should do and does do for me.
    * Carefully reads the following article so you are certain what should be happening '''[[How to use bookmarks to save and organize your favorite websites ]]'''
    # From an unbookmarked page click the bookmarks star.
    #* That results in the bookmark being added, and yes initially it is just as an unsorted bookmark. (No doubt that is where most people put most bookmarks)
    # IMPORTANT click the star a second time. (But not so rapidly it counts as a doubleclick)
    #* You now have the options you had in the old version of Firefox <br /> Create new folders <br /> Save to a recently used folder <br /> Show all bookmark folders - and expand nested folders
    If your bookmarks are not working possibly the file is corrupted in which case see
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox#Damaged_Places_database
    I am hoping it is just that you are doubleclicking the star too quickly.

Maybe you are looking for

  • Jittery motion when editing to tape via Blackmagic SD

    I have a situation that has me a bit perplexed, and I'm hoping one of you gurus can help. We will shoot DVCAM footage, capture into FCP (now at v5.03, but this occurred with earlier versions as well), and then export a quicktime movie (not using Quic

  • ECC 6.0 integration with MS Dynamics CRM 2011 on-demand thru PI

    Hi Gurus, sorry in advance if some of my doubts will appear to you experts as stupid.... Scenario: we're on the way to realize the integration between SAP ECC and Microsoft Dynamics CRM Online (so...in the cloud) using SAP PI 7.11. In our scenario SA

  • Mac Pro Nvidia 8800GT and snow leopard 10.6.4  problems

    I have a Mac pro 1.1 with a Nvidia 8800GT and I have having a lot of problems since update to snow leopard latest release. My computer start to show lines and giggle with lines static and then freeze, it make so bad that you can't do anything even re

  • Add-on registration steps

    Hi all, I just created the .ard file for my project using AddOnRegDataGen.exe, it uses an xml file that holds an UDF, the SAPBouiCOM and SAPBobsCOM dll files. Which files should be delivered to customer to be able to successfully install the add-on ?

  • Saving completed file for opening in another program

    I have been using Pinnacle Studio 10.7 because it allows me to produce HD-DVD on regular DVDs. (The drawback is the approximate 20-minute time max on each DVD.) I'd like to start doing work in Premiere, then save my work to a file that I can simply o