Problem with copy paste function (for images) using the TinyMCE editor

Can not copy paste images (a document - text Copies OK) to the tinyMCE editor in Windows 8. Seems to be the specific question of operating system.

Use the tinyMCE editor for info on the download Web site. Copy-paste function works very well on a Windows7 machine

Hi Anand,

I would be grateful if you can help me with the following information related to the TinyMCE editor:

  1. What is the Web browser that you use to copy and paste images via the application editor TinyMCE?
  2. What exactly happens when you try to copy and paste images using the editor? You receive an error message?

This problem may occur because of the compatibility of the browser with the TinyMCE editor.

Check out these links and check if the suggestions help you to solve the problem:

http://www.TinyMCE.com/forum/viewtopic.php?PID=34916

http://www.TinyMCE.com/develop/bugtracker_view.php?id=6075

If the problem is specific to the TinyMCE editor, you can also contact the support of TinyMCE:

http://www.TinyMCE.com/enterprise/support.php

Please let us know if you need more help on this issue. Otherwise, feel free to ask for more queries on Windows.

Tags: Windows

Similar Questions

  • Problem with copy/paste

    Hi, I am a user of Pages on the Macbook Air and the problem I have is this: I use to write poems of litle Pages and then if I like them, I post on facebook. But when I copy the text of Facebook Pages, all line breaks have disappeared and all I get is a wall of text I need to manually change to make it actuallt resemble a poem. My solution is to copy the poem to gmail first (which does not cause / suffer from this problem) and copy to facebook in gmail. Is there a solution more directly than you guys can show me?

    Edit: I searched through other issues, but did not find one like it. Sorry if this was already asked.

    Post edited by: XeF6

    I suggest that you install the free LibreOfficeand write your poems in LibreOffice Writer. The application will take your exact text and allow you to export to x / html. When you view this html in Safari, it will have the same format as in LibreOffice Writer. Who can publish on Facebook better than your current situation using Pages, or it may not depending on if Facebook made a hokey content filtering.

    All of LibreOffice installs in your Applications folder with a simple drag and drop in the installation program. The first time you start, OS X will check the code and then say you that it's a developer not saved. Click the Open button to access the application. It is a unique case, and later, it will launch LibreOffice without this prompt.

  • I had to uninstall firefox because it was causing so many problems with my computer. I was using the latest version 18. What is the problem?

    I had nothing else problems since I installed the latest version of Firefox version 18. It crashes my computer no matter what I do. Even if I do not use the browser. I uninstalled three times and the problems just seem to be deteriorating. Finally, I uninstalled and it did not reinstall again. I will not use again until the problems are solved. Also, I don't know is that funmoods or whatever it is that has replaced my google home page. I don't like software to decide what services I use. I've been a user of firefox for more than 15 years. I've never had problems like this before. I spent in Safari. It works without interfering with the other tasks I do on my computer. I don't know what version 18 is but the previous version of firefox that I used was perfectly fine. I had no problem whatsoever with it. It seems as if this version has not been tested enough. Also my daughter is having the same problems with his computer and they all started with the new version. So it isn't just me. At least give us the option to revert to the previous version and we ask if we want to improve when a new spell. However, I never had these problems in the past with any version of firefox that I installed. I like the features of firefox, but cannot afford to keep restarting my computer. It seems that firefox is hindering and then hangs up the computer and I can't do anything else even if I do not use it. It seems to stay in the background and just hang up. Please fix this.

    The problem is unlikely to have been with Firefox itself. It is much more likely to have been with some software or malware you have inadvertently installed

    Installs official Firefox is not bundled with other software. Firefox is customizable and has many extensions of the software you can choose to install but don't have to do anything.

    Funmoods is also a malware or at least software which is often hated to see these messages

    If you want to reinstall firefox official site:

    Then start playback on the malware removal and the toolbar

    If you want more advice back again post.

  • Problem with update of a column by using the procedure of database and refreshing or put in value programmatically

    Dear all,

    I am a beginner in the ADF and am under Jdeveloper Studio Edition Version 12.2.1.0.0.

    I have a page that consists of two taskflows.

    First workflow has a fragment which is to have a table based on view object salespersons (not editable)

    Second task flow contains a form of ADF from the same view object Salespersons.

    As the user selecting a line in the table of the same record is displayed as no problem.

    Now, I have added two buttons Activate and Deactivate that is to change the status of the sales.

    I tried to use two ways an updated using the procedure of database and then put in value by programming and I have different questions with two of them:

    Now, here's the code of the Java bean for activation:

    Option A - the problem with this is the value of the column in the list (the first task rate displayed) is not synchronized

    and Activate and Deactivate buttons are not disabled and active properly.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    Links BindingContainer = getBindings();

    OperationBinding operationBinding;

    operationBinding = bindings.getOperationBinding ("changeSalespersonsStatus") (OperationBinding);

    operationBinding.getParamsMap () .put ("pId", vId.getValue ());

    operationBinding.getParamsMap () .put ("pStatus", "A");

    Object result = operationBinding.execute ();

    dcStatus.setValue ("A");

    } else {}

    return;

    }

    }

    Option B - the problem with this is that the value of input for status text appears in the Active form for all records in form regardless of its database.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    -no doubt this two lines are not needed here

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    dcStatus.setValue ("A");

    BindingContainer links = getBindings();

    OperationBinding operationBinding;

    the operationBinding = bindings.getOperationBinding("Commit") (OperationBinding);

    Object result = operationBinding.execute ();

    } else {}

    return;

    }

    }

    Here's the code from the Fragment of shape for used buttons.

    "< af:button text = 'Activate' id ="bActivate' icon="/icons/activate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonActivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= ' n '} ">"

    < af:showPopupBehavior popupId = "pActivate" / >

    < / af:button >

    "< af:button text = 'Disable' id = 'bDeactivate' icon="/icons/deactivate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonDeactivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= 'A'} ">"

    < af:showPopupBehavior popupId = "pDeactivate" / >

    < / af:button >

    Here's matching Popups for each of the buttons Activate and Deactivate.

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pActivate" >

    < af:dialog id = "dActivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmActivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to enable the seller?" id = "ol1" / >

    < / af:dialog >

    < / af:popup >

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pDeactivate" >

    < af:dialog id = "dDeactivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmDeactivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to disable the seller?" id = "ol2" / >

    < / af:dialog >

    < / af:popup >

    Thanks in advance.

    Best regards

    Arif Khadas

    If you bind components to a range of flow page bean. You must complete that it saves the State of the component longer than the life of the component.

    To change the value of the GET value of the component of the link layer and change it.

    In this way the changes are captured by the framework and you should see them.

    Timo

  • Problem with PL/Sql to insert Images in the table

    Hi, im using SQL Developer Version 3.2.20.09,

    I want to create a table with a column of type BLOB for the insertion of image files. So I created the table, the directory, and the procedure I described below. And in the C:\ drive I created a new folder named image_dir that contains a file named test_image with extension .jpeg.

    Here are the steps I took:

    create the directory image_dir as 'c:\image_dir ';

    CREATE TABLE test_image

    (IDENTIFICATION NUMBER,

    Image_filename VARCHAR2 (50).

    image BLOB

    );

    CREATE OR REPLACE PROCEDURE insert_image_file (p_id NUMBER, p_image_name IN VARCHAR2)

    IS

    src_file BFILE.

    dst_file BLOB;

    lgh_file directory.

    BEGIN

    src_file: = BFILENAME ("image_dir", p_image_name);

    INSERT INTO test_image

    (ID, image_filename, image

    )

    VALUES (p_id, p_image_name, EMPTY_BLOB)

    )

    RETURN to image

    IN dst_file;

    CHOOSE the image

    IN dst_file

    OF test_image

    WHERE ID = p_id AND image_filename = p_image_name

    UPDATE;

    DBMS_LOB. FileOpen (src_file, DBMS_LOB.file_readonly);

    lgh_file: = DBMS_LOB.getlength (src_file);

    DBMS_LOB. LoadFromFile (dst_file, src_file, lgh_file);

    UPDATE test_image

    SET image = dst_file

    WHERE ID = p_id AND image_filename = p_image_name;

    DBMS_LOB. FileClose (src_file);

    END insert_image_file;

    But I still have this error when I run the command EXECUTE insert_image_file (1, "test_image.jpg"); Please what could be the reason for this and a better solution?

    Error from the 1 in the command line:

    RUN insert_image_file (1, "test_image.jpg")

    Error report:

    ORA-22285: non-existent directory or file for FILEOPEN operation

    ORA-06512: at "SYS." DBMS_LOB", line 744

    ORA-06512: at "ANSUWEB. INSERT_IMAGE_FILE', line 20

    ORA-06512: at line 1

    1. 00000 - 'non-existent directory or file %s operation '.

    * Cause: Attempted access to a directory that does not exist, or attempted

    to access a file in a directory that does not exist.

    * Action: To ensure that an appropriate system specified

    the directory exists in the data dictionary, or

    Make sure that the name is correct.

    A guess: c:\image_dir is not on the server where Oracle is looking for it

    Concerning

    Etbin

  • Problem with 1 pixel lifting an image at the top in IE but not in FF.

    If you go to my site here:

    http://metalwolf92.zymichost.com/

    Then look at the image of the businessman on the homepage it. View it in Firefox and notice that it is perfectly aligned with the bottom footer bar. Now display the same image in Internet Explorer, and then note that the image has been raised only 1 pixel drop the footer bar.

    If you try to Zoom In (text only) in FireFox or Google Chrome, etc, the image detaches from the footer bar. Is it possible to fix this, so it is always locked at the foot of page even when you zoom in on the text, etc?

    In addition, this problem will not occur in Google Chrome. It only occurs in Internet Explorer.

    How can I solve this problem in Internet Explorer so it seems in the same way in FF?

    DBXPX wrote:

    If you go to my site here:

    http://metalwolf92.zymichost.com/

    Then look at the image of the businessman on the homepage it. View it in Firefox and notice that it is perfectly aligned with the bottom footer bar. Now display the same image in Internet Explorer, and then note that the image has been raised only 1 pixel drop the footer bar

    If you try to Zoom In (text only) in FireFox or Google Chrome, etc, the image detaches from the footer bar. Is it possible to fix this, so it is always locked at the foot of page even when you zoom in on the text, etc?

    1. I would like to delete the empty tablecell above the copyright notice (see below). What is he doing when you have nothing in it?

    2. to make your image of the man stay down you need to apply it as a background image to thecell.

    Give thean 'id' as below: (alignBottom)

    Then use some css to apply the image as a background:

    {#alignBottom}

    background-image: url {images/professionalimage1.png};

    background-position: left, down.

    background-repeat: no-repeat;

    }

  • problem with &amp; lt; body &amp; gt; in htmlText using the style sheet

    I have a nec htmlText textField and have the style sheet property set to a style that selects a font, fontSize and color for the < body > tag.

    Everything works except the style is not implemented :(

    Here is my html text:

    < body >
    Prerequisites < br >
    -Tour < br >
    -< Br > diagnostic test
    -How to solve problems < br >
    An OVERVIEW OF THE CALCULATION < br >
    -Historical introduction < br >
    -The uses of 'The Calculus' < br >
    -< Br > shorts
    FUNCTIONS AND MODELS < br >
    -Four ways to represent a function < br >
    -Some essential functions < br >
    -New functions from old functions < br >
    -Exponential functions < br >
    -Reverse functions & logarithms < br >
    -< Br > shorts
    LIMITS AND DERIVATIVES < br >
    -The tangent & speed problems < br >
    -The limit of a function < br >
    -Calculating limits using the limit < br > laws
    -The precise definition of a limit < br >
    -Continuity < br >
    -Limits at infinity; Horizontal asymptotes < br >
    -Derivatives & < br > exchange rate
    -In the drift in function < br >
    -< Br > shorts
    DIFFERENTIATION RULES < br >
    -Polynomials and the exponential < br >
    -The product and Quotient rules < br >
    -< Br / > trigonometric functions
    -The rule of the string < br >
    -Implicit differentiation < br >
    -Logarithmic functions < br >
    -Rate of change < br >
    -Exponential growth and decay < br >
    -Associated rates < br >
    -Linear Approximations and differentials < br >
    -Hyperbolic functions < br >
    -< Br > shorts
    APPLICATIONS OF DIFFERENTIATION < br >
    < / body >

    and the code:

    I was able to skirt the problem by inserting a tag are doing in the HTML file to define the characteristics of the basic fonts. I guess that you can't style atag.

    FlashKitty

  • Problems with copy / paste

    Hi all

    I'm having a very simple problem - that probably the solution most simple which I can't fix!

    I'm create a booklet for a customer. I created my master pages with all the correct fonts/sizes/colors etc.

    However when I copy and paste in the text box in Microsoft Word (clients work) it reverts to the original Word. As a 50-page document, this will take a long time if I have to change all the fonts/colors etc. to my design.

    I imported the word document in indesign and copy and pasted from there too.

    How do the police to turn into what I have ready?

    Here is a picture to help... It comes just before I hit the dough.

    http://S880.Photobucket.com/albums/AC8/myblog_pics/?action=view & Current = Heading.jpg

    He then returned to Arial!

    Thank you!

    Nina

    If you want to paste rather than place from Word, you should 'Stick without shaped' to keep styles in ID. You can actually set a preference to make all paste them from external text files not formatted as text.

    Implementation is probably a better option, however. If you view the import options, you will be able to map Word styles to styles established in ID (assuming that the author knows how to use styles in Word - quite rare).

  • Problem with "select * from table" for dynamic IN the list

    I have a 'for loop' based a query that does not work. The query is supposed to return the name of the table, the data type and the name of the column in the columns poses a number of name filters. The problem I have is when I run the query into a TOAD with:

    schema_list value SCOTT, MED and the clause of 'in' as ' to (select * from table (DATAPUMP_UTIL.in_list_varchar2 (:schema_list))))»

    The query returns the expected lines.

    When I have it in my code as shown below it returns no rows. I don't know what hurts me, but any help would be great! I'm on Oracle 11.1.0.6.0.
    PROCEDURE export_schema_ondemand (schema_list VARCHAR2, encrypt_file NUMBER default 0, mask_sensitive_data NUMBER default 0) IS  
        ...
        schema_list_t := my_package.in_list_varchar2(schema_list);
        ... 
        for c1 in
           (
            with ok_to_mask as (
            select 
                owner,
                table_name, 
                column_name
            from   
               all_tab_columns
            where
                owner in (select * from table(schema_list_t))
            minus
            (SELECT 
                c.owner,
                p.table_name,
                cc.column_name
            FROM 
                all_cons_columns cc, 
                all_constraints p,
                all_constraints c
            WHERE 
                c.owner in (select * from table(schema_list_t))
                c.constraint_type = 'R'
                AND p.owner = c.r_owner
                AND p.constraint_name = c.r_constraint_name
                AND cc.owner = c.owner
                AND cc.constraint_name = c.constraint_name
                AND cc.table_name = c.table_name
            UNION ALL
            SELECT 
                c.owner,
                cc.table_name,
                cc.column_name
            FROM 
                all_cons_columns cc,
                all_constraints p,
                all_constraints c
            WHERE
                p.owner in (select * from table(schema_list_t))
                AND p.constraint_type in ('P','U')
                AND c.r_owner = p.owner
                AND c.r_constraint_name = p.constraint_name
                AND c.constraint_type = 'R'
                AND cc.owner = c.owner
                AND cc.constraint_name = c.constraint_name
                AND cc.table_name = c.table_name))
            select 
                atc.table_name as mask_tab, 
                atc.column_name as mask_col, 
                atc.data_type as mask_type
            from   
                all_tab_columns atc,
                ok_to_mask otm
            where
                atc.owner = otm.owner
                and atc.table_name = otm.table_name
                and atc.column_name = otm.column_name
                and atc.owner in (select * from table(schema_list_t))
                and 
                (
                atc.column_name like '%LAST%NAME%'
                or atc.column_name like '%FIRST%NAME%'
                or atc.column_name like '%NAME_LAST%'
                or  atc.column_name like '%NAME_FIRST%'
                or  atc.column_name like '%ENAME%'
                or atc.column_name like '%SSN%'
                or atc.column_name like '%DOB%'
                or atc.column_name like '%BIRTH%'
                )
                and atc.column_name not like '%PHYSICIAN_%'
                and atc.column_name not like '%DR_%'
                and atc.column_name not like '%PROVIDER_%'
                and atc.column_name not like 'PRESCRIBER_%'     
           )
          loop
             ...
    
    FUNCTION in_list_varchar2 (p_in_list  IN  VARCHAR2)  RETURN VARCHAR2_TT is
    
        l_tab   VARCHAR2_TT := VARCHAR2_TT();
        l_text  VARCHAR2(32767) := p_in_list || ',';
        l_idx   NUMBER;
            
    BEGIN
        LOOP l_idx := INSTR(l_text, ',');
            EXIT WHEN NVL(l_idx, 0) = 0;
            l_tab.extend;
            l_tab(l_tab.last) := TRIM(SUBSTR(l_text, 1, l_idx - 1));
            l_text := SUBSTR(l_text, l_idx + 1);
        END LOOP;
    
        RETURN l_tab;
            
    END in_list_varchar2;
    Published by: BluShadow on June 29, 2011 16:11
    addition of {noformat}
    {noformat} tags.  PLEASE READ {message:id=9360002} TO LEARN TO DO THIS YOURSELF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    Hello

    If you have a query that works well when you launch it directly, and that breaks down when you start with a procedure, this can be a problem of privileges.

    Points of view ALL_ * shows only the objects you have access, but using a procedure, privileges must be granted directly to the user and not with a role.

    You should check the SELECT privileges to your user through roles and give them directly to the user.

    Hope this will help.

    Sylvie

  • Problem with cable support announced for Germany, are the cables carrying Austrian also affected?

    I read about a problem on older charge cable which are sold until 2015. In some cases electrical discharges can occur and I wanted to ask the Austrian weather products are also affected.

    It seems very likely.

    Here are instructions from Apple on the reminder.

    https://www.Apple.com/UK/support/usbadapter-European/

  • I have a problem with corruption.  How can I change the timeline on an existing project.  Each image is moved about 2.5 min.;  My preferences are for 180 frames.  It does not seem to consider one after the fact.  Is it possible to copy the entire thing on

    I am new to use the forums.  How to start a discussion?  The ICO next which is grayed out.

    I have a problem with corruption.  How can I change the timeline on an existing project.  Each image is moved about 2.5 min.;  My preferences are for 180 frames.  It does not seem to consider one after the fact.  Is it possible to copy the whole thing and put it in a new, m not corrupted project?

    Hello and welcome.

    I feel for you after reading your story, however, it that are supposed to do? It is a forum for Dreamweaver and to my knowledge, Dreamweaver has no functionality called the chronology.

    Could you please explain the problem so that we can understand?

  • Problem with copying and pasting the bottom like a layer

    I use Photoshop elements 14.  I used the Polygonal Lasso to select part of an image and to turn off the Cup in a new layer.  I opened the image I want to use as the background to place the cutting on.  I select all and then copy and paste it into the file with the cutting.  What appears as a layer of this background in cutting a file image is a tiny part of the original image.  For example, the original image is a photo of the entire landscape and all that glue in the bottom layer is a small part of the sky.  I changed the resolution of the original background photo and the file with the cutting at the same resolution and that did not help.  How can I get the whole background photo to appear as a layer of the file cut on the Photo?

    If I understand your problem, using this example, I selected the background flower later and placed on a new layer, layer 1. Then I selected the field of the whole flower to another image and and copy/pasted on layer 2. The problem is not so much the resolution of 2 photos but rather their pixel dimensions. In this example, the dimensions of the field of flowers were much smaller than the image of the close-up.

    I resized and then 2 layer to fill the drawing area:

    Perhaps it would be easier to pick the flower of the image enlarged and paste the selection in the field of flower photo. Then, you can resize and reposition the flower according to the needs:

    If this isn't your scenario, please specify.

  • Suggestion: It's about the COPY PASTE function. It is possible to apply multiple copy and paste feature uses publishers or any application of MS?

    Suggestion: It's about the COPY PASTE function. It is possible to apply multiple copy and paste feature uses publishers or any application of MS? For example, I need to copy the 4 lines of text and want to paste in 4 different applications. First line on the 1st application, 2' nd on the other and so on. With this I can choose 1st line and COPY 1 copy, nd line 2' COPY 2 and so on. And while pasting, I can choose the necessary text to PASTE 1,2,3 or 4.
    This feature takes really where people have to work with text editors in their daily lives and find these scenarios quite often.
    I have no idea if this feature is already encapsulated in the MS Editors, so if it's already there kindly let me know.

    Thank you.

    Kind regards
    Fahad

    Send your comments to MS and request this feature in Windows 8:

    http://mymfe.Microsoft.com/Windows 7/Feedback.aspx? formID = 195

    "A programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • Copy paste functions question - use CTRL + C in the computer a. someone over the network from other data CTRL + V. use of the appearance of the computer A computer.

    Hello world

    I had a problem with the copy and paste functions in my corporate network environment.

    This must happen frequently and there associate with P & C data.

    Scenarios:

    User A is to copy data in his laptop using CTRL + C functions. and he did not make any problem with copy and paste functions.

    He is able to copy and paste without any problem.

    BUT. Someone from another computer (USER B) in same domain, use CTRL + V function to paste.

    When USER B use CTRL + V. He will receive the data that USER A previously copied.

    I'm curious to know how the data can go other the computer Clipboard?

    Hope someone can help me with that. :(

    Kind regards
    Suhail

    MSN

    I saw this on my own computer with customers.  Team Viewer or RDP was still running.  I copied my client stuck.  It is repeatable and I informed observer team (what I use) and they created a bug report.

  • I need to reinstall photoshop elements 8 after having problems with my hard drive. I use MacBook Pro and a timemachine. After restoring the program of the Time Machine, I got the error 6 code: a license for this product has stopt working. How can I cancel

    I need to reinstall photoshop elements 8 after having problems with my hard drive. I use MacBook Pro and a timemachine. After restoring the program of the Time Machine, I got the error 6 code: a license for this product has stopt working. How can I cancel it?

    See here:

    Error "Licensing has stopped working". Mac OS

Maybe you are looking for