Need help with scrolling text in Indesign Panel

I'm creating a text scroling Panel in Indesign CS5.5. I followed the tutorial for the T, but when I open my control panel overlay creator of the Pan and Zoom option is grayed out, so I can't click on it and create the scrolling text. I have my text pasted into a rectangle and I just want to know how to make it floating. Thoughts?

We need to ask in the Adobe Digital Publishing Suite forum: http://forums.adobe.com/community/dps

Tags: InDesign

Similar Questions

  • Need help with scrolling affects in model of BC gurus 'trip '.

    I have a question which I hope someone can help me with a model I'm trying to customize (BC gurus, installed from the adobe web site): http://arizonavalleyvip.businesscatalyst.com/

    The model is set to resize the logo when the user scroll down. The default size for the logo worked well for my needs (too small) so I changed the max width to 295px in global.css (line 10)


    When you scroll down, the small logo in size than its supposed to. When you scroll to the top, it is not back to its original size but rather 166px. I can't understand where to change that. Can anyone help?


    Just to clarify, I want the logo to return to 295px, as it does when you first load the site.

    I received assistance from technical support gurus of the BC.

    They said:

    change line 24 in custom.js to

    jQuery('.logo').stop () .animate ({width: '295px'}, 500);

    I did it and it worked.

    Accessories for BC gurus!

  • Newb needs help with dynamic text

    Hello world

    I'm not a newb - but that's how...

    I am trying to create a multi-page form that allows uses to register the products.
    The first page asks you name etc., and on the second page, I want to say "Welcome"+ username "!" -This kind of thing...
    The problem is that I can't seem to keep the values of dynamic text through the pages.

    I can get it to repeat the entry on the first page with this code:

    _root.firstname_txt. OnChanged = function() {}
    _root.firstname_repeat. Text = "Hello"+ _root.firstname_txt.text; "
    };

    However when I call on the second page it is not defined:

    second_repeat. Text = "Hello"+ _root.firstnamt_txt.text; "
    trace (_root.second_repeat.text);

    I'm sure it's something simple and I am just a dunce of programming...
    Any help is appreciated.

    your

    If your textfield (_root.firstname_repeat) does not exist on the 2nd frame, its text property will be indefinite.

    to remedy, or extend the existence of your textfield in frameworks or use a variable to store its text property (in your manager onChanged) and use this variable to retrieve the value you need.

  • Need help with the text in a presentation liquid

    Hello Adobe Forum,

    I'm trying for the first time how to build a liquid diagram. I have now works, but I would like to have is a liquid layout in another. I want my #wrapper to always be flexible, as if it were present, as well as the text of p #content to have a width 'fixed' to say 500px, but also flexible, but only if the screen is smaller than the 500px.

    I use the code from Rachel Andrew CSS Anthology. Its for a presentation of 2 columns but I just need some kind I played a bit with. At one point, I got the text of work how I wanted but played a little more and I forgot what the tag actually did it

    I have to say that it is for a mobile device if you're wondering why I design this way

    I can't post a URL but my code is below. Thanks in advance

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Liquid Layout Test Site</title>
    
    <link href="style2.css" type="text/css" rel="stylesheet" />
    
    </head>
    
    <body>
    
    <div id="wrapper">
    
    <div id="content">
    
    <h1>Welcome</h1>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin non mi in urna hendrerit tincidunt. Maecenas eleifend erat et lacus. Sed tempor. Sed venenatis consequat neque. Sed massa. Donec quis orci sed lacus ullamcorper venenatis. Nam et sapien. Sed id dolor in tortor eleifend aliquam. Mauris vulputate. Nulla nec diam et pede faucibus ornare.</p>
    
    <p>Vestibulum dictum massa at odio. In dignissim ante id dui. Morbi rhoncus elit ac ipsum. Curabitur a elit. Phasellus in lorem quis turpis imperdiet accumsan. Suspendisse potenti. Curabitur a enim sed lacus tempor venenatis. Mauris sed ipsum sit amet leo dictum scelerisque. Suspendisse a lectus. Aliquam nec felis at erat sagittis pretium. Nunc id augue pharetra augue commodo tincidunt. Praesent placerat, diam quis porttitor lobortis, orci arcu nonummy sapien, at venenatis ipsum wisi non wisi. Sed bibendum nunc at justo. Vestibulum leo lacus, lobortis vel, interdum ac, varius non, augue. Nam rhoncus dictum libero. Donec porttitor porta lectus. Vivamus consectetuer feugiat wisi. Morbi sit amet nibh eget nibh feugiat porttitor.</p>
    
    </div> <!-- content -->
    
    </div> <!-- wrapper -->
    
    <!--<div id="nav">
    
    <ul>
      <li><a href="#">Link 1</a></li>
      <li><a href="#">Link 2</a></li>
      <li><a href="#">Link 3</a></li>
      <li><a href="#">Link 4</a></li>
      <li><a href="#">Link 5</a></li>
    </ul>
    
    <h2>H2 Header</h2>
    
    <ul>
      <li><a href="#">Link 6</a></li>
      <li><a href="#">Link 7</a></li>
      <li><a href="#">Link 8</a></li>
      <li><a href="#">Link 9</a></li>
    </ul>
    
    </div>  nav -->
    
    <div id="footer">
    
    <img src="images/Huntington-logo.gif" width="300" height="62" alt="Huntington Logo" />
    
    
    </div>
    <!-- footer -->
    
    </body>
    </html>
    
    

    
    /* CSS Document */
     
    body {
    margin: 0;
    padding: 0;
    background-color: #d6ddb3;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 2px solid # 2A4F6F;
    }
     
    #header {
    border-bottom: 3px solid #B2BCC6;
    height: 0.5em;
    }
     
    #header .strapline {
    font: 120% Georgia, "Times New Roman", Times, serif;
    color: #778899;
    background-color: transparent;
    float: right;
    width: 300px;
    text-align: right;
    margin-right: 2em;
    margin-top: 0.5em;
    }
     
    #header .logo {
    float: left;
    width: 300px;
    margin-left: 1.5em;
    margin-top: 0.5em;
    }
     
     
     
    #wrapper {
    margin-left: 1em;
    margin-right: 2em;
    margin-top:2em;
    background-color:#FFF;
    }
     
    h1 {
    font: 150% Georgia, "Times New Roman", Times, serif;
    color: #5c5b5b;
    }
     
    #content {
    background-color:#CCC;
     
    }
     
    #content p {
    font-size: 0.9em;
    line-height: 1.6em;
    padding-left:10px;
    padding-right:10px;
    }
     
    #footer {
    border-top: 2px solid #778899;
    position:absolute;
    bottom:0;
    }
     
    #footer img {
    margin-left: auto;
    margin-right: auto;
    padding-top:0.5em;
    padding-bottom:0.5em;
    }
     
    #logo_center {
    margin-left:auto;
    margin-right:auto;
    }
     
    
    
    

    Hello

    You can apply one - max-width: 500px; -, in this way it will not go above this when seen on the larger screens (remember to remove the rule of "fixed" width).

    PZ

  • Need help with scrolling of photoshop

    Help put me out of my misery. The Clipboard to photoshop is great I can't lost my ability to scroll vertically and I reset my workspace, but it does not solve the problem. Any ideas?

    Hi Brookeal

    Which version of Photoshop and the operating system are you using?

    Have you tried to reset Photoshop Preferences(refer How to delete/reset Photoshop preferences ) after saving your Presets (Actions, brushes, etc.)?

    Concerning

    Assani

  • Need help with the text variables

    I have a directory to which is more than 300 pages long.

    Each entry begins with a photo in a built-in framework shaped like a cat fall, followed by a space en dash and then the name, company, address, e-mail, etc.. Essentially, we have a photo hanging to the left and on the right information.

    The name is the last name in capital letters, first name and middle name propercase. I've defined a character style "Dict Head" and used in a paragraph style as style nested through 3 characters.

    Then, I defined a two text for the instance variable first and last instance on the page of the character style "Dict Head". I have a hyphen between the two variables (the goal is at the head of the race be "AAR - ABE," for example). The application, however, includes space en with three letters.

    I did a GREP search for space en with the applied character style and replaced it with himself, and < None > character style applied and which does not seem to get rid of. My current title looks like this " AAR - ABE." With invisible on I see the en space is still there.

    I deleted the text variables, exported a. File INX, opened soft and recreated the text variables and the spaces are still there.

    I'm open to suggestion.

    Ken

    It seems ID brings together up to three regular characters with which nesting style... (Okay - just tried and the original en-space is also considered to be a 'character' for this number of three.) No matter what... read more, please)

    You can not delete a character with your search and replace nested style. Try it - ID can be found but not change it to [anything].

    Possible workaround would be to not use the style nested to mark the names and put the character marker using a GREP search and replacement style.

  • Newby needs help with external text and the madness of the actionscript.

    Hello

    Try to load an external plain txt file into a field of text with Actionscript 3.0. The text file is saved in UTF-8 format in the same file as the Flash movie and I use the following code:

    var external_txt:TextField = new TextField();
    var externalReq:URLRequest = new URLRequest ("external.txt");
    var externalLoad: URLLoader = new URLLoader();

    externalLoad.load (externalReq);

    externalLoad.addEventListener (Event.COMPLETE, textReady);

    external_txt.x = 175;
    external_txt.y = 100;
    external_txt. Border = true;
    external_txt. Width = 200;
    external_txt. Height = 200;
    external_txt.WordWrap = true;

    addChild (external_txt);

    function textReady(event:Event):void
    {
    external_txt. Text = event.target.data;
    }

    When I test the movie, the following error message appears in the output window:

    Error #2044: Unmanaged by ioError:. Text = Error #2032: error flow. URL: file:///F|/FlashCS3/FlaFiles/external.txt
    at ScrollingTextField_fla::MainTimeline/ScrollingTextField_fla::frame1()

    I know that the solution is probably very simple, but I'm new to Actionscript and it cannot work around. Anyone have any suggestions?

    Scoots


    Your Kglad,

    Check my folder options and had the type of file extensions hidden, was "external.txt.txt" as the URL of the request. Sorry guys!

    Thanks again!

  • I need help with my text Document rich Wordpad for it prevents line-spacing

    I have a Windows Vista laptop. I use the Rich Text Document Wordpad, and he started DINA4 my horizontal lines. I don't know how to stop the line spacing when I hit the enter key. I just typed simple features. What is going on? What should I do?

    To the only space in Wordpad, follow these steps:

    (1) select (select) all of your text. You can do this quickly by pressing CTRL + A

    2) press CTRL + 1

    This will be simple space all the text that you have already written.

    Mike

  • Hello, I need help with my photoshop, rececently the majority of my family disappeared merger options and I cant access AVC and other options ive tried reset preferences and it seems to come back but when I add an image and try add text again

    Hello, I need help with my photoshop, the majority of my family rececently disappeared options fusion and I can't access strokes and other options ive tried to reset the settings of preference and he seems to come back but when I add an image and you try to add text again, they'll only options I have are drop shadow , gradient, Chromakey, shine of satin overlay, inner (I use photoshop cc 2015) Please help, my Skype contact options are: RoblivionM8 and email:[email protected]

    Thanks for your time

    Your first screenshot shows the layer style dialog where not all types of effects are indicated on the left. Bottom left of the dialog box, you see a small icon fx with a menu arrow drop-down. Use drop down the menu and make sure all you click on show all effects or restore the default list. I don't know what you're trying the shoe on the second screen capture.

  • Need help with text in After Effects

    Hello!

    I'm new with After Effects and need help with something that should be simple.

    I use the effect of the stroke and Freehand drawing, and I'm trying to get the text to go from left to right, but for some reason any, that it seems to be random.

    Any ideas?

    Click and drag as you would layers.

    If you're new to AE, it would be a good idea to take a step back, take some time and go through these resources. Have solid foundation in how AE work will make things go a lot faster and with much less frustration.

  • Need help with video scrolling

    Hello

    I need help with a project. Subsequently, I want is that a webcam controls the position of the mouse and the mouse position

    control of a video. But I would like the part where the mouse position controls the video.

    So, if the mouse is on the left on your screen, the video will be on the first image and when you move, you're the mouse for

    the right to the video play as a result traffic. and stop when the mouse is completely right.

    Effectivly the scrolles from the mouse through the video. It must be on the x-axis.

    I'm not that formilliar with flash, so any help would be great

    THX!

    Thijs

    what you need to do, is to designate a rectangle where users can use their mouse to scroll through the video.  If this rectangle has instance name bar, you can use:

    var m, b:Number;

    var lastSeek:int = getTimer();

    flv_pb.addEventListener (MetadataEvent.METADATA_RECEIVED, f);

    bar.addEventListener (MouseEvent.MOUSE_MOVE, moveF);

    function f(e:MetadataEvent):void {}

    paramF (0,0,stage.stageWidth,e.info.duration);

    }

    function moveF(e:MouseEvent):void {}

    {if (getTimer () - lastSeek > 1000)}

    flv_pb. Seek(m*e.stageX+b);

    lastSeek = getTimer();

    flv_pb. Play();

    }

    }

    function paramF(x1:Number,y1:Number,x2:Number,y2:Number):void {}

    m = (y2 - y1) / (x 1 - x 2);

    b = y1 - m * x 1;

    }

  • need help with my screen has been using mouse and the screen is smaller and smaller

    need help with my screen has been using the mouse and the screen is smaller and smaller, so can't see

    Try to hold the 'ctrl' key and turn the wheel of scrolling the mouse forward to zoom, turning the scroll wheel to the rear is to zoom out.

  • Need help with setting up in checkbox in interactive reports

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    < input type = "checkbox" name = "f01" value = "1" onchange = "spCheckChange (this); ' / > instead of the checkbox

    Do I need to configure anything else

    Aditya Gupta wrote:

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    instead of the checkbox

    Do I need to configure anything else

    This is one of the most frequently asked questions in this forum. Set the column attribute the text to display as Standard report column and not display text (special escape characters).


    Always include the information referred to in these guidelines when you ask a question and if you use APEX 5.0, State, if you develop using the pages or the view of the component designer.

  • Combining acute accent with Cyrillic text in InDesign

    Nice day

    Someone has never managed using Unicode, combining acute accent with Cyrillic text in InDesign? If so, I would like to know your operating system version and InDesign.

    Thank you for your interest.

    Giordano

    I've never needed to do, because I have a personal dislike for combining accents (having been burned in the past in Vietnamese projects) but I can test it easily enough. It works without problem on CC 2015 on OS X Yosemite. I can test on a variety of versions and platforms, if you want to know something specific. I suggest that you tell us what policies should we use, too.

    If you need Cyrillic with accents for some languages not Russians, there are a few ways to go. Once more, I recommend combining accents - you can still use the tool already thin to concoct a single precomposed glyph that is encoded correctly and don't risk getting an accent combining when you switch to a font that does not have the acute combination.

  • Need help with mobile layout

    Hello. Need help with my layout sensitive, using straight lines only html5 and css3 that I can understand and explain a novice level please - without any restart. Desktop and mobile are in a single html doc. The desktop version is 'ok '.

    current version (6_2)

    Try to match these mobile Office layouts

    On the mobile version:

    -Impossible to get the buttons nav blocks, vertical text button Align, and align the image of the product (square pictures) to the Center. (margin: auto; does not work)

    I used heights in the header because I'll have code for desktop, mobile and tablet in the CSS so it changes (and do not know how to support better). Also need to Add a link to the logo image background in header.

    Thanks in advance!

    TheOriginal150mph wrote:

    Hello. Need help with my layout sensitive, using straight lines only html5 and css3 that I can understand and explain a novice level please - without any restart. Desktop and mobile are in a single html doc. The desktop version is 'ok '.

    current version (6_2)

    Try to match thesemobile Officelayouts     

    On the mobile version:

    -Impossible to get the buttons nav blocks, vertical text button Align, and align the image of the product (square pictures) to the Center. (margin: auto; does not work)

    Commenting on just a habit of property changing the css if you have defined it for the desktop version. Your nav elements are not vertically Center because you have a bottom padding set on them for the office, there are only changes for mobile in your css media query.

    .main-nav a {}

    display: block;

    text-decoration: none;

    / * padding-bottom: 15px;   */

    Padding: 12px 0;

    }

    Change the properties for the .product-images for mobile boxes: you have float attached to them for the desktop version and which cascade down to the mobile version, unless you change in the media query:

    .product-image {}

    float: none;

    Width: 50%;

    margin: 0 auto 20px auto;

    }

    As I mentioned in one of my posts related to your project, you will probably have to make your product images a bit larger. They fill the area once they form a column to width of 768px screen or you could resist transform them to one column until a little more by using a media query extra set at a narrow screen width to evoke this action

Maybe you are looking for