Disable the button Archive in the custom Viewer

Hello

Does anyone know if it is possible to disable the button to archive in the custom viewers? I'm building a custom Viewer to be pre-installed on certain Android tablets for my users that wil Somphone software use to limit the use of the tablet to a few parameters and select applications. My concern is that if a user taps on then archive in my application they wil not be able to download the folio again due to the restrictions of the device, so disabeling the button archive would be the answer.

I just request if this is an option, or even possible. We use a professional account DPS.

Thanks for any help.

John.

You cannot delete the Archive button in the standard library.

You can rename the button Archives using the option of custom in DPS App Builder strings, but I don't know if it will help in your situation.

Tags: Digital Publishing Suite

Similar Questions

  • How the customer views initiates the connection to the broker?

    Only the customer view to connect directly to the time the broker for connections and for the desktop is always the case in View 5?  Can someone explain the process?  Points will be awarded for all responses, thanks!

    The client initiates the connection http with ssl (port 443) to make the initial connection and authentication.

    The user then selects a pool of offices, depended on its installation traffic how each tunnel by the broker for the connections (Security Server) on the desktop.

    Depends on if the display protocol is RDP or PCoIP or it will be on port 3389 4172 but they can both be in the tunnel if the connection to the server or directly on the desktop.

    Linjo

  • It is possible to disable the custom color picker color?

    Hi guys!

    I searched in the discussions on the color picker, but I found something...

    It is possible to disable the option to select a custom color? I work in a company that makes software to Brazilian clients, and not everyone understands English phrases...

    In other words it is the translation of the option, but I don't know if it is possible also.

    Thank you!

    You certainly need to add the stylesheet to the scene, not to anything else. If you take my example and change

    scene.getStylesheets ()...

    TO

    root.getStylesheets ()...

    you will see that it won't work anymore.

    The difference between that and the css that you used, it's that the css you used is applied to the selector button display color; You should apply styles to the popup (color palette), who does not appear in your VBox or AnchorPanes. Notice how the police changed to the name of the color in the button, but it has not changed for the label of 'Personal colour' you are trying to remove.

    Somewhere there is a code that adds the VBox you are subclassing of a scene and this decoration in a stadium. Your best option (maybe second best option, see below) is to find this code, you can add the style sheet to the scene itself.

    If you are working within a framework of someone else wrote and cannot access or modify the code where the scene is set, you have another option I see. Each node has a stage property that refers to the scene which this node belongs. So you can observe the changes made to this property and when it is updated, add the style sheet to the scene.

    So here's a hack to make my original hack works, in case you can not directly access the scene for some reason any:

    final String suppressCustomColorCss = getClass().getResource( "noCustomColorPicker.css").toExternalForm();
    colorPicker.sceneProperty().addListener(new ChangeListener() {
     @Override
      public void changed(ObservableValue observable,
      Scene oldScene, Scene newScene) {
      if (newScene != null) {
      List cssClasses = newScene.getStylesheets();
      if (!cssClasses.contains(suppressCustomColorCss)) {
      cssClasses.add(suppressCustomColorCss);
      }
      }
      }
    });
    

    This code basically says "when the color selector becomes an integral part of a new scene, add the stylesheet to this scene.

    At this point, you're applying notch on top of hack to get the effect you need. I think if I were in this situation I would not go ahead and define my own color chart. What you really need is a menu button, a property for the selected color and a popup with a layout of controls allowing to choose an arbitrary color. It would be a bit of work, but shouldn't be too hard. If you take this option (which I think may be your best bet), it's more work now but it will be clear what you do - when you (or other programmers on your team) eventually return to the code, you will understand how it works much better.

    You must also file two requests for features. An API toggle the option of choosing a custom color, as this seems to be a reasonable piece of functionality to have. The other should be properly internationalized text for the labels in the selector of colors, which are currently just hard coded in the code source in English.

  • Disable the detail view?

    Hello

    IM using a web application to create a listing, members who will be essentially a list of people, having each one ideally have a category. The page with the list view can be seen here:

    http://www.bicesterchamber.co.UK/Member-Directory

    For now I have disabled the link thanks to the detail page, however it will still indexed by the search engines and site search which is obviously not ideal. Could someone point me in the right direction for the best solution please?

    I should also ideally create a search form for users can refine all ads based on their category, found here:

    http://www.bicesterchamber.co.UK/membership

    Ive had a look at the search engine web app but that pulls in the categories at the level of the site, which is too broad for this use.

    I hope it is clear at all,

    Thank you

    Tom

    In your model of the detail view, you must create a template for it and redirect it with a header meta tag in the HTML template in your home directory.

    "for example: http://www.bicesterchamber.co.uk/member-directory" >

    This will then give you the solution desired for your redirection.

    You can also publish a model for web app view of detail that isn't any detail on this to reduce the risk of it being indexed and found.

    Hope it's a useful method for you.

  • How to disable the customer experience improvement program tasks

    original title: customer experience improvement program tasks

    Hello

    I noticed that even if I chose to not join the Windows Customer Experience Improvement Program, related tasks (Consolidator & OptinNotification) remain active. This tutorial suggests it's okay go ahead and disable them.

    Is this correct?

    Thank you
    UDI

    Hello

    You can turn off Windows Customer Experience Improvement Program in Windows and you can activate it at any time.

  • Lead the customer view Horizon

    Hello

    I have a pool automated linked clones (Floating (high trust) that are accessible from the traditional PC configured as zero clients. The PC are shared in a lab environment. Is it possible to direct a single computer to a single VM in the pool? I tried to replace the parameter "DesktopName' in the registry with the name of a real VM rather than the name of the pool, but that did not work. View customer comes to declare that 'VM' name was not on the list of the right desktop computers. Do I need a different type of pool to do what I'm looking for? Basically, I like to take endpoint PC it would correspond with a certain VM and have this VM serve every time.

    Thank you

    You can't do that with a floating pool - you would have a self-assigned dedicated non-persistent pool so that you can specify the office.

  • Questions not no projection in the custom Viewer app

    I created a viewer customized for the iPad application.

    Everything is loaded correctly, but I don't see my questions.

    My problem is set free and public, but still does not show... Please help

    Log in to the Panel Folio Builder the new Adobe ID (that you specify as ID title in DPS App Builder) and create a new folio. To get the items from the old folio in the news, you have two choices.

    (1) use the import command to import the items. This works well if you correctly set up your structure, including the creation of a sidecar.xml file.

    (2) share of the folio of the former Adobe ID to the new. Use the command copy to copy it to the articles.

    Specify the folio of metadata and cover images, and then publish the folios.

  • Hide a column that is used in the custom view.

    Hello! I would like to know if there is a way to do the following: I have a vision based on a table (Configuration Manager - views).  I've specified to display 4 columns appears in the view, so that we can change the columns without going into the database.  In the entry 'default display Expression' under the information tab of the view, I've specified how these columns should be displayed on the user interface. My problem: I don't want the fourth column in the UI at all, but I want this column to be always accessible by administrators via the view!  It is possible to specify somehow NOT to display this column, but always use it in the view? Thanks for the suggestions! Anya

    I'm not aware of any problem with the many points of view; Maybe, except for the handling potential/ease of use of Config Mgr if you really have a lot of them (regardless of the table). If there is no performance overhead, it must be processed by the database itself, and it will be very minimal.

    Terminology of the AAU for views is unfortunately not very consistent with one of the database. In the database, a view is just a subselect lines or columns in the table that could be used in some cases (for example, a user is granted to read data from a view, but not directly of a table) of use. UCM, a view is (also) used to enter data, which is the ability of a Table does not have.

  • The custom view name

    If I login with my AdobeID and password, can I change my display name? Problem is that I want users automatically connect with my own account, but with name custom.

    Hello

    I guess you can try this code attached. You can call the setUserDisplayName after creationComplete.

    I hope this helps.
    Thank you
    Hironmay Basu

  • Folio of retail is not revealed in the custom Viewer app.

    Hi all

    I created a subscription iOS app, but only the free folio is displayed.

    What I do wrong?

    Things to know:

    • I created a secret shared in iTunes Connect and set up my account with this secret edition
    • I created the ISP in iTunes Connect and them allowed to sell.
    • I compared the ProductID of the ISP with the ProductID for the folios.
    • I set up a proxy and see that Adobe webservices returns all folio to the app.
      Only those that are free is displayed.
    • I published a copy of a free paid folio, which ensures that the problem is not the folio.
    • I don't see any subscription tiles.
    • The app is not yet reviewed by Apple.
    • ISPS have not yet been examined by Apple.

    ....

    Excuse me. This has probably fixed already.

    I have test the application with a provision for the development of a program account profile another iOS as the distribution account that has the ISP associated with them.

    The appID is different, so the DPI API returns not all products available for this version.

    Damn. It took me hours to think about this...

  • How can I remove selected Custom view (s) of the event viewer Console tree?

    I looked at the MMC Help on create and manage custom views.

    I can't find a way to remove the custom filter views in the Console tree, which can be found on the left side of the event viewer.

    How can I remove selected Custom view (s) when they serve no more values?

    Problem solved

    I asked this question because I was unable to see what was going on in the event viewer and I couldn't find help in mmc HTML Help. However, now I see what's happening and I can give you a solution to my own question.

    Cause

    If I connect to the computer as a user with administrator privileges, I am able to use the event viewer to create a custom view filter that can be used by all users who have access to the event viewer. If I fix remove a view filter custom Console tree, I can't delete it unless I'm logged in as the user who created it.

    Solution

    1. Log the computer as the user who created the custom view.
    2. Start Event Viewer
    3. Use the right-click of the mouse on a custom view filter selected in the Console tree, open the drop down menu.
    4. Delete appears fourth in the bottom of the menu if and only if you are logged on as the user who created this view.
    5. Select Remove to remove the filter to custom view.

    If Delete does not appear in the drop-down menu, then it may not possible you connect as the user who created the custom view.

  • Unable to connect with the customer to view

    Hello

    I can connect to my first machine winXP with rdp, but the customer view told me that there is a connection error (error http, status = 400). In the "server connection", I used my ESX host's IP address.

    What does poorly or describing what it takes to make this work?

    Thank you very much

    Malta

    Sorry, just to clarify, the connection to the server is a Windows Server (may be virtual) who has the login server software installed. It's in its web interface that you configure all the settings for your desktops, your pools of desktop computers and users or groups have the right to use them. Although view uses rdp to connect protocol client to view isn't just a remote desktop client.

    You also need the view-agent installed in the virtual desktop machine, you want to connect.

    Once you point the client to connect to the server, it displays all the virtual desktop that took the user with that right you authenticated. The administrator is not automatically or the right to use any desktop PC, you must manually set the rights.

  • Custom Viewer no synchronization of the iPad

    I passed through the process of creating custom together Viewer all the way up to the application being placed in my iTunes library. The application is built with the correct .p12 certificate and mobile configuration files as well. The custom Viewer appears under iPad Apps in iTunes, if the icon is not the Adobe Content Viewer icon, it's just the standard application icon. When I sync my iPad, the synchronization process runs normally, but the application does not install on my iPad. Everything has been updated to the latest version. Anyone know what could go wrong?

    Ugh, I feel like a silly billy. So it turns out that iTunes will ask you to allow synchronization of App... learn something new right every day?

  • Creating folders in the custom display of calculation Manager

    So, in accordance with the documentation here:

    http://docs.Oracle.com/CD/E57185_01/EPM.1112/calc_manager_help.PDF

    page 29 says I can go to the custom view and create folders on any type of application. When I try this for Essbase application, the ability to create the file is not there.

    Can anyone confirm this on 11.1.2.4? Or is that something only applicable for applications of EPMA?

    Works in 11.1.2.4

    See you soon

    John

  • Determine the version of the agent to the remote computer of the VDI View

    I know that I can find information on the customer view of hosted office of the registry of the target computer by looking at the key HKCU\Volatile environment. In this key, I can find valuable information like the IP address of the client (ViewClient_IP_Address) or the computer name of the client (ViewClient_Machine_Name). However, I can't get the version of the Agent to view installed on the client in this way.

    Is it possible to get the version view Agent of hosted office (VDI machine)?

    Don't know if this helps or not, but there is a key "reg" that will tell you in HKLM\Software\VMware, Inc. \VMware VDM:

    Geoff

Maybe you are looking for

  • remember passwords

    I have in the past has opted for "never save password for this site". Now, I want the site to remember the password. Pls help

  • Satellite Pro A100 (PSAAC) - freezing for a second unknown device

    Hello I have recently reinstalled Windows on my computer, after installation, is a problem. With an interval of 10-15, my computer hangs at about a second - the computer reacts to the entry, and if a sound is played he repeats again and again. I don'

  • RAID 0 - size of the pagefile - MIPS - Overclocking - HD video Production

    01/06/10Hi HP.Last month I bought a refurbishedHP Pavilion Elite m9650fProduct # NJO62AAR #ABAS/N [text removed for privacy]Intel Core i7 920 Quad Core 2.66 GHz CPUPegatron, IPMTB-TK, Truckee (HP) - UL8E, MB6 GB (2 GB x 3 sticks), RAM PC3-8500, DDR3,

  • Designjet z2100: points with every print

    I have a row of points on one side to each print. Photos below Could someone tell me what are the causes of the problem?

  • OfficeJet Pro 8710: Officejet Pro 8710 and Web Services

    The Pro Officejet 8710 there web services?  I went through the control on the printer Panel, trying to find the configuration option and it's not there.  The printer has a built in web server, but it is said that the administrator has disabled the fe