Interface App - to remove content - Style Menu App

Hello


I have a few questions about DPS.


  1. , We want to update our application previously added with DPS2015. That's why we want to use previously published issues with abilities and older menu selection because they were ready for it. If we bring a folio released with an earlier version of DPS in an application with DPS 2015-> can I use this content with Dps menu old version (including menu content, birds eye view etc.)
  2. is there a way to delete the content within an application made with new DP? I'm removing the application itself to remove content to open up more space in the ability of my ipad.
  3. The library made with DPS 2015 Audi app? If yes how to do a style of menu similar to that one? and if not is there a way?


Thank you

Ediz


Hi Ediz,

1. you can activate the page go to your migrated folios, and is the interface in DPS2015 we have which replaces the table of contents and the view from the Clothesline.

2. we automatically manage storage of the device and purge older articles read as long as it is necessary to free up space.

3. I don't think that audi still uses DPS 2015. They are always on the previous version of the DPS and used a showcase custom HTML to implement their user interface.

Neil

Tags: Experience Manager Mobile

Similar Questions

  • Cannot remove content on Oracle Content Marketing (collection)

    Hello

    I have created a few articles and some material on Compendium projects. However, when I go to the products tab, then click on "Manage content", then browse and click on delete once I have selected the expected content, I get https://app.compendium.com/web/undefined and a message saying "page that you attempted to access was not found. Sometimes when I want to take down any content.

    Anyone encountered this problem before or know something to remove content?

    PS Oracle Support unfortunately is not an option.

    rakatash I spoke with one of the lead developers and they have tried to reproduce this problem and couldn't - you can help me understand:

    1. How do you get to the content management screen?
    2. Operating system and browser you are using? You can check that the problem occurs in a different browser?
  • How to remove paragraph styles select only

    Hi friends,

    How to remove paragraph styles select only

    Example:

    CO_H3

    COCPN

    COINT1

    COINTT

    Line of credit

    Head of design issues

    Design A-Head Mtrs

    Design Mtrs Hd

    EOC-nl-listitem

    Literate EOU continued

    Thank you

    Hi Karthik,

    Please try this code

    indesign #target

    var allStyles = app.activeDocument.paragraphStyles;

    var total = allStyles.length;

    var arrPosition = 2;

    myInput ();

    myInput () function

    {

    var myParStylesList = app.activeDocument.paragraphStyles.everyItem () .name

    var w = new window ('dialogue', ' ParagraphStyles applied: ");

    var myInputGroup1 = w.add ("group");

    myInputGroup1.add ('statictext', undefined, ' paragraph style: ");

    myInputGroup1.alignment = 'left ';

    var myDropdown1 = myInputGroup1.add ('dropdownlist', undefined, myParStylesList);

    myDropdown1.selection = 1;

    var myButtonGroup = w.add ("group");

    myButtonGroup.alignment = 'right ';

    myButtonGroup.add ('button', undefined, 'OK');

    myButtonGroup.add ('button', undefined, 'Cancel');

    w.Show ();

    r = [myDropdown1.selection.text];

    for (i = 2; I have<>

    {

    If (allStyles [i] .name is r)

    {

    allStyles [i] .remove ();

    Return r;

    }

    on the other

    {

    arrPosition + 1

    }

    }

    }

    Kind regards

    Barry B.

  • Remove the full Menu?

    Hello

    I have a listbox and when I click on any item in the list, it shows a menu called «Full Menu» I don't want this menu appears when you click the items in the list. How can I remove popup option "menu"?

    Please suggest.

    Thank you.

    I solved this problem with the following code:

    http://supportforums.BlackBerry.com/T5/Java-development/how-can-I-disable-the-default-ContextMenu/m-...

     protected void makeMenu( Menu menu, int instance ) {
            //will show the default menu
         //   super.makeMenu(menu, instance);
        }
         public boolean trackwheelClick( int status, int time )
        {
            return true;
        }
        public boolean trackwheelUnclick( int status, int time )
        {
            return true;
        }
        public boolean trackwheelRoll(int amount, int status, int time)
        {
            return true;
        }
    
  • In Media Center Chess Titans, how can I remove the 3 Menu buttons up (game vs man, play Vs computer, exit) while I'm playing?

    In Media Center Chess Titans, how can I remove the 3 Menu buttons up (game vs man, play Vs computer, exit) while I'm playing?

    While I play Chess Titans (Media Center Version, full screen), there are 3 buttons on the top while I play (game vs man, play Vs computer, exit).  These buttons are boring because there is no need of them.  Make a right click on the screen offers these options.  In addition, when you regularly play Chess Titans (not the Version of Media Center and windowed screen), these 3 buttons do not exist.

    Hi Shpati,

    Thanks for posting this question in the Microsoft Community.

    Windows media center is normal and it is not possible to remove or deactivate form here.

    It will be useful. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

  • How to get the paragraph style menu to detach?

    I wish that the paragraph style menu to behave the way the menu character, that is, as its own independent box. Crazy me a little tied to any "other Panel" - no matter what the name of this Panel, it's that it is attached to.

    Thank you very much!

    Just drag it off the coast in the page.

  • Remove unused Styles using measures

    Hello

    I need to remove paragraph styles not used in the document by using action, until the unused style count is 0.

    I saw the url below in this forum.  I can do this, use the action?

    remove unused styles from a single action...

    Thanks in advance,

    Sudha K

    Hello

    It won't make any change. However, please create pdf and compare with an old to check this. If my answer is correct, please mark it as correct response so that it is reference to others.

    Thank you

    Ramesh K

  • Anchor the Style menu buttons

    OK so I followed this tutorial today: http://active.tutsplus.com/tutorials/actionscript/create-a-mac-dock-style-menu-with-as3/

    and this is a great tutorial... with one exception. They never tell you where you can put the code by clicking on the buttons to make them functional.

    so now, I have a few nice buttons that don't go anywhere. All want to take a look at this and see if you can tell me where I can put in my event code 'click '.

    The way in which the directive addEventListener is written, it assigns the same function, mouseUp, each of your buttons. Looks like you have adapted the original six movieClips icon file to four of your own icon movieClips. If you followed the methods used in the original file and the value each of your movieClips icon to export for Actionscript and define a unique class name and a class name of common basis, then you can analyze what button was actually inside the function mouseUp.

    Here's a revision of OverButton.as that might work for you. You need to change the URL.

    package {}

    Import org.effects.DockButton;

    import flash.display.DisplayObject;

    import flash.events.MouseEvent;

    import com.greensock.TweenLite;

    import com.greensock.plugins.TweenPlugin;

    import com.greensock.plugins.TintPlugin;

    import flash.net.URLRequest;

    import flash.net.navigateToURL;

    Add this category to your imports

    import flash.utils.getQualifiedClassName;

    SerializableAttribute public class OverButton extends DockButton {}

    private var _object:DisplayObject;

    Create the urlrequest here...

    private var request: URLRequest;

    public void OverButton (): void {}

    _Object = This.getChildAt (0);

    this.addEventListener (MouseEvent.MOUSE_OVER, mouseOver);

    this.addEventListener (MouseEvent.MOUSE_OUT, mouseout/mouseouthandler());

    this.addEventListener (MouseEvent.MOUSE_UP, mouseUp);

    TweenPlugin.activate ([TintPlugin]);

    }

    private void mouseOver(e:MouseEvent):void {}

    new TweenLite(_object,.5,{tint:0x990099});)

    }

    private void mouseOut(e:MouseEvent):void {}

    new TweenLite(_object,.5,{tint:null});)

    }

    private void mouseUp(e:MouseEvent):void {}

    / * assign a new variable for the name of the class you gave each button...

    getQualifiedClassName returns the name of the class that you have assigned to each button in the

    Properties for each movieClip that you created

    The result will be a string * /.

    var thisButton:String = getQualifiedClassName (e.currentTarget);

    use a switch function to open the new url based on the name of button class that was found...

    {Switch (thisButton)}

    case "Quiz":

    request = new URLRequest ("http://www.mySite.com");

    navigateToURL (request, "_Self");

    break;

    case "FS":

    request = new URLRequest ("http://www.mySite.com");

    navigateToURL (request, "_Self");

    break;

    case 'Keller ':

    request = new URLRequest ("http://www.mySite.com");

    navigateToURL (request, "_Self");

    break;

    case 'manual ':

    request = new URLRequest ("http://www.mySite.com");

    navigateToURL (request, "_Self");

    break;

    }

    }

    }

    }

  • remove the default menu bar-shaped 10g

    I need to remove the bar menu by default displayed in the course of time in forms10g and instead include buttons for them on the page
    for the record, I use commit_form;
    the same way what should I use to exceute query (f8), show Lov (f9), first record, record of nxt, first block and previous block, print the page.

    The management doesn't use the default functionality that is provided in the menu bar, because according to them the icons in the menu bar are small... .and they can't remember what icon represents which function...!

    Now looking for file with a number in particular how should I get ahead
    for ex.
    I created the form using the wizard to DB saved about 20 records using the form. I now want to search recordno-14 how shoud I do...

    Hi Alain,

    Open the OFGMNUT.mmb that you can find in your devsuite\cgenf61\admin directory and locate the code in each menu...

    try to implement that in your form...

  • How can remove content from producer Folio so I n ' control see this content in Folio producer but I see it in the APP?

    I am writing, because Apple rejected our APP. The reason is that there is a test magazine, but in our DPS Folio Producer, we do not see the magazine. They want that to eliminate it, but we cannot because we cannot see it. Instead, from our Ipad we can see it.

    Hello

    You should contact the company's support and they can help you with this. You can find contact information by logging on http://digitalpublishing.acrobat.com/ and looking at the Middle bottom of the screen.

    Neil

  • How to customize the interface app in 2015 DPS?

    Hello DPS community,

    I'm trying to put in place an application with Adobe DPS 2015 so I use the Web app builder for this interface.

    I managed to put in place the items in a collection, but I can't find any options to customize the viewer interface.

    Is it possible to set the color of the status bar? Customize the sidebar on the side menu left which is connected to the icon menu burger?


    Thanks for the clarification or useful links on the customization of DPS 2015.


    Kind regards

    Carsten

    The only way to customze the viewer interface is to use page layouts and cards.

    check the example on http://blogs.adobe.com/digitalpublishing/madewithdps

    and take a look at the tutorials available on

    https://helpx.Adobe.com/digital-publishing-solution/help/cards-layouts.html

    https://helpx.Adobe.com/digital-publishing-solution/how-to/grid-layout-collection.html?set = digital-edition-solution-key-technical

  • How to remove my Start menu registry booster when I deleted the program.

    Boost Regostry downloaded and then deleted, piriform chose instead, because of the cost. ! It is still in my Start menu, were not able to remove when well even I have deleted hundreds of times.  He continues to appear at the beginning of the signature to the computor and a span.

    How does this relate to the features of Windows Update?

    You Uninstall the app, or simply "delete"? A you have bought the application?

    You have backups of ANY changes that you made using the component to the CCleaner registry integrity?

    =======================================================

    TIP: If you ever think that your registry database must be cleaned, repaired, amplified, to the point, cured, twisted, fixed or optimized (it isn't), read http://aumha.net/viewtopic.php?t=28099 and draw your own conclusions.

    See also http://blogs.technet.com/markrussinovich/archive/2005/10/02/registry-junk-a-windows-fact-of-life.aspx

  • How to remove the context menu buttons?

    Hello

    I have a pretty annoying problem. I have installed GNU Emacs and Emacs W32 some time ago, but spent to vim. However, in the menu context (context menu) for any file text (.txt, .c or .java) it is always an option called "Edit with Emacs." Now, obviously I no longer use Emacs and uninstalled several months ago. However, I can't get rid of this option in the registry. When I click on it now it opens the 'Open with' instead.
    Anyone know how to remove this option from the context menu?
    Thank you!

    Take a look at the app ShellMenuView. See http://www.techspot.com/guides/210-edit-windows-extended-context-menu/ for instructions and download.

  • remove character style color swatch

    Hello

    I'm doing a search/replace using the script to remove the fill color of a character style.

    So far I have to replace the current color by zero, using this:

    app.changeGrepPreferences.fillColor = myDocument.colors.item ("None");

    But what I really need, is replaced by the question mark symbol, as below, so he can inherit from another color that I applied via a grep style.

    empty.png

    To do this manually in Indesign I would control + click on the shade.

    I spent the last few days looking for the magical forest of code I'm missing with no luck, I hope you guys can help.

    See you soon,.

    John

    Hey John,

    Try this one:

    app.changeGrepPreferences.fillColor = NothingEnum.NOTHING;
    

    Hope that helps.

    --

    Marijan (tomaxxi)

    http://tomaxxi.com

  • remove unused styles from a single action...

    Hello world

    Is there a faster and better way to remove unused paragraph styles and character in InDesign without closure styles. Here is my script created. Its working fine.

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

    var doc = app.activeDocument;
    var pStyle = doc.paragraphStyles;

    for (i = pStyle.length - 1; i > = 2; i--) {}
    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.appliedParagraphStyle = pStyle [i];
    var myFind = app.findText (false);
    If (myFind == 0) {}
    pStyle [i] .remove ();
    }
    }
    Alert ("OK");

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

    But in our documents, we have many styles. So above script takes a few minutes to perform the task. It would be better if she has the action runs in a few seconds. Can someone look into this and provide me with a better solution.

    Thanks in advance

    Indana

    Here is how I could do this:

         ArrayCompress=function(array){
              var str = array.sort().join('\r')+'\r'
              str = str.replace(/([^\r]+\r)(\1)+/g,'$1')
              str = str.replace(/\r$/,'')
              return str.split('\r')
         }
         IsInArray = function (item,array){
             for(var i=0;i=0;i--){
         if(IsInArray(allStyles[i].name,names)){
              allStyles.splice(i,1);
         }
    }
    alert(allStyles.length + " unused styles");
    

    Please note: If your tables are tidy header or footer, cells.everyitem () will not work. You will need to loop through the cells to build the table.

    Substances

Maybe you are looking for

  • Need to maintain the icon in line with end of line to write on behavior

    Need to keep an icon that is aligned with the end of the line of movement 5 write on behavior I used speed custom behavior to write on to keep the time between specific waypoints proportionally compared to the times of real satellite data. However, I

  • Satellite A50 542: lines on the screen

    I have a Satellite A50 542. I turned on and all I have in front of me are a load of lines, cannot see through them. Anyone can suggest a remedy or solution? Thank you very much

  • I see a file, when I play the sound comes on but no picture any suggestions thanks

    I downloaded a dvd of my home movies that I can see the files, but some play that for 29 seconds and one that says it's a little over an hour just plays the sound, even if I see the picture of him on the record at the beginning.

  • Test the Client/Server application on device inside WiFi

    Hello I need to test my application within the company wifi network. My application survey exception I need to properly configure the APN. If I understand correctly it will route all traffic through external servers? In this case it will not help me.

  • AppLocale problem

    When I install and click it, it says: "this installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package. "I don't know