DPS is their function where the user can choose which pages they want to keep, to build a custom (build yours) version for themselves.

DPS is their function where the user can choose which pages they want to keep, to build a custom (build yours) version for themselves.

N °

Neil

Tags: Digital Publishing Suite

Similar Questions

  • How can I get the old function to choose which page I want to go back to? I run Firefox 8.0.1.

    In older versions of Firefox, the back button has a small chip of a button allowing you to return to a specific page, until like 10 pages back. So if you knew that you wanted to go back two or three pages, you don't have to hit the back two or three times, you simply press this button and then select the page you wanted back. Can I have this option in Firefox 8.0.1? Thank you

    Click and hold the unified back / next button, or right-click to get the rear / front in the history of this tab.

    Or install this extension to get the restored former "drop-marker" button.

    https://addons.Mozilla.org/en-us/Firefox/addon/backforedrop/

  • Is it possible to give several skins, that the user can choose?

    I am applying in Flashlite and I would like to have two colors (skins). Skin day and night.
    I have no idea where to start. Anyone know where I can find a tutorial that can help me get started?

    see flashkit.com for beginner tutorials. most of them are as2 that should work well with your requirement of flash lite.

  • I can't download anything without the pop up "choose which program you want to open the file with" ".

    "choose the program you want to open this file" always comes up when I want to download something, and no matter what I choose, it will not download.

    frustrating... can anyone help pls.

    Take a look at this...

    http://forums.techguy.org/Windows-Vista/899995-solved-Open-box-opens-every.html

    Scroll down to the answer given by Phantom010
  • column of a link with the ability to send the user on several different pages

    using apex 4.0

    In my example:
    User: Secretary for a large company in charge of the HR database, enter new employees, reorganizing the employees, managers, etc.).
    Employee: A person working for the company whose information is in the database.

    The problem: my client wants the data divided into several subcategories, so, for example, it would be like sales, managers, etc., using the human resources database. The main page of this project contains a table that lists all the company employees, low to high. There is a column of navigation with several links to predefined reports filter that filters data on the question whether the employee in the database is a seller, Manager, etc.. If the user clicks on the link change, it will take them to a page master detail where the upper part is general information and background tasks of the employee. The problem is that, according to his level, there may be additional details that the user will want to change, such as if the employee is responsible for, the user will also want to see another table a list of employees by the Manager. There is also a second level of managers who will have a table of managers of this person manages. The dream is that there is a list of links above the tabular presentation, which will allow the user to choose what table they want to see. I thought about the following:

    1. create several copies of the home page, one for each subcategory, so that she will be the link change correct.
    Positives - Simple, easy, I know how to.
    Negative - would like it to appear on the same page, such that if the user deletes / adds a column in a single page, this change would occur on all other pages. I also have to make the same changes on several pages, one is required.

    2. create a text field hidden on the page that records the last link, what they clicked. When the user clicks on the link change, some kind of javascript selects the right page to go to in view of what is in the box.
    Positives - seems simple enough, but I have not tapped into javascript a lot
    Negative - not for sure if it is even feasible, would need help

    3. create a subpage of master-detail, that holds all the necessary tables and hide those that are not. When the user clicks on a link, the link triggers the current table to hide and another to appear.
    good points - all in the same place, that one page to link to main page
    negatives - it would require at least 5 tables on one page and I do not know how the apex would like that. I also don't like the idea of the page calling itself when the user is looking at senior managers and to display a lower Manager / employee.

    4. a creative method / useful / incredibly simple bore by a user of this forum.

    Because I'm in a very short, customer review period next week, I implémenterai #1 because it is the easiest and most straight forward, but I would like to know your thoughts to make much cleaner.

    Published by: rabbitman June 4, 2012 08:07

    I don't know if it's the best way to accomplish what you want, but it worked for me.

    Change the link in the column to specify the following for a target URL, where EMP_NO and EMP_TYPE are columns of the report.

    JavaScript:apex. Submit('#EMP_NO##EMP_TYPE#')

    In the processing of the page after several branches to different pages depending on the type of employee. For example,.

    Branch to Page 2: Condition = instr (: REQUEST, 'SALES') > 0
    Branch to Page 3: Condition = instr (: REQUEST, "MANAGER") > 0
    Branch to Page 5: Condition = instr (: REQUEST, 'PRÉSIDENT') > 0

    Since the: APPLICATION also has the EMP_NO, you can use this to set the value of the EMP_NO for the target page, pull up to the employee's file.

    Natasha

  • Satellite SA60-772: manual where the user?

    Hi, where can I find a manual for a Satellite SA60-772? In particular, I would like to know how the keyboard keys Fn function.

    Thank you
    Kobie

    Hello

    You can download the user manual Toshiba support page:
    _eu http://eu.Computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=eu&ID=Support_Homepage

    Good bye

  • Design requirement has evolved, savings where the user has navigated to.

    Continuing this thread: http://supportforums.blackberry.com/t5/Java-Development/Confirming-a-design-where-I-need-to-save-whe...

    Requirements have changed.

    I now need to save the position on the screen where the user has navigated to once the screen has been redesigned.

    Specific screens are relayed on and painted according to a TimerTask. Once the screen again, I must automatically reposition / scroll to the position that the user was on the screen.

    For example:

    1. A user can leave a screen open for ten seconds.
    2. A user scrolls down to 3/4 of the way down.
    3. Once this time is up, a TimerTask is executed and redraws the screen with new data.
    4. If the user did scroll down in a VerticalFieldManager 3/4 of the way down, once the screen is redrawn the user must be back to the same position - 3/4 of the way down in the VerticalFieldManager.

    Ideally, I would like to save the XYPoint and then reposition the screen for the XYPoint recorded - a small prototype needs to be done for my part, granted.

    However, is there a better design or any who has implemented this feature before on OS 5.0.0?

    Thank you.

    I did so with a Manager (s) personalized using the recursively offset of vertical scroll through the stack of Manager as suggested by Peter, but be aware that you must not only parchment of, but the position is within the screen/Manager to follow the actual position of the screen against the perceived one. Here is the code that I use in my manager with my custom functions:

    public final int getAbsoluteY(){
       int absY = (getY()+drawY);
       while( getManager() instanceof CustomLayoutManager ){
          return absY + ((CustomLayoutManager)getManager()).getAbsoluteY();
       }
       return absY;
    }
    
  • Confirming a design where I need to save where the user navigated to the screen.

    A matter of design, which is a good implementation of the following?

    I need to be able to save the location of the place where the user has scrolled, then when the user:

    1. Changing screens and returns to the previous screen.
    2. The application farm (moves the application at bottom) and opens the app again (move the app in the foreground).

    The user scrolls automatically here where the user was before.

    For example, if I have a VerticalFieldManager with the following text read only fields:

    • LabelField
    • LabelField
    • LabelField
    • LabelField
    • LabelField
    • ButtonField

    The user scroll down to the third LabelField — two actions user above performs, returns to the screen, and scrolls down to the third TextField again.

    Is the hardest part, I can't count on own dirty, muddy, or fields because it is read only the data and a ButtonField.

    I can't use Manager.setFocus because the fields have an accent.

    I think I can use Manager.setHorizontalScroll and Manager.getHorizontalScroll, but is there a better way?

    Not sure that your arguments to change my suggestion.

    "The user must be able to close the application."

    If they close the applciation that they lose their position.  It happens in most of the applications.  Browsers do not open up on top of the page you were viewing when you close, for example.

    "The user must be able to request the application thoroughly using the end key of red color"

    You will not be able to stop this.  It will just happen.  Nothing for you to do.

    "This is a pile of high display a screen where the Menu button is the main navigation.".

    This does not preclude that I proposed either possible.  If you pop a screen and then later push it, my understanding (and experience) are that he's going to be redisplayed as it was when you jump it.  The screens are objects, they don't stop screens just because they aren't on the stack of the screen.

    Also, I see no problem in what you descrtibed for a touchscreen device.

  • In javascript, how can I open a dialog so that the user can enter the value of a variable?

    I'm working on a script that will be used for many images, all of them using the same format (size of the image, layout layer, etc.).

    All of these images will have a text layer, and what I want is to have the script modifies the horizontal length of the text layer (horizontal percentage scale), it decreases so that all the text appears on the screen, where there is too much of it.

    But the text may vary from image to image, and what I want is for the script to display a dialog box have been that the user can enter text that will be on the text layer and scaled down.

    Is this possible?

    If you want the user to enter then adjust the text while your script is running, here's a way to do it.

    var typeLayer = activeDocument.activeLayer;
    var type = typeLayer.textItem;
    var t = prompt ("Enter text" , "new text");
    type.contents= t;
    transformLayer();
    
    function transformLayer() {
         try{
         var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
        desc.putEnumerated( charIDToTypeID('FTcs'), charIDToTypeID('QCSt'), charIDToTypeID('Qcsa') );
            var desc1 = new ActionDescriptor();
            desc1.putUnitDouble( charIDToTypeID('Hrzn'), charIDToTypeID('#Rlt'), 0.000000 );
            desc1.putUnitDouble( charIDToTypeID('Vrtc'), charIDToTypeID('#Rlt'), 0.000000 );
        desc.putObject( charIDToTypeID('Ofst'), charIDToTypeID('Ofst'), desc1 );
        desc.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Prc'), 100 );
        desc.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Prc'), 100 );
        desc.putBoolean( charIDToTypeID('Lnkd'), true );
        executeAction( charIDToTypeID('Trnf'), desc, DialogModes.ALL );
         }catch(e){}
    };
    
  • How to create the file on a location where the user with rights?

    Hello
    I have a requirement in my application a lot of program thatcreating a report to a file and it is written in a user's location. Now he specified directly as (c:\ or d:\...).

    The problem is that the user does not have right to access that directory. What I suggest, or I want to create is special reports on a location where the user with rights.

    Essentially in Windows system % UserProfile % having right to do anyting. Assume that the operating system that is installed in C: the % UserProfile % c:\documents and Settings\nom_utilisateur or D: then D:\Document and user Settings\nom.

    How do I get this help please me.

    Good help will be appreciated.

    Iqbal

    Hello
    The best practice would be to create the file in My Documents for the user currently logged in windows.

    Unfortunately, you did not mention your version of forms. In an older version like 6.x it is function in the library of d2kwutil called Read_Registry in the win_api_environment section, and in the more recent versions the same availble function in the library webutil to client_ name.

    So, you can read the registry database for the current logged in user using the function mentioned above of the location next to the register.
    My Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell folders

    There is an entry named personal. Read the path of this entry when running while generating / record file to the customer's location and save the file in this path.

    -Clément

  • I tried to write a script, the user can use. This return number file *.tiff associations back using the image viewer is caused each month.

    Original title: automation of file tiff without elevated rights association

    I tried to write a script, the user can use. This return number file *.tiff associations back using the image viewer is caused each month.

    Hi, Unclemarcus2002,

    You would be wiser to post on the Forum TechNet where there is COMPUTER experts.

    http://social.technet.Microsoft.com/forums/en-us/newThread

    Maybe using the ASSOC and FTYPE command in a script will do what you want? I think that these orders would also apply the association throughout the world, rather than on a per-user basis.

    ASSOC: http:

    FTPYE: http:

    Here is an example, that you can try.

    Let's say you have a text file called "foo.bar" and you want the extension .bar always open with Notepad. There is an association for text files, so get him by typing "Ftype | more' at the command prompt (it will make a major announcement). Finally, you'll see the line "txtfile". On mine, it's "txtfile=%systemroot%\system32\notepad.exe %1" without the quotes.

    First create your association: assoc .bar = FooBarText

    Now to assign your request to your file type association: ftype FooBarText=%systemroot%\system32\notepad.exe %1

    You should now be able to double-click the foo.bar file and it will automatically open in Notepad.

    If you already have a Microsoft Office Document Imaging association, I think that it should be relatively simple type of substitution. Use ftype /? for a little more help.

    http://community.Spiceworks.com/topic/119639-Windows-7-automate-file-assocations

  • Win 8 upgrade - the user can cause dual boot using the same license?

    Hello

    Thanks to MS for offers updated Win 7 for win 8 to 14.99 USD for all new buyers of Win 7 PC after June, 2012.

    I'm one of the eligible candidates for the upgrade at this price. However, I spent a lot of time, money and effort to put in place the Win 7 OS so that he could function at an optimal level I want.

    My understanding of an upgrade to win 8 is to lose everything I have Win 7 and replace the entire operating system to win 8 via a download from the MS. Download Center

    The problem is that I don't know if Win 8 is what I like and not sure if it is better than Windows 7. Reinstallation of Win 7 back takes time and effort.

    Do I know if the user can install Win 8 to another partition primary drive c during the upgrade, retaining the original Win7 (same license) to the other partition?

    If this is the case, it would be a great bonus for the new buyer of Win 7 PC, otherwise the user need to spend more money to buy to win a CD of Installation of 8 at the store and install t to separate partition.

    Thank you

    Low

    You can dual boot with the free upgrade, so that you upgrade to the eligible license, in this case Windows 7. If you want to dual boot Windows 7 and Windows 8, you must buy the full version license, what is Windows 8 Pro for use staff system

  • How to find 'Download Actions' forum where Adobe users can download actions?

    'Download Actions':How can I find the forum where Adobe users can download actions?

    Thank you

    https://creative.Adobe.com/addons

    Some actions are available on the store of modules. Please use the link above.

  • How to use JavaScript to limit the number of boxes to check the user can select a PDF form?

    How to use JavaScript to limit the number of boxes to check the user can select a PDF form?

    Here's the working solution

    Please rename all the boxes like chkBox0, chkBox1... .chkBox30 (must start with 0)

    Value of exports of each checkbox must be "Yes" (default value is Yes)

    Place this Code at the level of the Javascript Document

    -Code JavaScript document-

    var counter = 0;                Checked the meter

    -Count boxes checked again when the document is closed and reopened.

    for (var i = 0; i)<= 30;="">

    If (getField("chkBox"_+_i).value == 'Yes') {}

    Counter += 1;

    }

    }

    -The function of validation-

    function validateCheckBox(name,value) {}

    If (value == 'Yes' & meter)<>

    Counter += 1;

    } else if (value == 'Off') {}

    counter = 1;

    } else {}

    getField ("name") .value = "Off";

    App.Alert ("you can select only four checkboxes");

    }

    }

    -End of Document Javascript-

    Now put this line in the MouseUp event all checkboxes

    Box - Code MouseUp event.

    validateCheckBox (event.target.name, event.target.value);

    //----------------------------------------------------------------------------------

    Hope this will help

    Kind regards

    Post edited by: Mohammad Irfan

  • INM Impressario - prompt the user to choose where to save

    Hi all

    I created a PDF file from a template on the fly, and I want to invite the user to choose a folder where they can then save the PDF file created from template.

    With JPEG files, I used BUDDY API, but I have not had much luck with BUDDY API INM Impressario, can you suggest a way I can do this and also if there are known issues with Buddy API and Impressario.

    Thank you

    I use ".

    D11.5 (PC, XP)

    Manager v4

    Buddy API 4.07

    You don't need BuddyAPI for this.  Impressario is delivered with a behavior of "save with the dialogue."  You can use it.  Or, if you insist on the fact with BuddyAPI, you can use the command baGetFileName() even I wait that you used with your jpg images and once you have the name of file, send it to save() Impressario or SaveFromTemplate() order.

Maybe you are looking for

  • Security updates will not download.

    According to me, that I'm missing some dll files. I had a few malware - 'Searchqu' a few months ago and now my computer starts acting... The wil files do not download updates of security.

  • BlackBerry Smartphones BBM w / WiFi works only after changing SIM card not

    Hello I need help (otherwise I would not write here). I have the Bold 9930. Until I left the States, my phone was working perfectly fine... I had an email, BBM, whatsapp, text, etc... When I arrived in Haiti, I wanted to change my SIM card, then I wo

  • home network used acess let sites error has expired

    whenever we try to put on www.zionsbank.com it says connection has expired and it has been for the last two weeks, so we called the Bank and they said that their routers worked very well and everyone could get on their site, so we called comcast and

  • Form - selection list - add "choose an answer".

    HelloA form of eloqua I would have the following options in the select listwhere "Choose an answer" is the default and is not valid in the form validation logic.E10, my question is: can I implement this using select lists and the choice of field?Than

  • Adobe After Effects CC does not open. Application 0XC0000142 error

    I'm subscribed to creative cloud Adobe for Adobe After effects. I did install it and when I try to open AE it gives me an error reading this: the application could not start correctly (0xc0000142). Now, I tried installing and reinstalling 3 times.  I