Is it okay for cancellation/reinstatement in FDK operations?

I would like someone to assure me that the following is correct:

At the beginning, I activate FDK cancel check-in with:

F_ApiSetInt (FV_SessionId, FV_SessionId, FP_UndoFDKRecording, True);

And then, at some point, I do:

F_ApiUndoStartCheckPoint (docId, ConStringT ("Replacements"));

// .. replacements...

F_ApiUndoEndCheckPoint (docid);

Is this enough?

It is ok. Thank you.

Tags: Adobe FrameMaker

Similar Questions

  • BUG: Ops added to the stack of cancellation/reinstatement twice

    Hey, TLF team...

    I see a bug with what is added to the undo stack to combine the composite operation start/end with operations that are performed in the event handlers of start/end flow op for the duration of the op calls composite begin/end.  I filed some bugs through system of Flex SDK bugs earlier and they do not seem to channel through you right now, so I thought I would post it here.  This isn't quite a Blocker for us right now, but we would really like to see this one fixed for immediate if possible release.

    Steps to reproduce:

    1. call the EditManager.beginCompositeOperation ().

    2. call the EditManager.doOperation (OpA).

    3. call the EditManager.doOperation (OpB).

    4 handle FlowOperationEvent.FLOW_OPERATION_BEGIN event for OpB and the event handler called EditManager.doOperation (OpB_PreOp).

    5... usability OpB to do its thing.

    6 handle FlowOperationEvent.FLOW_OPERATION_END event for OpB and the event handler called EditManager.doOperation (OpB_PostOp).

    7. call EditManager.doOperation (OpC).

    8. call the EditManager.endCompositeOperation ().

    Result:

    Observe the CompositeOperation (the stack operations it contained) which is added to the undo stack.  It will contain something similar to this:

    1. CompositeOperation (composite global op created as a result of composite operation of start/end calls)
      1. OpA
      2. OpB_PreOp
      3. OpB_PostOp
      4. CompositeOperation (created as a result of the calls of doOp for managers of start/end of FlowOp)
        1. OpB_PreOp (same obj ref element "b" above)
        2. OpB
        3. OpB_PostOp (same obj ref element 'c' above)
      5. OpC

    As you can see, when we do operations for managers flow of start/end of op AND we are already in a composite operation context, the OPS is for managers of start/end added to the stack of cancellation/reinstatement in two places.

    In addition, we compile with "CONFIG::debug = true' during development, and in this case get the assertion error 'a non-contiguous composite operation operation add' during the finalizeDo for OpB_PostOp for parentOperation.addOperation (op) call."  The reason of the assertion error is that when we call parentOperation.addOperation (OpB_PostOp), ops parentOperation table contains only OpB_PreOp, which endGeneration does not correspond with the beginGeneration of OpB_PostOp due to changes in the model performed during execution of OpB.

    Expected result:

    OpB_PreOp and OpB_PostOp must be added to the stack of cancellation/reinstatement in one place.  Since we are already in a composite operation in this case, perhaps the composite wrapper created for OpB/OpB_PreOp/OpB_PostOp is not necessary, and OpB could be added to the appropriate location in the stack of PAHO.  Otherwise, preventing the pre/post OPS to have added to the composite op external looks he would set also.

    Note:

    In cases where we do an operation as a result of flow op start event, if another event manager call preventDefault(), we would prefer that our "pre-op" you not executed either--or he would get immediately cancelled when the edition Manager realizes that the original op could not.  Basically, we get this behavior by default with post ops, as end of stream op event never fires in this case.  Our solution for now is to use headphones to lower priority for managers who make pre ops we can check for defaultPrevented ourselves until we actually do the pre op.  We also saw some problems with the stack of cancellation/reinstatement broke up because of the generation numbers gaps in some cases where we do pre ops and then prevent by default on the original op, but we haven't really gotten to the bottom of these questions yet.  I realize is that everyone will want "pre" avoided ops if the original op is avoided.  We can still have specific cases where this is true.  I have no good ideas right now about how something like that could be treated, but I just wanted to throw out there.

    Thank you

    Brent

    We will study it in - I see that these problems could make life difficult.

  • Refund for cancellation within the trial period

    Hello support, I signed up for the "trial" of 30 days and cancelled within the first 30 days because I felt that I couldn't use the images of 10 per month. When I talked with the cat they said the cancellation is past not and after 30 minutes of goes and comes, she agreed to cancel the subscription without any cancellation fees; However wouldn't pay me for months. It's not fair that I canceled within the trial period and it is not my fault, that it does not work online. Can anyone help me please with the return? Thank you

    Hi rt

    Phone/chat support is available for cancellation - Contact customer support

    Thank you

    Bev

  • It is stated that my account renewal date 30/11/2015, can I ask for cancel now?

    It is stated that my account renewal date 30/11/2015, can I ask for cancel now?

    my adobe ID is < moderator signatures Email and your personal informationpersonal information >

    Thank you
    Nayla

    You may please check out the link below for instructions on cancellation.

    Cancel your membership creative cloud

    For more information you can contact the Support from Adobe by clicking on the link below.

    Contact the customer service

    Please make sure that you are connected to the right Adobe ID.

    Hope this will help you.

    Kind regards

    Hervé Khare

  • Hello, I need help for cancel the payment on my adobe account.

    Hello, I need help for cancel the payment on my adobe account. I'm from Peru, Im paying a monthly fee as a student. Help, please...

    Cancel your membership creative cloud

  • I just upgraded to the Plan complete creative Cloud, but I also had a plan of individual photo, the upgrade to the PAC will cancel the individual level, or what I have to cancel and how can I make sure that I do not get penalized for cancellation?

    I just upgraded to the Plan complete creative Cloud, but I also had a plan of individual photo, the upgrade to the PAC will cancel the individual level, or what I have to cancel and how can I make sure that I do not get penalized for cancellation?

    [Duplicate message deleted... post the same question more than once is confusing... MOD]

    [This is an open forum, not a direct line to Adobe support... you have to wait a response]

    First of all, such that added to your message of origin by a Mod, please do not post the same question twice

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific time) <==> NOTE DAYS AND TIME

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Flex 3: how to put a mark cross on this Canvas poster (for cancellations)

    Hello
    According to the click of the button, I display a component of research, made of canvas.
    public function openSearchCOmp (): void
    {
    var a: comps. SearchComp = new SearchComp();
    a.Height = 233;
    a.width = 450;
    a.x = 314;
    a.y = 106;
    a.verticalScrollPolicy = "off";
    a.horizontalScrollPolicy = "off";
    Application.application.addChild (a);

    }

    Now, please tell me, how to put a mark on this shown Cross Canvas (for cancellations) Please suggest.

    What is flase?

    The icon cancel must be in the component that you want to remove from the display list.

    Create a public function in the parent of the component to remove and cancel the icon click handler, try this:

    parentDocument.removeItem (this);

    If this post answers your question or assistance, please mark it as such. Thank you!

    http://www.chikaradev.com
    Adobe Flex development and Support Services

  • I need driver audio for hp pavilion dv6000 xp operating system

    I need driver audio for hp pavilion dv6000 xp operating system

    Hello

    Please read the XP downgrade guide at the link below:

    http://h30434.www3.HP.com/T5/notebook-operating-systems-and/General-XP-downgrade-Guide-for-HP-laptops/TD-p/83267

    If you really have a model dv6000 and not a dv6700 or higher, the guide to install the audio drivers for model you series are under the section titled 1. E Modelisation asy

    Paul

  • Save for Web and devices, the operation could not be completed

    I get this error when I save for Web and devices: the operation could not be performed.

    I saved to the web before for many more complex images, largest and without a hitch.

    I use a psd format with an image that I designed. It is no more complex than others I've done. It is small, just a horizontal navigation bar about the size of the one on Apple's site.

    I tried exporting, flattening, slicing it remove the slices.

    I think it's a problem with the application itself.

    I tried to fix my permissions, restart and held cmd, Opt, Control, Shift when starting PS to reset the settings. Any idea would be appreciated.

    Try to pass like a Flash, and then delete your backup for web Pref.

    http://KB.Adobe.com/selfservice/viewContent.do?externalId=kb405012

  • I want to cancel the request for cancellation of my current account transaction

    I had accidentally canceled my account with impatience and impulsive and had obtained an email notification reminding me that the transaction will take place on August 25. I wanted to cancel this process and just keep my account as is. Is this possible?

    This is an open forum, not Adobe support... Click below to contact Adobe staff for help

    While the forums are open 24/7 you can't contact Adobe support at any time

    Chat support: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Why am I being charged £82 for cancellation after 1 month?

    Hello

    I'm a film student and I paid for one month of the suite of student discount creative cloud just hoping to use it for the one month that I needed. Now that I do not have this software I decide to cancel that I did, but I was not informed about the cancellation until the end when I had already cancelled and I was told that I would be charged cancellation fees of £82 that I found to be very stupid and as a student, I can't afford the money with what I earned. So what I want to know is there is a way that I don't get charged that tax or do it where I am charged much less frequent? I find this very unfair and I said no then I would appreciate your help with my situation. Thank you

    rhysw83889237 wrote:

    I find this very unfair and I said no then I would appreciate your help with my situation. Thank you

    To give you a point of view when you talk to Adobe, the cancellation fee is part of the user agreement that you accepted when you registered for the subscription. Then, they told you about this before you even signed. They have mercy (and I hope they do - I was a struggle once student who had to work my way if College), but if they are not, consider this a life lesson right to read contracts before signing their.

  • Help for cancel the subscription required

    Hello! I would like to end my subscription to my monthly salary for Adobe Flash Professional because of my studies ended. It is impossible to do online without help and there's just endless circle of links I need to visit without result. I did a search online that many people faced with the same problem for years. How can it be like that? So unfair how Adobe wants to control my bank account. In this case, I am disappointed by the service from Adobe. I hope someone from the Adobe staff can help me with this question (hoping to not send me links, but with real assistance with the cancellation process). All the best, Dace.

    Hello

    In order to cancel the order, please contact customer service

    You can check: http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

    For more information on cancellation: cancel your creative cloud membership

  • Get a refund for cancellation costs £101 for a subscription renewed automatically without my permission?

    I've had cloud creative adobe for 12 months. Later, I wanted to cancel before he missed, around February of this year, but I couldn't t know how. It is only until that recently I realized that you need to communicate with someone and find someone else to cancel it, as if I can not click a button cancel myself.

    BUT! Here's the biggest catch, THERE IS a CANCELLATION FEE! AND THE SUBSCRIPTION WAS RENEWED WITHOUT MY PERMISSION! Therefore, I must now pay ME for 15 months, WHICH FLUCTUATES up to £21 tax WITHOUT SAYING! AND I have to pay a CANCELLATION FEE OF £101! This is equivalent to nearly 300 pounds ($465) only 15 months on a plan for student!

    An absolute and criminal shame! I will do everything in my power to warn others of this type of scam before they buy it.

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • NEED HELP FOR CANCEL THE SUBSCRIPTION AS SOON AS POSSIBLE!

    Hi I need help, cancel a subscription to adobe creative cloud, the thing is that I read the terms and how to cancel and he tells me that I am to be charged an additional amount of the subscription, as it exceeded use of 30 days or something, but I am not the user of this subscription as my brother used it for his work for the College , and I was assured by him that there can be no agreement to pay extra fees at the cancellation, surely you can see many hoe of a stress for me because I can afford is more to keep being charged for a subscription that is undesirable, I can't communicate with my brother either as it wandered off and is no longer, we are in contact It's very frustrating because I read the old process even on how to cancel it over a hundred odd times now, and I am amazed how easy ADOBE to subscribe but de-s' subscribe, it seems a bit of a scam too me just to get more money, I do not wish to be charged a residual amount, or whatever it is, all I want is to stop money coming out of my account free of charge! If a member of staff could please support me on that I would be very grateful that I have a lot more important accounts payable and simply cannot continue in this never-ending cycle.

    Thank you.

    Sam, here's what you can try: phone support | Orders, returns of trade

  • How to test for cancel ChooseFile

    Hi all

    Yet once again, I'm stuck with some stupid problem.

    When I cancel the ChooseFile dialogue, I want to shoot the GetTheFile function. However, I have not found the appropriate for this test.

    The inputFile is reported to be null in the case of cancellation:

    var prompt = "Select the formatted Citation file";
    GetTheFile ();
    
    function GetTheFile () {
      var inputFile = ChooseFile (prompt, GetDocPath (), "*.rtf", Constants.FV_ChooseSelect);
      if (inputFile == 0) {
        alert  ("No input - no processing");
        return;
      }
      alert ("Further processing of the inputfile = " + inputFile);
    }
    

    If I cancel, line 10 reports 'pursuit of the procedure of the inputfile = null ".

    6 for online tests the string "null" doesn't help either.

    The Scripting Guide says for this function:

    "The method returns 0 if the user has clicked Open, Select, Save or use; "a value zero if the user has clicked on cancel or an error has occurred."

    function GetDocPath () {
    // ----------------------------------------------- Get the document/book path
      var docFile, scrPath, lastBSlash;
      if (app.ActiveBook.ObjectValid()) {
        docFile = app.ActiveBook.Name;
      } else {
        docFile = app.ActiveDoc.Name;
      }  
      lastBSlash = docFile.lastIndexOf("\\");        // \ needs escaping
      scrPath = docFile.substring(0, lastBSlash);
      return scrPath;                                 // no final \ !
    } // --- end GetDocPath
    

    The line 6 for testing! == 0 captures the file entry valid names (of course). So, what is a test valid for the Undo feature?

    Hi Klaus

    You must write the word "null":

    If (Fichierentree is nothing)

    then it should work

Maybe you are looking for