When reflow text; How to change paragraph automatically when changing frame

Hi
Im new to indesign scripts, but thought that this maybe was the right forum to ask the following question. (Im using Adobe Indesign CS.5 )
Im currently trying to import a file (word file / excel both is possible) into an indesign book and formatting the text automatically!
My question is: How is it possible to reflow text into frames and when changing frame it changes paragraph?
I have already figured out how to reflow the text, and actually also managed to relow text into the frames and change paragraph style. I know how to use the keep option, and by this change the paragraph style when e.g. changing frame break/page break etc.  (but if the content being flowed-in is not tagged with style names then I cannot figure out how to do it)
The document and its content I whish to import do not have any tagged paragraphs!
If any of you have a hint, I would be more than happy to hear from you

My question is: How is it possible to reflow text into frames and when changing frame it changes paragraph?
This question is not gramatically correct and I cannot understand what you are trying to ask.

Similar Messages

  • [CS4 or CS5] How to change frame of movieclip depending on relation to mouse

    I have a movie clip that follows the mouse..
    Its not done yet but its gonna be a dog chasing a/the mouse...
    I want to have it where the if the mouse is left or right of the following movie clip it shows it walking toward the mouse... so something like
    if mouse positions is less the the cursor + 10 (pixels) goto and play frame with dog walking left
    and one for right
    up
    down
    (I want this to walk till its directly under or over mouse and then laydown or jump only when over or under mouse.. IS THAT POSSIBLE?? )
    (say its a 20 pixel wide object and 10 on each side will cover the whole thing and not just the exact center pixel, thats what the 10 + movie clip position is for, but Is there a way to tell it to goto and play whatever_frame when mouse is left of any graphic on the sitting dog section???
    like the equivalent of onRollLeft or whatever.)
    this is the code i have..
    its the top statement that doesn't work the bottom 2 do..
    Code
    if (_xmouse < detail.x+10) {detail.gotoAndPlay(61);
    detail.onRollOver = function() {
    detail.gotoAndPlay(31);
    detail.onRollOut =function(){
    detail.gotoAndPlay(1);
    I dont have all the animations made so if you know how to do this just do it with a shape like i did in frame 61 of the instance "detail" of the movieclip "dog"
    if i cover all directions i shouldn't need the last one- onRollOut.
    really what im asking for if you havent figured it out by now is to help me with the actionscript that will do what i did with the rollover and rollout, but put
    1 (a shape of a different color in a frame in the clip dog) when mouse is any left of dog
    2 (a shape of a different color in a frame in the clip dog) a shape of a different color when mouse is any right of dog
    3 (a shape of a different color in a frame in the clip dog) a shape of a different color when mouse is directly under dog
    4 (a shape of a different color in a frame in the clip dog) a shape of a different color when mouse is directly above dog
    I already created the shapes and placed them in the appropriate frames..
    you should only need to mess with the actions on the instance "detail" (the dog face in frame 1 of scene 1 in layer "follower"
    my fla is to big to upload to this form so im placing it on my website
    here

    Hello utcpunk201,
    I have edited your FLA but can't send you the file in this forum as there is no such option to upload FLA files here. I am giving you a brief detail what I have done with your file.
    1. Just remove your frame script
    2. Edit your script what you wrote on your MovieClip (instance name: detail). Use the script I am sending you below:
    Script :
    onClipEvent (load) {
        _x = 0;
        speed = 15;
        ymov = false;
    onClipEvent (enterFrame) {
        endX = _root._xmouse;
        endY = _root._ymouse;
        _x += (endX - _x) / speed;
        _y += (endY - _y) / speed;
        if (_root._xmouse > this._x + 20)
            this.gotoAndStop(90);
        else if (_root._xmouse < this._x - 20)
            this.gotoAndStop(61);
        }else{
            ymov = true;
        if (_root._ymouse > this._y && ymov == true)
            this.gotoAndStop(120);
        else if (_root._ymouse < this._y && ymov == true)
            this.gotoAndStop(150);
    3. Change the dog movieclip name with detailmc
    4. Use a small line in your dog movieclip's frame number 61, 90, 120 and 150. Write down this line : _root.detailmc.ymov = false;
    Now export your Flash file. It will work. I can send you the edited file if you can give me your email ID.
    Thanks
    Amitava D

  • How to Change Frame Size in FCE 2

    Hi,
    I'm very new to this video stuff. Is there a way to change the frame size in FCE 2? When creating a new project there are different options for the type of video but there does not appear to be a way to change the frame size from 720 x 480. I would like to use a different frame size.
    Thanks!!
    john

    Tom Wolsky wrote:
    FCP can. What size is the material and where is it coming from?
    The material is 360 x 243, it is a .mov file from a SVHS transfer. Is 360 x 243 a standard size for an SVHS transfer? I expected the frame to be 640x480.

  • How to change frame rate on JPEGS

    I have some downloaded JPEGS from stock photgraphy. I realized that they are all at a frame rate of 29.97.
    My footage and timeline in FCP Studio is 59.94.
    Should I use Compressor for JPEGS? Is it necessary at atl?
    I noticed that there is an orange line when I insert a JPEG and thought matcing the frame rate would elminate that and
    avoid other problems.
    Thanks!

    Stills don't have a frame rate. They are stills. FCP will SAY they have a frame rate in the bin...for some odd reason. The stills inherit the frame rate of your EASY SETUP. So even if you have a 59.94 sequence and media, if the project Easy Setup is 23.98, the JPEG will say 23.98. But since every frame is exactly the same, as stills aren't moving footage...they are stills...you won't have any issue with them. 
    You will always have to render stills. But the larger in pixel size and data size, it can go from a green render to an orange one. But stills will always have to be rendered. Because they aren't media...moving QT footage...until you create a render file for them.

  • How to change the police of form include text in so10?

    Hi everyone,
    In so10 when I created a text, how to change its police?
    Thanks!

    Hello,
    Jelena Perfiljeva :           in french the word "police" means "font" (example : Helve, courrier new etc...)
    wuyia nata : what is your language connection to SAP ?
    Cordialement,
    Chaouki.
    Edited by: me on Sep 5, 2008 10:22 PM

  • Changing frames within a symbol

    Can anyone tell me how to change frames within a symbol, by using a button in the actuall stage. Every time I try searching for it, I get lost in half compleated answers, action script 2, and things that throw a ton of code and words and stuff at me, but never explain the parts of it. (Often also has losts of additional code that I probally don't need)
    I've got the button, but I need the function.

    I can see from your other posts you are familiar with coding a button, so... In your button event handler function you would use something like...
    symbolName.gotoAndStop(someFrame);
    where symbolName is whatever instance name you assign to the movieclip symbol and someFrame is either a number or a label for the frame you want to change to.

  • How to change the color of text but only when that text is highlighted

    I am NOT asking how to change the highlight color OR how to change the text color generally, but rather, how to change the text color as it shows onscreen while it is highlighted. Here's where I'm going:
    Text is ordinarily black (assume) such as when the Finder is open or when viewing a list of all emails in an inbox.
    Let's say I change the highlight color systemwide, in prefs > appearance > highlight color, to a custom color ("other") of black (for example).
    In certain programs (mail, billings, iBank, addressbook, even the Finder), when I highlight a line of something, (like when I one-click on an email or a file name just to select it but not open it), the line will highlight in black, but the text of that line will automatically change to white so it can be seen.
    However, when I highlight actual text (click and drag or double click), such as when editing a document in Pages and selecting a word, line, paragraph, editing an email, etc., the highlight is black, and the text remains black also, which means it cannot be seen (black on black).
    So, how do I change it so that when I highlight the actual text the text color changes to white, then when it is de-selected, it goes back to black.
    I'm not afraid to do a little terminal/command line, but only if it’s a little. Hope this gives enough detail.
    Thanks.

    You can use span HTML tag.
    For example, if your label is "Product Name", and you want it to appear in red, you can type this:
    <span style="color:red">Product Name</span>Hope it helps.
    Ravi

  • When i convert any file to pdf, date is automatically added in the header in pdf file. How to change

    When i convert any file to pdf, date is automatically added in the header in pdf file. How to change that?*

    heres a screenshot
    heres a screenshot of how i convert them

  • I just downloaded IOS 5 on to my IPHONE 4. When i text people that also have Iphones for Imessage my name is my email. anyone know how to change it?

    I just downloaded IOS 5 on to my IPHONE 4. When i text people that also have Iphones for Imessage my name is my email. anyone know how to change it?

    You have an Apple ID signed in to all the devices which is causing this.
    "When you sign in to your Apple ID with iMessage using an iPhone with iOS 6, your Apple ID is linked to your phone number. This allows you to receive iMessages sent to your phone number on other iOS 6 devices signed in to the same Apple ID."
    To correct this, go into Settings > Messages > Send and Recieve at > See below...
    On your phone: Uncheck your son's phone number
    On his phone: Uncheck your phone number.
    On iPad: Uncheck both phone numbers to prevent iMessages sent to either number to also appear on the iPad.
    If you have email addresses associated here, then you may have to remove those as well, although you won't be able to remove the Apple ID that you're using. Any iMessage sent to that Apple ID will arrive at all the device unless you sign out of that Apple ID and create/use another Apple ID for that device.

  • When I create a new address in Contacts the country is automatically coming in as Netherlands - though I'm using the phone in USA. Can't find how to change country default.

    When I create a new address in Contacts the country is automatically coming in as Netherlands - though I'm using the phone in USA. Can't find how to change country default.

    https://discussions.apple.com/message/16474985#16474985

  • How to handle paragraph styles in imported text with no tagged paragraph styles

    Hi
    Im currently trying to import a file (word file / excel I have both formats) into an indesign book and formatting the text automatically!
    My question is: How is it possible to reflow text into frames and when changing frame it changes paragraph?
    Or how is it possible to change paragraph style when forcing a line break when using text reflow?
    I have already figured out how to reflow the text, and actually also managed to relow text into the frames and change paragraph style. I know how to use the keep option, and by this change the paragraph style when e.g. changing frame break/page break etc.  (but if the content being flowed-in is not tagged with style names then I cannot figure out how to do it) The document and its content I whish to import do not have any tagged paragraphs!
    Then I tried to look into "object styles" and format a text frame on a master page with an object style, and by using a "dilimiter character" forcing the text to start in a new frame when bringing the frame into live on a page. But here I cannot make the "text frame/object style" to apply or to work.
    If any of you have a hint, I would be more than happy to hear from you
    This picture are illustrating the outcome I would to get to....

    If the incoming text does not have styles, or has only one style, there is really not much you can do other than assign styles after the import. If there are recognizable patterns in the formatting, a lot of that can be done with Find/Change, and there are a few scripts floating around that can help automate some of that.
    Also, if your styles have a a good "next style" heirarchy built in, you can select large blocks of text (up to the point where applying next style would be incorrect), then right click the style name in the paragraph styles panel and choose apply style and next style (remove overrides). Warning. Removing overrides will remove any locally applied formatting like bold or italics, so local formatting should be converted to character styles first. Applied character styles are not overrides and will be preserved.

  • How to change the automatically generated email address?

    Hello,
    The description of the problem is as follows:
    When our system sends to the customer the report with account statements (as an attachment) the automatically generated text that he receives in the email is:
    "Please respond to "K047472" "
    but the text should be:
    "Please respond to "(..here must be a certain email address we want the customer to respond)"
    Do you have any idea how to change this?
    regards,
    Slawek

    Hi Slawomir
    Please go to SE91 and change the message text.
    thanks
    Ashok
    assign points for useful answer

  • How to change the FONT size for a TEXT object?

    Hello
    I am keeping a TEXT element to get a static text (as 'Visitor Info Form'), so i inserted TEXT from palattes, its size is Aerial 10, but i want to have its size as 24, I tried by right clicking on TEXT, then selected FONT, then choosen the 24 from drop-down list, its not working/reflecting!! but, when i change the PARAGRAPH settings, they are reflecting!
    Pls. let me know how to change size from 10 to 24?
    Thank you

    Don't specify the styleclass for the inner panelHeader.
    <af:panelHeader text="panelHeader 1" id="ph1" styleClass="CustomHelpHeader">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend"/>
    <f:facet name="info"/>
    <af:panelHeader text="inner panelHeader" id="ph2">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend"/>
    <f:facet name="info"/>
    </af:panelHeader>
    </af:panelHeader>
    The inner panel header does not get affected and is displayed normally.
    Thanks,
    Navaneeth

  • Header text is not changing when ship to party has changed

    Hello Team,
    I am facing one issue when ship to party has changed in sales order the header text is not re determining automatically,
    I have read some posts and found that using standard its not possible we need to write enhancement for that.
    I have written below code to change the header text but facing some issues, can you please help me on to resolve this issues.
    I am calling 'RV_TEXT_COPY' FM inside the include FV45PFAP_VBAP_FUELLEN_TEXTE ,
    then its saving header text correctly, but this include is calling whenever I click on Header Text tab,
    if suppose if I am changing ship to party and I am not clicking on Header Text tab then this FM will not call this is an issue
    and one more issue is even in screen data is changing after calling RV_TEXT_COPY FM
    but STXH table is not updating, its updating the first value when we created the order.
    Can any one tell me how to solve this issue, Thanks in advance!

    Hi Mac,
    I think the following user exits can help you. In the Include MV45AFZZ use the below exit points,
    1) USEREXIT_MOVE_FIELD_TO_VBKD
    2) USEREXIT_SAVE_DOCUMENT_PREPARE
    try to write your code logic here.
    Regards,
    Satish

  • How to remove the automatically generated text fields from the InfoSet

    I followed the procedure by SAP help.
    Automatically generated text fields are marked with a 'T' on the icon in the InfoSet. You can remove the automatically generated text fields from the InfoSet in the initial screen of the InfoSet maintenance under Further Functions -> Delete Text Fields. Cancel the DataSource creation on the next screen and delete the text fields in the InfoSet maintenance transaction.
    I know that there is an option "No automatic text recognition" when I create a new InfoSet, however, I couldn't find out how to change an existed InfoSet. I checked menu Goto->Global Properties, but that option is disabled. Is there a way to remove text fields from an existed InfoSet?

    Hi,
    In the initial screen (when you enter transaction code SQ02) type your infoset name and goto menu: Infoset -> More functions -> Delete text fields. this will delete all text fields.
    I hope this helps to resolve the issue.
    Ram

Maybe you are looking for

  • How to submit the parent window from child window

    Hi, I am looking out for a solution. I have a main JSP page and on clicking a button in the page a pop up window will be displayed, which is too a JSP page. Finally i should submit both Popup window JSP page and the parent window JSP page, when click

  • Saving 3 sets of data in 3 seperate arraylist and passing them to next view

    Hai all, I am using tree.The user  has selected the required products in level 3 of tree.Iam getting all the parents of selected product.In order to save them in database i need to send them to next view.how to store all the 3 levels in seperate arra

  • WRT55AG drops connection

    I've read that there's an issue with the WRT54GS series that will have a loss of internet connection with a high load of P2P traffic (Azureus, DC++). I have seen the third-party firmwares that "fix" the issue. My question is, will that firmware work

  • JVM takes more RAM than defined in -Xmx param on solaris

    Hi all, We have a problem on production installation of our product on Solaris paltfroms: jvm takes more (much more) RAM than defined in -Xmx param and without any OutOfMemory exceptions. (how itt possible at all ?) The only JNI call in application i

  • Blue Print

    Hello Experts, Appreciate if some one helps me with a detailed documentation for configuring US Tax procedure.. (both with / without jurisdiction) Thanks