Layer static objects/text on top of interactive elements

is it possible to layer static objects/text on top of interactive elements (including scrollable slideshows or MSO) in INDD CC for DPS/Content Viewer?  The static objects (on their own layer) disappear when viewed on tablet in Content Viewer

Thank you so much!
Taylor Guilmette | Senior Graphic Designer
CBRE/Grossman Retail Advisors
33 Arch Street, 28th Floor | Boston, MA 02110
T +1 617 912 7052 | F +1 617 912 6867
[email protected]<mailto:[email protected]> | www.cbre.com/taylor.guilmette<http://www.cbre.com/taylor.guilmette>
Follow CBRE/Grossman Retail Advisors: @CBREGRA<https://twitter.com/CBREGRA>

Similar Messages

  • InDesign cs6 crashes when exporting objects with drop shadows to interactive PDF

    I am using the trial version of InDesign CS6 on a mac OSX 10.7.4  I need to export my document as an interactive PDF. I have found that the export works fine so long as none of the objects within my document have a drop shadow. However, if I add a drop shadow to any object (text, images, or video) InDesign will crash when I try to export. I am adding the drop shadow by selecting the object and then choosing Object > Effects > Drop Shadow. Is there another method I should be using to add the shadow if I want to export to an Interactive PDF?

    Hi Peter, thanks for the response. Yes, I have tried creating a new blank project and adding one text object with a drop shadow and then exporting to Interactive PDF, and I experienced  the same result. I tried replacing my preferences as you suggested and found that it did not have any affect.
    I continued developing my InDesign document without using any drop shadows and began to experience the same type of crashing under two more circumstances. 1. When relinking assets in my Links panel. 2. When exporting to interactive PDF with interactive objects that are being clipped (I get a warning telling me I have clipped objects before I export; when I click export I experience the same crash.) I have tried exporting the same file to a print (non-interactive) PDF and experienced no crashing.
    I thought I should mention that I am using a retina display mac book pro with 16GB RAM. Could my graphics cards or the configureation of my machine be causing my issue?
    Thanks so much,

  • How can we do Scrooling text on top of the page

    Hi
    I have seen scrolling text in below link on top of the page.
    http://htmldb.oracle.com/pls/otn/f?p=31517:1:2002688616473008
    Could you pls let me know how can we do this?
    Regards
    Kiran Akkiraju

    Hi Kiran, <br>
    <br>
    Do you mean the text that is going from right to left?<br>
    That's javascript... below a copy/paste of Denes site.<br>
    <br>
    Dimitri<br>
    <br>
    -This is not my code, all the credits are for Denes Kubicek-<br>
    <br>
    <script language="JavaScript1.2">
    //Specify the marquee's width (in pixels)
    var marqueewidth="475px"
    //Specify the marquee's height
    var marqueeheight="40px"
    //Specify the marquee's marquee speed (larger is faster 1-10)
    var marqueespeed=2
    //configure background color:
    var marqueebgcolor="#ffffff"
    //Pause marquee onMousever (0=no. 1=yes)?
    var pauseit=1
    //Specify the marquee's content (don't delete <nobr> tag)
    //Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
    var marqueecontent='<nobr><span style="font-weight:bold"> Welcome to scrolling text... and of course, you can switch this newsticker off by cklicking HERE !</span></nobr>'
    marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
    var copyspeed=marqueespeed
    var pausespeed=(pauseit==0)? copyspeed: 0
    var iedom=document.all||document.getElementById
    if (iedom)
    document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+marqueecontent+'</span>')
    var actualwidth=''
    var cross_marquee, ns_marquee
    function populate(){
    if (iedom){
    cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
    cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
    cross_marquee.innerHTML=marqueecontent
    actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
    else if (document.layers){
    ns_marquee=document.ns_marquee.document.ns_marquee2
    ns_marquee.left=parseInt(marqueewidth)+8
    ns_marquee.document.write(marqueecontent)
    ns_marquee.document.close()
    actualwidth=ns_marquee.document.width
    lefttime=setInterval("scrollmarquee()",20)
    window.onload=populate
    function scrollmarquee(){
    if (iedom){
    if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
    cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
    else
    cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
    else if (document.layers){
    if (ns_marquee.left>(actualwidth*(-1)+8))
    ns_marquee.left-=copyspeed
    else
    ns_marquee.left=parseInt(marqueewidth)+8
    if (iedom||document.layers){
    with (document){
    document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
    if (iedom){
    write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden">')
    write('<div style="position:absolute;width:'+marqueewidth+';height:'+marqueeheight+';background-color:'+marqueebgcolor+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
    write('<div id="iemarquee" style="position:absolute;left:0px;top:0px"></div>')
    write('</div></div>')
    else if (document.layers){
    write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee" bgColor='+marqueebgcolor+'>')
    write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
    write('</ilayer>')
    document.write('</td></table>')
    </script>

  • Static Objects.

    If an object were static, would its non-static members act like static? What kind of problems would happen if two threads try to use this object to call one of its non-static functions? Would any member of this object (either static or non-static) be part of a critical section?

    jverd wrote:
    wpafbuser1 wrote:
    There's no such thing as a static object (since there's no instance).No, there's no such thing as a static object because the property of being static or not is not applicable to objects. Saying there's no instance is wrong, since, if there's an object, there's obviously an instance--the object.I wrote too fast, I meant there's no instantiation. Obviously there's an object/instance. But my thinking was flawed there anyway. :)
    A class is considered static when it's fields and methods are static.No. A class is static when it's a nested class and it's declared static. A class is often incorrectly called static simply by virtue of it having only static members. Regardless of whether the class is static, all instances of that class are neither satic nor non-static.The term static, incorrectly used or not, I was referring too top-level classes not inner classes.
    I guess what I'm saying is that if you include non-static methods or fields in your class, it's no longer a static class Wrong.
    class Outer {
    static class Nested {
    int x;
    void foo() {}
    }Nested has a non-static member variable and a non-static method, but it's still a static class, because it's declared static.Again, we're talking about 2 different things now.

  • Accessing static object across portlets

    hi
    in portal server 7.1, i had a static object that is used by all the portlets by usebean tag in jsp. it works fine
    for all the tabs that i created. But when i tried to access the page in new browser, the same static object exists.
    how, the object exists for the new session also. the bean code i called from jsp is...
    public class ObjectDispatcher {
    /** Creates a new instance of ObjectDispatcher */
    private static SessionDispatcher dispatcher;
    public ObjectDispatcher() {  }
    public SessionDispatcher getDispatcher() {
    if (dispatcher == null) {
    dispatcher = new SessionDispatcher();
    return dispatcher;
    the jsp portlet code to call the bean is :
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8" import="com.test.SessionDispatcher"%>
    <%@ page import="javax.portlet.*"%>
    <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
    <portlet:defineObjects />
    <%PortletPreferences prefs = renderRequest.getPreferences();%>
    <jsp:useBean id="objdispatcher" class="com.test.ObjectDispatcher" scope="session"/>
    <%
    SessionDispatcher bosession = objdispatcher.getDispatcher();
    out.println(" got dispatcher "+bosession);
    String sessid = bosession.getSessionID();
    %>
    the bosession object is printed for all the portlets across the tab give the same portlet object that is fine.
    but for new browser also, the same object is printing.
    i want to create new object when new explorer opens.
    please help to resolve this issue

    hi
    in portal server 7.1, i had a static object that is used by all the portlets by usebean tag in jsp. it works fine
    for all the tabs that i created. But when i tried to access the page in new browser, the same static object exists.
    how, the object exists for the new session also. the bean code i called from jsp is...
    public class ObjectDispatcher {
    /** Creates a new instance of ObjectDispatcher */
    private static SessionDispatcher dispatcher;
    public ObjectDispatcher() {  }
    public SessionDispatcher getDispatcher() {
    if (dispatcher == null) {
    dispatcher = new SessionDispatcher();
    return dispatcher;
    the jsp portlet code to call the bean is :
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8" import="com.test.SessionDispatcher"%>
    <%@ page import="javax.portlet.*"%>
    <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
    <portlet:defineObjects />
    <%PortletPreferences prefs = renderRequest.getPreferences();%>
    <jsp:useBean id="objdispatcher" class="com.test.ObjectDispatcher" scope="session"/>
    <%
    SessionDispatcher bosession = objdispatcher.getDispatcher();
    out.println(" got dispatcher "+bosession);
    String sessid = bosession.getSessionID();
    %>
    the bosession object is printed for all the portlets across the tab give the same portlet object that is fine.
    but for new browser also, the same object is printing.
    i want to create new object when new explorer opens.
    please help to resolve this issue

  • How to: Add Conistent Overlay/Text On Top of Picture Slideshow

    Hello everyone - am fairly new to Keynote. I'm sure there is an easy way to do this just not sure how ...
    I am putting together a picture slideshow as part of a presentation I am doing ... have a lot of pictures to cycle through ... maybe 100 ... anyhow, it is very easy to add all the pictures by dragging and dropping them and also to change all the transitions and timing at once ... it is a cinch!
    However, I am struggling with a way to overlay a title/text on top of ALL the images (same logo/text for all of them). I have played around with creating my own "Master Slide" that has the text I want to display, however, the image always covers/blocks the text ... I noticed that I can enable something like "allow master slide to interact with the layers of the other slide material", however, I have to manually click each picture and "Send to the Back" in order to see my text/logo. This is a pain!
    Is there an easier way to do this ?
    Thanks,
    Damon

    In my experience, if you use a text box on a master and it's set to be a placeholder (or it's the actual Body box of the slide), then you put a media placeholder (photo placeholder) on the master slide, while the master will NOT let you put the text in front of the placeholder, on any actual slides that you make that use that master, the text shows up in FRONT of the placeholder. I put a placeholder on a slide and wanted it behind the bullets. It doesn't look that way on the master, but when you make a slide from it, sure enough, the photo is behind the bullet box.

  • Object - Text Frame Options

    Why do my Object, text frame options, inset spacing settings change when I close and open my document.I set my inset spacing to 0.125 an all and when I close the document and open it later it is all set back to 0.  Any suggestions?  My defalut settings are 0.125

    I did this.  I open in design but no doc's set inset to .125 and  then open a doc and it is set to 0.125.  I use it and save it when I open it again it is set at 0.  But the pages I created previously are set to 0.125.  Could it be something else in a default somewhere?

  • Adobe LiveCycle Form- End result is text on top of text, WHY?

    After completing my form which I was creating, (after steps I want saved, I save it then preview to make sure everything looks fine and no problems till the very end). I hit preview and there are lines of text on top of one another in many areas of my form. It was not like this at all until the very end. I checked the scripting and it seems to be not the problem. I even sent it to another person's computer and it does the same thing.
    It is not showing this way in the Design Mode.
    I also checked to see if it were the "preview" size but that didn't appear the issue. What I do not understand is that when I print the form out, it is perfect. Can someone help me understand what is going on and solutions to solve this issue please? I am new to forms, Adobe Acrobat and LiveCycle so please provide an answer that I can understand easy.
    Here is a sample of what part of my form looks like.

    Hi,
    I'm thinking of possible reason for your problem.
    Check these solutions, maybe they can help you.
    http://blogs.adobe.com/dmcmahon/2011/02/01/livecycle-designer-flowed-layout-in-headerfoote r-subforms-incorrect/
    http://blogs.adobe.com/dmcmahon/2011/10/10/lc-forms-es-text-overlapping-on-page-break-usin g-nested-subforms/

  • Text boxes are not interactive until the PDf is downloaded

    So, what I am trying to do is send PDF files to clients and have them type there name in a text box, but when I send the email and they view the PDF file the text box is non interactive, the text box only becomes interactive after they download the PDF file. I would like them to be able to sign it without downloading it, Thanks.

    What software does the client use to view the PDF file?

  • Text on top of Pics or Pics behind Text

    Does anyone know how I can have my picture behind my Text in Pages 09. I know the generic way is to print the picture and reinsert the paper back into the printer and let the text print on top of it. This would suck. I have a picture that I have Faded which covers the whole page. I want to Type on top of this picture. This will have a nice affect. While reading the info on the page you can slightly see on the invitation what the event is about. Please help me figure out how to get the cursor on top of the pic so as to add text on top of it.
    Thanks

    Select the image by command clicking on it:
    +Menu > Arrange > Send to Back+
    Create a textbox from the Toolbar at the top of your document window, with the text in it and position it over the image.
    You can fade the text if you wish using:
    +Inspector > Graphic > Opacity+
    Download the Pages09_UserGuide.pdf from under the Help menu and familiarise yourself with how Pages works. This is not dissimilar from almost any other program
    Peter

  • Why doesn't "include/object/text from file" work?

    I want to include (link) text from other Word documents to a  main  Word document and I use "include/object/text from file" (Word function)
    It works fine when I do so in "H:", but doing exactly the same in the Sharepoint environement result in "nothing" (nothing happens)
    It DOES work if I link from a document saved in Sharepoint to a "H:" - document, but that is of no use since I need all the documents to be stored in Sharepoint.
    Guess it has to do with the set up och Sharepoint.
    Greatful for any tips!

    Hi,
    Did you mean insert a object in the documents?
    Did you open the file with the local application or office web application?
    In the office web application, it doesn’t have the function to insert a object in the browser.
    I had tested with some word files in the library, open the word files with the local application, then insert file using the insert object function.
    It worked without any issue.
    What’s more, I had tested with Office 2010 and Office 2013, they all worked.
    Did the issue occur in other libraries? You can create a new library to check whether it works.
    You can also download a copy for the issued file, then open it in the local machine to check whether it works in the local machine.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to change the font used to fill in a text field in an interactive form.

    Can you please tell me how I can change the font that comes up when you go to fill in a text field in an interactive PDF?
    Can this be set in InDesign or does it have to be done in Acrobat?

    Only in Acrobat. Tools > Forms > Edit. Double-click on the text field to change its Appearance.

  • How to Change behavior of standard text object&text ID (SE75)?

    Hello there!!
    I'm struggling with this:
    For standard text object C_SHES_ACH & ID 0001 (EHS: IHS Safety Measures) wichs is used as a description for safety measures (CBIH82/CBIH02..) need that when the user create or edit the text, already appears a "Fill in the blanks"  form.
    For example, in CBIH82, editing an accident log, I go to Safety measures Button, then create a safety meassure, and when i click for long text description something like this should appear:
    TEXT 1 (1st Title)
    user line
    user line
    user line
    user line
    (free amount of user lines)
    TEXT 2 (2nd Title)
    user line
    user line
    user line
    user line
    (free amount of user lines)
    Thanks a lot for your feedback!
    Rgds!!

    Hii,
    I am unable to understand exactly wat you want.
    But for free amount of lines : Keep that text under LOOP. Right click on template or window and create a loop and under that loop keep the text ,you can get many lines. or the given below point plzz follow.
    1,Use SO10 Tcode to write standard text in Smartform.
    2.For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    3.
    1. take function module name of the smartform.
    2. goto se37 and type that fm name.
    3. goto attributes tab
    4. double click on either program or include .
    5. There u can find all the subroutines used inside smartform.
    6. search for "perform %move using %textkey-name".
    4.Standard Texts are created in SO10 Tcode and stored in STXH table with OBject ,ID and NAME parameters. We can use Read_Text FM to read the text.
    check the tables STXH & STXL.
    5.
    How to CAll Standard Text in Smart Forms
    In SFs you can insert the standard tests using the TEXT node. Create a TEXT NODE. Then in the GENERAL ATTRIBUTES of this TEXT node select INCLUDE TEXT in the TYPE option. Then you have to enter the text name, object , ID and language in the provided fields. Then if you dont want any error if there is no text in the corresponding text then CHECK the check box "No errors if no text available.

  • Hover Text in Top Level Navigation

    Hi,
       I need to add a Hover Text for Top Level Navigation.I need to display some information text regarding the Role on moving mouse over it.
    I did experimenting on download of com.sap.portal.navigation.toplevelnavigation but I am unaware where exactly Change to be made.
             Any ideas??
    Regards,
    Raja Akella.

    HI Raja,
    Check the Accessibility flag in  the New User Registration form, if it is ON then it disables Hover feature for the portal.
    Check the link esp the Header area part :
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ac/dc4f3eeb684212e10000000a11405a/frameset.htm">Understanding the Portal Desktop</a>
    To know about Accessibility :
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/8d/b7bf3feb915f7be10000000a11405a/frameset.htm">Accessibility</a>
    Hope it helps you.
    Regards,
    Vivekanandan

  • Assigned Object text not displayed in Multi-Level Notification Lists (QM19)

    Hello Everyone !
    Today, i would like to share an issue I am facing in regards to Assigned objects in QM notifications.
    We are using Assigned objects functionality available in Enterprise Extension PLM, Enhancement Package 4 (EA-PLM 604), to link inspection lots to notification items. Assigned object type Inspection lot is provided in standard by SAP.
    All necessary configuration has been done and inspection lots are correctly linked. When we run Multi-level notification list (QM19) to display the details of notifications in a tree view with assigned objects, all information is coming except object text. In this case inspection lot text. The field is available in the structure but comes blank despite being filled in the lot.
    I would like to know if anyone has encountered such issue and how did you solve it.
    System info:
    EHP7 for SAP ERP 6.0
    Thank you.
    Ayoub.

    Hello Everyone !,
    After checking, looks like this is a missing code in standard SAP implementation for Assigned objects.
    This will be solved by small ABAP code.
    Thank you
    Ayoub.

Maybe you are looking for

  • Business Objects XI 3.1 using SQL Server 2005 SP3

    Hi, I've searched and googled and can't find a definitive answer to this question: I'm looking to move to BOXI 3.1 and am checking compatibility with our systems. The 3.1 Supported Platforms doc lists SQL Server 2005 RTM/SP1/SP2 as compatible, but I

  • Logon Problem in to third party HTTP Server using HTTP Adapter

    Hi All, I am trying to use a receiver HTTP Adapter to communicate to third party asp based Webserver. The Server expects the content type as application/x-www-form-urlencoded. So, in the HTTP receiver communication channel I gave content type as appl

  • Activity posting without routing

    Hi, Experts we are implementing product costing in a power plant, where activity quantity could not be measurred, client want to transferred activity cost to production order without routing, please suggest there is any option in sap to transferred a

  • Aligning Equations

    I've found a kludge to get me by, but still wonder what is the proper way to align a multi-line equation. Let's say I have this equation: z = x+y = 4+6 = 10 I want this on 3 lines, with the '=' signs aligned. So I insert manual breaks and get this: z

  • Business Catalyst Help | Add a product

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/add-product.html