Custom remote dialog box crashes (subscription success window)

Hello world

I have a bug for a very long time, which I can't seem to be able to solve or understand, where it comes from.

In the viewer generator, there is this field:

URL optional custom dialog box distance

This URL load when the client has completed the subscription process. For example, you can ask for user or provide details about your products.

When I fill this with a URL on my publications page marketing, definitely, what happens: when a user subscribes to my publication, this window appears once the subscription process is completed.

The problem is that with all the applications for the last months, I've built, the application always stops in this window showing the contents of the given url, but with no possibility to leave this window. There is no 'Done' button either and no way to return to the library. The only way to leave the window is by killing the application via the Task Manager.

Someone else this problem? The only solution is to keep the empty field in the Builder Viewer and showing is not a success to the client window (although not having the possibility to ask for contact information).

The URL of a States in this area should fullfill special features (as a reminder of a certain type?)

Thank you very much in advance,

Richard

@everyone,

You will need to implement the API goToLibrary on the 'Submit' button of a form or something in the url of dialogue at a distance in option (http://www.adobe.com/devnet-apps/digitalpublishingsuite/Store-sdk-19.0/goToLibrary.html)

* The dialogue option remote url can only be hosted on a Web server. No way to implement in HTMLResources.zip

* goToLibrary API only works with the v1 API (application of Viewer until v25). If your application is currently in v26, you need to go to 'Advanced Options' in App builder and check the option "use inherited store API. This will return the V1 app where the goToLibrary API will work as stated in the above url.

Tags: Digital Publishing Suite

Similar Questions

  • Every time I open a file in Media Player 11, I get a dialog box telling me that Windows Installer is "preparation for installation.

    Whenever I open a file in Microsoft Media Player 11, (11.0.5721.5280) I get a dialog box telling me that Windows Installer is "preparation for installation.

    He tell me what it is trying to install and crashes

    No media plays back.

    Cancellation does not - it retrys with encouraging them. The only way to get rid of the dialogue is Ctrl/Alt/Del and end task. It also closes WMP11

    SP3 Win XP32

    I just installed Office 10

    I ran the repair of Office 10

    I uninstalled WMP11 and reinstalled

    I ran "Fix IT" page Support MS

    I run MS Security Essentials... It is to this day and I run a full scan

    I think you meant:

    "a. initially, box run, type"msiexec /unreg", and then press ENTER."

    I did and it helped somewhat. Message anyway, but he went and the media played.

    If I did:

    "(b) then type" msiexec/regserver"and press ENTER."

    The problem comes back

    I went a step further and ran a restoration of the system to the day, I installed Office - it worked.

  • When I click on my desktop shortcut icons in the new firefox 4 I get a dialog box that indicates that windows does not find that the website

    I have improved the previous version of firefox to the new firefox v.4 and now all the shortcut icons I used with the previous version display a pop-up dialog box that says that windows does not find this website, check the spelling - address - etc. But immediately after this window opens the Web site loads. I tried to load the original site, delete the old shortcut and drag the new shortcut to my desktop, but Firefox always gives me the same message.

    See:

  • The "Windows features" dialog box is empty in Windows 7

    When I click on turn on or off Windows features in the programs and features Control Panel, the Windows features dialog box is empty, no functionality is displayed. What should I do?

    Thank you buddy, but sfc.exe/scannow not worked and I faced another error! (windows resource protection could not start the repair service).

    Finally, I found the solution:
    (1) If you receive the error "Registry space" low, set the size limit of the registry to "unlimited":
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
    Key: RegistrySizeLimit
    Type: REG_DWORD
    Value: 0xffffff (4294967295)
    (2) restart
    (3) as administrator, open a command prompt and run "SFC/scannow". The command should complete successfully and when errors have been detected, they should be corrected.
    Follow the steps and good luck!
  • FDK - add custom modeless dialog box in the workspace

    (transferred to framedev and coaches, have no chance to get a response)

    Hello

    Someone at - it their own dialog box successfully added to a workspace, then got to

    appear when this workspace is selected or reset? The FDK doc implies that this

    can be done, but I can't understand it. I opened my save dialog box the

    workspace, but it does not come at the time when I reset the workspace.

    In fact, I didn't it works, because there must be some other crochet

    where I responded by running the appropriate code to open the box. FM couldn't know

    What would this code. But I can't understand how to use notifications.

    In particular, I can't understand FA_Note_Dialog_Create at all.

    Thank you

    Russ

    Well, I finally thought to it with greater experimentation. I think the answer is in the FDK docs, but it was difficult for me and my first experience has failed for some reason any. Pasted below is some info that I sent to Maxwell Hoffman at Adobe, in which case it would be interesting to their team of technical publications:

    RE: Adding a dialog box customized to a workspace

    It took me a long time to understand this because I think the FDK documentation lacks some details. Here's what he says now:

    "Because FrameMaker supports workspaces, modeless dialogs of the customer can become a part of a workspace. To do this, the customer must manage the notification FA_Note_Dialog_Create, who is sent to the client when the workspace must launch the modeless dialog box for a particular customer. »

    I guess the answer is there, but it wasn't enough clarify for me to understand at the beginning. I have finally understood that when you save a workspace when the dialog box is open, the notification and then is done automatically once you select or reset this workspace in the future. There is also the fact that "sparm" is set to the name of the dialog box, you need to test in order to know how to react. So, I would recommend adding some verbiage that is similar to the following:

    When a workspace is saved with a custom open modeless dialog, name and positioning of this dialog box are stored with the workspace. Then, when the user selects or resets the workspace, FrameMaker sends the FA_Note_Dialog_Create to the respective customer with sparm set to the name of the dialog box. It is then the responsibility of the customer to manage the notification and run the code needed to open the new dialog box. Once the dialog box is open and the client code stops, the workspace setup routine will continue and position automatically dialog as stored in the workspace.

    Note the following points:

    -FA_Note_Dialog_Create is sent when the workspace includes a custom dialog which was opened after you save the workspace. If several custom dialog boxes have been opened, individual notifications are sent for each.

    -Customer notification code must reopen the dialog box itself (F_ApiOpenResource(), etc.), then it will position the workspace.

    - As all notifications, you must enable FA_Note_Dialog_Create with F_ApiNotification().

  • file with several custom templates dialog box

    I need to be able to user multple select models of file (* .bin, *.exe...) in a dialosg file similar to the VI of file dialog express where he enumerates the directory and allows the user to select multiple files in a list from windows dir.  The express VI has an entry of bosses who takes several criteria separated by a semimcolon, but it seems not to be a way to provide control of the ring for the type of file and let the user choose the model he wants to filter the directory listing.  That is, > if the user wants to load files that are only * .bin, he wants only to display in the list.  How can I do this without multiple dialog boxes?


  • How can I change the default file locations in the dialog box "Save as" in Windows 7 x 64?

    I tried all the tips and tricks of WinXP, but they do not seem to work in Win7. Does anyone know how to change the location of the default files for the dialog box "Save as" in Win7?

    It seems, in Windows 7, that you cannot change locations by default save as file.

    In XP, we could modify the registry or use other methods to change the location of the files that appear on the left margin of the Save as dialog box. But some Morón in Redmond chose to end with good sense and called "libraries."

    I really wish Microsoft would stop doing what they think, it's the best for Grandma and little Suzy and give us what expect when we pay for these programs.

  • Dialog box empty installer on Windows 8.1

    I'm trying to install flashplayer to use in firefox (included with ie11 already in Win8) using install_flashplayer15x32_mssd_aaa_aih.exe (signed September 1, 2014 12:34:23) of the file version 3.5.4.26 and product 2.0.2.13 verion. Whenever I have double click the EXE file, it brings to the top of the window but it is empty:

    EmptyInstallerWindow.png

    When the EXE file is executed and the dialog box is displayed the EXE is deleted (as it seems to be running)...!

    When I try to close it with the Red Cross, it evokes the following url in my browser http://www. {} completionpageurl} .com /? ExitCode =-1

    Dialog using the cross of closing does not work and I have to 'end task' the process tree.

    8.1 Windows with all updates of Windows from December 2, 14

    I downloaded from Adobe - install Adobe Flash Player

    On the page that says he will be 17 MB but is actually only 1 MB

    Thank you very much.

    (It runs in the downloads folder, and this always happens when I take control of security an "unlock" the exe in the properties pane)

    You have to bypass the buggy downloader exe and download the full installer. See

    Re: Unable to install flash player. After you download the Adobe FLash Player installer and running, a gray pop-up window opens but nothing does not appear in it. There is no progress bar or whatever it is.

  • Create dialog boxes in acrobat for windows and Mac?

    Hello

    I'm new to acrobat c++ sdk.

    Can someone tell me how I can create dialogue locked up for the acrobat plugin which will show some areas of text, buttons, and other elements?

    Is there an available internal API to create dialog boxes? So that they work in the two OS (windows and Mac).

    There was an internal API (ADM), but it is deleted. Now you must make your own arrangements as in any other program. You can use native calls (different between platforms) or as wXWidgets library.

    JavaScript has a very simple API, very limited dialogue, but take a look.

  • Problem with keyboard shortcuts in the filter dialog boxes - CS5 64-bit Windows 7

    While in the filter > sharpening > Unsharp Mask dialog box, I hit the < SPACEBAR > to get the hand in vain tool the screen cursor change cursor default 'box' so I tried again and still no change until I moved the mouse. then only the hand familiar tool icon appeared.  Good, so I then used hand tools, using the mouse to reposition my opinion and released the left mouse button, but the tool hand cursor remained on the screen until I moved the mouse again.  I have experienced the same problem (always in the filter > sharpening > dialogue emphasis) with the shortcuts of the Zoom tool using the ctl <>and < alt > key.  Not really a problem of killer but confused, not less.  Holder to try to solve the problem, I have known the exact symptoms same for each of the filter dialog boxes > blur filter > noise, filter > sharpness, filter > aesthetic and filter > other.  I also have Photoshop CS3 installed and all shortcuts work as expected.  Anyone else seeing this odd behavior?

    What you see is a bug.   We have an internal bug on this issue.

  • How can I remove a shortcut from the dialog box 'Open with' in Windows 7?

    Inadvertently, I added a few shortcuts to open with that are unnecessary (I chose .exe that are not supposed to work this way, as a few .exe 7zip), but I'm unable to remove from this menu.

    I found a Microsoft article on this operation, but he says it's for Windows 8, tells me to click on the version for Windows 7, which brings me to a search page, and when I search for it, it shows links that take back me to the original page, so I'm going in circles.

    http://support.Microsoft.com/kb/258860

    How can I do this?

    Hello Dave!

    Have a look here: http://www.sevenforums.com/tutorials/96077-open-clean-up-remove-programs.html

    (When you scroll down on this page, you will find many more related tutorials)

    This link might be interesting, too: http://www.howtogeek.com/howto/18119/remove-programs-from-open-with-menu-in-explorer/

  • Need help with custom dialog box

    I created a custom help dialog box. The problem is that 5 buttons do not properly fit in my manager of horizontal field on some blackberry devices. How can I make own? I tried to use my own custom buttons that allow me to specify their width and height, but I'm unable to get the width of the dialog box, so I can't determine how wide should be buttons.

    import net.rim.device.api.ui.component.ButtonField;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.container.HorizontalFieldManager;
    
    public class HelpDialog extends Dialog
    {
        static int ButtonPressed;
        HorizontalFieldManager hfmChoices = new HorizontalFieldManager();
        ButtonField cmdFirst = new ButtonField("|<")
        {
            protected boolean navigationClick(int status, int time)
            {
                ButtonPressed = 0;
                close();
                return true;
            }
        };
        ButtonField cmdPrev = new ButtonField("<")
        {
            protected boolean navigationClick(int status, int time)
            {
                ButtonPressed = 1;
                close();
                return true;
            }
        };
        ButtonField cmdNext = new ButtonField(">")
        {
            protected boolean navigationClick(int status, int time)
            {
                ButtonPressed = 2;
                close();
                return true;
            }
        };
        ButtonField cmdLast = new ButtonField(">|")
        {
            protected boolean navigationClick(int status, int time)
            {
                ButtonPressed = 3;
                close();
                return true;
            }
        };
        ButtonField cmdClose = new ButtonField("Close")
        {
            protected boolean navigationClick(int status, int time)
            {
                close();
                return true;
            }
        };
    
        public HelpDialog(String message, int page, int maxPages)
        {
            super("Help (Page: " + page + " of " + maxPages + ")\n\n" + message + "\n", null, null, -1, null, 0);
            ButtonPressed = -1;
            if (page <= 1)
            {
                cmdFirst.setEnabled(false);
                cmdPrev.setEnabled(false);
            }
            if (page >= maxPages)
            {
                cmdNext.setEnabled(false);
                cmdLast.setEnabled(false);
            }
            hfmChoices.add(cmdFirst);
            hfmChoices.add(cmdPrev);
            hfmChoices.add(cmdNext);
            hfmChoices.add(cmdLast);
            hfmChoices.add(cmdClose);
            add(hfmChoices);
        }
    }
    

    Thank you

    Most people have no need a close button, they expect the ESC to do it for them.

    That said, I disagree with this statement:

    "I think that the only good way to use managers other than the AbsoluteFieldManager, is to use them at all."

    Designing a user experience that works well on multiple devices is difficult, and I don't think that has a size fits all approach work.  In addition, I don't have the time to create formats for specific screens for each device type, and although this will not happen now, I didn't have to rework screen designs every time that a new device came out.  I think that it is possible to create a common user interface experience given the size of the screen, and whether it is touch.  If you want to read my thoughts on this, have a look at the tutorial of the user interface you will find here:

    http://supportforums.BlackBerry.com/T5/Java-development/tutorials-for-new-developers-part-1/m-p/1621...

  • The appropriate dialog box position

    I use native windows user interface create a modeless dialog box (not SMA). I want to do the standing still on the window dialog box, so I write codes dialog box creation when the startedup notification message is triggered, but the dialog box crashes before it shows. If I could create a dialog non modal when plugin start up or any place can do that?

    I got hurt also if you try to create a dialogue too soon. I am currently their creation in response to the kAIApplicationStartedNotifier. This seems to do the trick.

  • Dialog box style off the screen

    While using InDesign full screen (3440 x 1440), the object style dialog box is on the top of the screen and cannot be dragged on because the title bar is also off the screen.  The dialog box cannot be resized (who usually move it), so I'm not sure how to make visible.  Restoration of the app is not help either - the dialog box is still mostly off the screen.  In addition, the Windows key + ShiftKey + left arrow (or one of the arrows by the way) does not affect the location of the upper part of the dialog box, passes just a screen that displays the dialog by mistake on.

    2015-09-14_10-10-51.png

    The operating system is Windows 10 on a Surface Pro 3 with a monitor LG Ultrawide.

    Thank you

    Richard

    Steve,

    I contacted Adobe support, and the winning solution was to detach the Surface Pro 3 and raise InDesign with only the single monitor of 2440 x 1440.  The object Style Options of windows then jump-up in a usable place.  When I brought the Tablet, reopened InDesign and brought to the top of the window, it was still where I left it on the tablet screen and I could drag it to a site that is usable on the external monitor.  Solved the problem, but I think that it a workaround solution.  No app should place a dialog box or the same window partially off the screen in the current context of monitor/Bangkok.  Looks like a tweek for InDesign, go ahead... ;-)

    Thank you

    Richard

  • CS5, slow to get the "open" and "Save" over the network computer dialog box.

    I had this problem, since the suite has been installed, but recently got a lot slower. Whenever I have click on open or save, it takes 8-10 seconds just for the upcoming dialog.  CS1 has quick relief - I know it was hundreds of years ago, but I can't help but compare the two.  I have the same problem with InDesign and Illustrator. The suite is running on a Windows 7 computer with a home network, access files of a machine XP as a Buffalo Linkstation.  Once the dialog box appears, and I double click, the file is pretty quick to appear.  I did research online and I think that the problem was in the network or settings.  The network is fast, Windows Explorer has no delay in opening the search for files or other programs outside of the Creative Suite. I did an experiment to refine the problem - I closed Photoshop, disconnected the network cable and reopened the program.  WONDER - it was so FAST to open the dialog box for opening and saving files!  I closed and then Photoshop again, plugged the cable network Photoshop to and open back.  He was back at the slow opening of the dialog box.  Everything else in the programs works fine - no delay during the execution of the operations in one of the Creative Suite - it has to do with the network and how CS is looking for the files.  Can someone help me, I'm so frustrated - it adds unnecessary time to everything I do and I'm afraid to open and save files!

    Have you tried to work with the display of the dialog box at all under Windows 7 under the drop to organize (left side)? Also, is - one of your Favorites in this dialog box are pointing to something that might be offline?

Maybe you are looking for