Extract all nolonger appears in the context menu

although it appeared earlier, the right-click context item 'extract all' has disappeared.

Hi Obverse,
Thank you for contacting support. To better understand how the video is embedded, could you please post a link to the video or an example of where the HTML play button does not play a video?

Similar Messages

  • Netbeans' Customize command not appeared on the context menu

    I've created a bean called Pump
    public class Pump extends JComponent implements Serializable {
       public Pump() {}
       // omit other stuffs...
    }I have a customizer class called PumpCustomizer:
    public class PumpCustomizer extends JPanel implements Customizer, ActionListener, PropertyChangeListener {
       protected Pump thePump;
       protected PropertyChangeSupport propSupport;
       public PumpCustomizer() {
          setSize(200, 300);
       public void setObject(Object bean) {
          thePump = (Pump) bean;
       public void propertyChange(PropertyChangeEvent evt) {
       public void addPropertyChangeListener(PropertyChangeListener l) {
          propSupport.addPropertyChangeListener(l);
        public void removePropertyChangeListener(PropertyChangeListener l) {
            support.removePropertyChangeListener(l);
        public void actionPerformed(ActionEvent e) {
    }And the PumpBeanInfo class as:
    public class PumpBeanInfo extends SimpleBeanInfo {
      private final static Class beanClass = Pump.class;
      private final static Class customizerClass = PumpCustomizer.class;
      private static BeanDescriptor beanDescriptor = null;
      public BeanDescriptor getBeanDescriptor() {
        beanDescriptor = new BeanDescriptor(beanClass, customizerClass);
        beanDescriptor.setDisplayName("My Pump");
        return beanDescriptor;
      public PropertyDescriptor[] getPropertyDescriptors() {
        try {
          PropertyDescriptor textPD =
            new PropertyDescriptor("text", beanClass);
          PropertyDescriptor rv[] = {textPD};
          return rv;
        } catch (IntrospectionException e) {
          throw new Error(e.toString());
    }I was able to add the bean to the Netbeans Palette, and drop it on a Panel at design time. But when I right click on the bean, the context pop up menu does not show the Customize command.
    Any idea what I'm missing here?
    Appreciate your help.
    Edited by: mkeman on Oct 7, 2009 12:51 PM

    You can bookmark a single tab by clicking on the star in the location bar, or using keyboard shortcut Control+D

  • My right click is not working. the context menu does not come up and i can no longer drag files/folders. I have checked the mouse and track pad in system preferences and the correct boxes are all checked (with a support member). Please can you help

    My right click is not working and producing the context menu or ability to drag files and folders. I just spoke with a phone support person and we checked that all the mouse/trackpad options for right click were correct and checked.
    Please can you help with this.
    It has only just happened in the last few days.
    Many thanks

    You might want to update your profile so that we can see what model iMac you have and what version of OSX you're running.
    For this question, it might help to know if you're dealing with a trackpad, Magic Mouse, or something else?
    (Until your issue's resolved, you can Control-Left Click to get the right click functionality).

  • TS1286 My iPod touch isn't appearing in the itunes menu. I have tried restarting it and I have all the latest updates, what shall I do?

    My iPod touch isn't appearing in the itunes menu. I have tried restarting it and I have the latest software, what shall I do?

    Have yu looked here:
    iOS: Device not recognized in iTunes for Mac OS X
    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar

  • Firefox doesn't let me copy the web address from the address bar using the context menu with second button in mouse or trackpad

    Hello!
    I write to report a problem I have with the new update v35 and v35.0.1 Firefox on address bar
    With the new version 35 of Firefox on Mac OSX Yosemite, clicking directly with the right mouse button in the address bar to copy the web address, context menu NOT allowed to copy the link, it shaded in gray, inactive ... you have to click on another browser free zone before returning to click a second time and be able to copy the link from the context menu
    I mean, with the first right click in the address bar context menu that appears don't allow me to copy the link directly, you have to click on another area and then clicking again with the right mouse button in the address bar to copy the web address (happens to all pages)
    I tried to open Firefox with inactive complements and plugins, and reset Firefox to first time use (like the first install) and the problem is here again... With or without complements and plugins the problem is here
    This happens before and then when I format my computer
    Here I put a screenshot that explains the problem better than my words
    http://i.imgur.com/QxKd8P1.gif
    I hope you can help me

    ''guigs2 [[#answer-685712|said]]''
    <blockquote>
    The icons that show up when you right click in that image do not look like the default version of Firefox, even with the Spanish Dictionary/Language pack.</blockquote>
    Hello
    The icons in the screenshot is from Linux OS, because I don't know how to capture screen, and somebody in Linux OS made it to show the problem that I was talking about
    I don't have any icon addons only have 2 plugins, quicktime (integrated in OS) and adobe Flash, updated both
    Before I format my Mac, I upgraded Firefox to v35 and here came this error
    Then I format my Mac after days, by subjects of hard disk space, etc... when I install Firefox 35 (new install) the problem was here again
    I tried to Open Firefox with disabled Add-ons, and Reset Firefox to an install version, but the problem is here always

  • 2.1.1 Problem with User Defined Reports with actions on the context menu

    I use the User Defined Reports quite a lot, and export and publish these to other members of the team as Shared Reports. I'm also quite disappointed that there seems to be no further development in this area of SQL Developer.
    One of the totally undocumented features of User Defined Reports is the ability to attach actions to a context menu, and pass data from the grid to a procedure, for example. Copying, then exporting the sessions report (from All Reports -> Data Dictionary Reports -> Database Administration -> Sessions) exposes the XML for adding actions to the context menu. The snippet for killing a session looks like this:
    <item  reload="true"  reloadparent="false" removeFromParent="false">
      <title>Kill Session</title>
      <prompt type="confirm" >     
        <label>Kill Session?</label>     
        <default><![CDATA[]]></default>     
        <value><![CDATA[]]></value>        
      </prompt>
      <sql><![CDATA[ALTER SYSTEM KILL SESSION '#SID#, #SERIAL#' IMMEDIATE]]></sql>
      <help>Kill the selected session.</help>
    </item>So to add this type of functionality to your own user defined reports, you need to export the report, edit the XML, and import it again. It seems to work fine to add this to the master reports, but if you add an <item> element to the child reports, the context menu items appear on the master report too, and they are duplicated many times. I'm not sure if the action of exporting the report adds to the number of times the context menu appears.
    Warning - if you edit a report using SQL Developer, all the <item> tags are removed. Once you've added actions to a context menu, you can only edit the report by exporting it, modifying the XML and importing it again.
    Has anyone else seen this behavior? Have you found a work-around?
    To the SQL Developer team: Are there any plans to allow the adding of user defined context menu items to reports using the GUI in the near future?

    You're right the context menu needs a GUI desperately. You can request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • Irritating "Open with" issue in the context menu

    Hi all,
    When I click on a file and then choose "Open with" in the context menu, I get multiple instances of the same program instead of just one instance. For example, if I click on a document, the context menu may have 4 instances of Preview and 3 instances of Safari, etc. Is there anyway to eliminate the multiple instances?
    Thanks

    This usually results from corruption in the LaunchServices cache. Numerous fixes have been posted and it appears that they do work, for the most part. Search the forum here and you should find a few topics.
    I've read of a few problems encountered after deleting the cache files. Use your own discretion.
    It basically involves deleting the two LaunchServices files followed by a restart... Go to Library>Caches
    It might also be necessary to delete a preference file as well...
    Home>Library>Preferences>com.apple.LaunchServices.plist
    Some third party utilities offer this service as well...Tiger Cache Cleaner, Onyx, etc.
    Intel Mac Mini, 14" iBook   Mac OS X (10.4.8)   Daffy Duck mousepad

  • What determines whether the Label name and/or Caption appears in the context help window but in other cases, both the label and caption appear in the context help window?

    I am trying to polish an application, and find that I cannot seem to reliably control which of the label or caption text appears in the context help window because I don't understand what rules are in place to determine which should appear. It seems like if I reate a named constant, then use it's right click menu command "Create Indicator" I get a control with only a Label (as long as I don't add a caption). This then appears in the context help window as the label name followed by the description text (after entering some description text). But if I add a caption, the label name is shown in bracket
    s which is a 'feature' I would like to avoid, because I have certain controls where I would like to use a descriptive variable name on the block diagram side without using so much space on the front panel. It seems like there is no way to avoid showing the Label name in the context help for a control/indicator. Is this true?
    I thought the purpose of having a seperate caption was to make the text that appears with a control programmatically controllable, but if that control is not extended to what appears in the context help window, it limits the usefulness of the caption and forces me to re-consider some Label names. However, the problem goes deeper than that because then even when I make the label and caption exactly the same, or if I delete (via a select caption text-backspace or select caption text- delete key .. sequence) the caption for a control, the label name in the context help window still appears in square brackets!
    Can I have complete control over the context help fo
    r a particular control (or has anyone found a third-party context help solution that functions compatibly with LabVIEW 7 in a built application that they will be so kind as to recommend?)
    I have used LabVIEW for three years, and I am now using LabVIEW 7.0.

    Sorry for that.. I was changing the text of my question and didn't read carefully enough in the preview stage. I wanted it to read "What determines whether the Label name and/or Caption appears in the context help window?"

  • I want to access the options in the context menu when clicking on a dropdown list in the bookmarks toolbar, but the context menu disappears when I try to click on one of the options. How can I keep the menu from disappearing?

    I have several dropdown lists in my bookmarks toolbar and would like to access the properties for some of the the items. This used to work fine. However, now, when I go to the list and place the cursor on a particular item, the context menu that is usually available on a right click disappears when I try to access one of the options. This is the menu that begins with Open. What can I do to regain this functionality? I really need the information in the Properties section. I'm using Firefox 3.6.8

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Also check the Mouse driver settings in the Control Panel.

  • Right click on the mail list doesn't open the context menu any more.

    Hi everybody,
    Thunderbird stoped to show the context menu on the mail list recently. Right click just prints the crossing line. What the problem could it be?
    Thanks anyone for any help.
    Win 8.1 64
    Thun 31.3.0

    ''Nick532 [[#question-1037921|said]]''
    <blockquote>
    Hi everybody,
    Thunderbird stoped to show the context menu on the mail list recently. Right click just prints the crossing line. What the problem could it be?
    Thanks anyone for any help.
    Win 8.1 64
    Thun 31.3.0
    </blockquote>
    ''Toad-Hall [[#answer-668503|said]]''
    <blockquote>
    Very odd.
    Right click on email in list should open a drop down selection.
    Usually a crossed line through something denotes that it is marked as deleted in an imap mail account.
    * http://kb.mozillazine.org/Deleting_messages_in_IMAP_accounts
    See if there is a conflict with an addon.
    Restart Thunderbird in safe mode.
    Help > Restart with addons disabled.
    then perform the same test; right click on email in list.
    Do you get the drop down, if yes, then one of your addons is causing the conflict.
    You would have to disbale each in turn to locate which one is the problem.
    Maybe the addon needs updating.
    Report back on results.
    </blockquote>
    I have the same problem too. When i restarted with addons disablem problem dissapeared but when i switch to normal mode and disable all off the plugins and addons the problem still remains.
    Please help.

  • Why can I not Convert a Microsoft Office Document to a PDF using the Context Menu?

    Why can I not Convert a Microsoft Office 2013 Document to a PDF using the options found in the Context Menu? (Ex: Convert to PDF, Combine Supported Files into PDF?)
    I updated to Acrobat XI PRO recently, but now i'm unable to combine or convert microsoft word docs to PDF.
    In Adobe Acrobat X I had this feature below, and it would combine Microsoft Office Documents all into a single PDF. Now I no longer have this issue in Adobe Acrobat XI Pro. It seems like it was program named Adobe Elements that was running the conversion.

    Ajlan. That page is showing as not available. Would the fix apply to Adobe Acrobat X and XI?
    Zach Moses
    Direct Phone and Fax (615) 577-5814 | [email protected]
    W Squared, Inc.
    5500 Maryland Way | Suite 200 | Brentwood, TN 37027 | www.wsquared.com<http://www.wsquared.com>
    This email and any attachments may be confidential and are solely for the use of the individual to whom they were intended. If you are not the intended recipient of this email, you must take no action based upon it, nor must you copy it or show it to anyone. Please immediately reply to the sender if you suspect you were not the intended recipient. All contents of this email are provided "as-is" without warranty of any kind and are subject to change without notice. W Squared assumes no risk from the recipient's use of this email. W Squared is not a certified tax firm or law firm and recipient should not rely on any communication from W Squared or its employees as having such authority.

  • In v4 why did you flip the context menu for open in new tab/window. Sucks when you are used to the other way

    I downgraded to 3.x because when I browse I have many new open windows (I have been using FF for so long I automatically select the second option). Seems stupid to change the order of the context menu when it has been the other way forever.
    Please change it back or at least have the order as an option.

    So the answer from TonyE was "That was an intentional change to promote the use of tabbed browsing." (See http://support.mozilla.com/en-US/questions/791244)
    And there is an option to use a menu editor to put them back detailed in that thread as well. The problem, of course, is that you need to perform a complex customization to every computer on which you use Firefox in order to fix a problem that should never have been created, never made it through beta, and that the developers won't fix because they believe that they are right.
    Frankly, eventually you get used to it. But in the mean time, they have annoyed, and in many cases pissed-off a large segment of their users for no reason at all.

  • My password list no longer appears under the options menu, How do I get it back?

    The password manager that used to appear under the options menu has completely disappeared. The little lock icon is also nowhere to be found. Does this have something to do with blur? How do I restore my browser the way it used to be so that I can review my list of stored passwrds? I've tried to look in blur to see if they are there - no luck. I'm not sure how the long the problem has existed. I happened to notice just now when a site that normally remembers my log in (a credit card that I make a payment on each month) failed to display it and of course I couldn't remember, not having actually typed it in for years.

    Hi philipp.
    Thanks for answering. Here's the entire contents of the page. Probably too much information but I wasn't sure what you needed. I deleted the some of the lines referring to my printer settings because the info exceeded the character limit. I very much doubt they have any relevance to the problem
    Application Basics
    Name Firefox
    Version 35.0.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    This application has not been configured to display crash reports.
    Extensions
    Name Version Enabled ID
    Blur (Formerly DoNotTrackMe) 4.5.1334 true [email protected]
    ColorfulTabs 25.9 true {0545b830-f0aa-4d7e-8820-50a4629a56fe}
    Multirow Bookmarks Toolbar Plus 1.2 true {4c7097f7-08f2-4ef2-9b9f-f95fa4cbb064}
    Skype Click to Call 7.2.15747.10003 true {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Text to Voice 1.10 true [email protected]
    Theme Font & Size Changer 35.2 true {f69e22c7-bc50-414a-9269-0f5c344cd94c}
    FabTabs 1.5.2 false [email protected]
    Noia Fox options 3.0.1 false [email protected]
    Utopia FFSE White Options 5.0.2 false [email protected]
    Graphics
    Adapter Description ATI Radeon HD 5400 Series
    Adapter Drivers aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64
    Adapter RAM 1024
    Device ID 0x68f9
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16492)
    Driver Date 4-19-2011
    Driver Version 8.850.0.0
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Subsys ID 22911787
    Vendor ID 0x1002
    WebGL Renderer Google Inc. -- ANGLE (ATI Radeon HD 5400 Series Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 1
    browser.places.importBookmarksHTML false
    browser.places.smartBookmarksVersion 7
    browser.sessionstore.upgradeBackup.latestBuildID 20150122214805
    browser.startup.homepage http://www.wunderground.com/cgi-bin/findweather/getForecast?query=14891%20-%20Watkins%20Glen,%20NY&wuSelect=WEATHER
    browser.startup.homepage_override.buildID 20150122214805
    browser.startup.homepage_override.mstone 35.0.1
    dom.mozApps.used true
    dom.w3c_touch_events.expose false
    extensions.lastAppVersion 35.0.1
    font.minimum-size.x-western 15
    font.name.serif.x-western Georgia
    font.size.variable.x-western 15
    gfx.direct3d.last_used_feature_level_idx 0
    gfx.direct3d.prefer_10_1 true
    media.gmp-gmpopenh264.lastUpdate 1423194991
    media.gmp-gmpopenh264.version 1.3
    media.gmp-manager.lastCheck 1422538139
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1423191808
    places.history.expiration.transient_current_max_pages 104858
    places.history.expiration.transient_optimal_database_size 167772160
    places.last_vacuum 1299350232
    plugin.disable_full_page_plugin_for_types audio/basic,audio/mpeg,audio/wav,audio/x-mpeg,audio/x-wav,application/pdf
    plugin.importedState true
    print.print_printer Canon Inkjet MP500 Series
    print.printer_Canon_Inkjet_MP500_Series.print_bgcolor false
    print.printer_Canon_Inkjet_MP500_Series.print_bgimages false
    print.printer_Canon_Inkjet_MP500_Series.print_command
    print.printer_Canon_Inkjet_MP500_Series.print_downloadfonts false
    print.printer_Canon_Inkjet_MP500_Series.print_edge_bottom 0
    print.printer_Canon_Inkjet_MP500_Series.print_edge_left 0
    print.printer_Canon_Inkjet_MP500_Series.print_edge_right 0
    print.printer_Canon_Inkjet_MP500_Series.print_edge_top 0
    print.printer_Canon_MX870_series_Printer.print_resolution_name
    print.printer_Canon_MX870_series_Printer.print_reversed false
    print.printer_Canon_MX870_series_Printer.print_scaling 1.45
    print.printer_Canon_MX870_series_Printer.print_shrink_to_fit false
    print.printer_Canon_MX870_series_Printer.print_to_file false
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_bottom 0
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_left 0
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_right 0
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_top 0
    print.printer_PageManager_PDF_Writer.print_bgcolor false
    print.printer_PageManager_PDF_Writer.print_bgimages false
    print.printer_PageManager_PDF_Writer.print_colorspace
    print.printer_PageManager_PDF_Writer.print_command
    print.printer_PageManager_PDF_Writer.print_downloadfonts false
    print.printer_PageManager_PDF_Writer.print_duplex 3211319
    print.printer_PageManager_PDF_Writer.print_edge_bottom 0
    print.printer_PageManager_PDF_Writer.print_edge_left 0
    print.printer_PageManager_PDF_Writer.print_edge_right 0
    print.printer_PageManager_PDF_Writer.print_edge_top 0
    print.printer_PageManager_PDF_Writer.print_evenpages true
    print.printer_PageManager_PDF_Writer.print_footercenter
    print.printer_PageManager_PDF_Writer.print_footerleft &PT
    print.printer_PageManager_PDF_Writer.print_footerright &D
    print.printer_PageManager_PDF_Writer.print_headercenter
    print.printer_PageManager_PDF_Writer.print_headerleft &T
    print.printer_PageManager_PDF_Writer.print_headerright &U
    print.printer_PageManager_PDF_Writer.print_in_color true
    print.printer_PageManager_PDF_Writer.print_margin_bottom 0.5
    print.printer_PageManager_PDF_Writer.print_margin_left 0.5
    print.printer_PageManager_PDF_Writer.print_margin_right 0.5
    print.printer_PageManager_PDF_Writer.print_margin_top 0.5
    print.printer_PageManager_PDF_Writer.print_oddpages true
    print.printer_PageManager_PDF_Writer.print_orientation 1
    print.printer_PageManager_PDF_Writer.print_page_delay 50
    print.printer_PageManager_PDF_Writer.print_paper_data 1
    print.printer_PageManager_PDF_Writer.print_paper_height 11.00
    print.printer_PageManager_PDF_Writer.print_paper_name
    print.printer_PageManager_PDF_Writer.print_paper_size_type 0
    print.printer_PageManager_PDF_Writer.print_paper_size_unit 0
    print.printer_PageManager_PDF_Writer.print_paper_width 8.50
    print.printer_PageManager_PDF_Writer.print_plex_name
    print.printer_PageManager_PDF_Writer.print_resolution 3473457
    print.printer_PageManager_PDF_Writer.print_resolution_name
    print.printer_PageManager_PDF_Writer.print_reversed false
    print.printer_PageManager_PDF_Writer.print_scaling 1.10
    print.printer_PageManager_PDF_Writer.print_shrink_to_fit true
    print.printer_PageManager_PDF_Writer.print_to_file false
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_bottom 0
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_left 0
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_right 0
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_top 0
    privacy.donottrackheader.enabled true
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1422170725
    user.js Preferences
    Your profile folder contains a user.js file, which includes preferences that were not created by Firefox.
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSMIME 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSSL 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSUTIL 3.17.2 3.17.2
    Experimental Features
    Name ID Description Active End Date Homepage

  • MW64,  cs6 bridge when I move or copy files the  context menu does not retain  recent folder destinations after I close the program

    W64,  cs6 bridge when I move or copy files the  context menu does not retain  recent folder destinations after I close the program. The context options that show are the ones from original install. The workspace I set up is also gone. I have every explorer box and cleaner checked to save recent. Had to disable nivedia desktop software because of weird display conflict. Have Dell pro support and they cannot fix. Any ideas to help me with this would be appreciated.

    Self-solved!  I work in column view in Finder so get there in a Finder window with folders and files appearing.
    There really is no problem, just select an ITEM in the COLUMN before right-clicking!
    The "old" context menu will appear. If you click in the white space in that column (or anywhere in a Finder window) and then place the cursor over a folder or file WITHOUT selecting it and right-click you will bring up the secondary context menu - Open, Copy, Duplicate, View Options and a greyed out Labels option. No "Move to Trash".

  • How to I add options to the Context Menu for html files under Site Content

    Currently in Web Page Composer...  if a developer wants to get the Target URL to an html page in a WPC site (i.e. under the Site Content folder) they have to take several steps...   Content Menu -> Details -> Settings -> Properties -> Access Links -> copy the Target URL.  I would like to add this ability (i.e. to copy the target URL to clipboard) as a option to the "context menu" of each html file.  Does anyone know if this is possible and if so how it can be done?   It can be a global change if necessary.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Also check the Mouse driver settings in the Control Panel.

Maybe you are looking for

  • Why can I drag and drop a file into A3, but not import it?

    With A2+ I've scanned images (Epson flatbed) and imported them as TIFF, JPG, PNG, whatever. Same scanner, software, and A3 refuses to import any of the above formats. However, I can drag and drop the image on a project and it works. Any ideas? I look

  • Filenames containing funny letters (���)

    I have written a Java code with the porpose of uploading files to a server. The problem is when I try to upload a file (using soap) with a name containing the letters ��� I get a corrupt name in OS X. heres the code String name= f.getName(); (Here is

  • Total number of pages before generating the PDF - OMR

    Dear all, We are facing the following problem. We want to apply OMR (optical mark recognition) barcoding on a batch of invoices. Basically there are two steps in the proces: - Fetch the batch of invoices created during the day, let's say 1000 invoice

  • Update termination when create customers

    When I create and save a customer, the system issues an express document afterwards telling that the 'Update was terminated'. This happens only when I wanted create same customer # to new company code,  which already exists in different compnay code

  • Re: Single "DBSession" Approach

    On October 8th, Eric Gold wrote.... Of course, along with the transaction theservice can also provide to the database security information indicating for which client the transaction is actually for. This security information could be in the form of