multiple selection of text in the single text field

did a search but could not find anything either it is possible: that is to say

blah blah blah blah blah didy didy blah blah blah blah
blahblah blah blah blah blah blah blah didy blah blah blah didy

OK this is what I came up with.
Flash Paper stores text as static text information here:
myFP.document_mc.pages_mc.page1_mc.rawPage_mc

(1) obtain a TextSnapshot object.
(2) TextSnapshot.findText method to return the starting index of the search term
(3) TextSnapshot.getTextRunInfo on the index of the search expression to return the referance of corner points
4) push on an array and loop until TextSnapshot.findText returns-1

You can then use the table to draw rectangles loverly in exactly the right poitions in color what ever you want.

Thank you all

Tags: Adobe Animate

Similar Questions

  • Store multiple selections in list in a single field

    I need help to find this one. I have a simple form that uses a field list with "multiple selection" enabled. The values in the list are North, South, East and West. The user selects 1-4 on these options, and I want to memorize all these values in a single text field in the database called "direction". The ONLY value that is stored is the last value in the list.

    Using DW CS3 and mySQL 5.

    What Miss me? Thanks in advance.

    "weidemannia" wrote in message
    News:fftbd2$CB4$1@forums. Macromedia.com...
    > Someone out there with a suggestion?

    Add [] to the name of the field, multiple fields will be available as a
    table.

    Joris

  • Trying to create a Section to multiple columns with Sections of the single column before and after

    Is there a way to create a section break that is not default to a new page after I created columns on a page.  I created the columns and under them, I want to return to the normal formatting for the rest of the single page.  See picture attached.

    Any rejection of Pages v5 has a break of presentation which was present in the Pages ' 09 v4.3. This will allow you to transition to several columns and back to single column on the same page. In the v5 Pages, you can insert 3 text boxes and change the 3-column layout in the Middle text box. You use the toolbar item Insert to inject column breaks when you want to start a new list in the next column. I'll show this screenshot below.

    You can fake your layout in Pages v5 using 3 text boxes and setting 3 columns in the Central text area. Better to show the mode of provision for this and in a text box, the column outlines are not displayed. After each column list, you then choose column break the Insert point toolbar menu to move to the next column, add a list, repeat. Each column will expand downwards. Click on the following to enlarge.

    Pages ' 09 v4.3 using layout breaks Pages using 3 text boxes V5.6.1                                                      

      

  • Multiple selection query to view the selected line

    Hi all

    I have a requirements make multiple selection of a region in the table and need to display the values of the selected line in the page.

    so I'm able to multiple selection of the table, but all when trying to print the values, it is still only printing selected values of line one not several.

    the code I use to print several rows below the selected values.

    for (int i = 0; i < fetchedRowCount; i ++) {}
    Rowi ABCEOViewRowImpl =
    (ABEOViewRowImpl) selectIter.getRowAtRangeIndex (i);

    If (rowi! = null) {}
    If (Y".equals (rowi.getReprint ())) {" "}
    for (int j = 0; j < fetchedRowCount; j ++) {}
    String srnum = rowi.getSerialNumber ();

    throw new OAException ("after Srno" +)
    srnum,
    OAException.INFORMATION);
    }
    }
    }
    }

    where fetchedrowcount - no lines in the region of the table
    Here srnum is printing only one value.

    Please guide me where to check this problem.

    Thank you
    Deb

    Hi Deb,

    Unable to get the requirement. Why the second for loop... ?

    Still, the OAException must be thrown exception during the first use that meets the condition.

    Please try to use "srnum" in tabular or use it to add all the required values in the for loop and finally throw the exception.

    Concerning
    Sanujeet

  • Multiple selection of response for the Captivate 7 Dropdown menu widget

    Hi people,

    Is there a way where I can have my users select more item in the menu drop-down?

    Thank you

    Ivan

    Already done 4 webinars on topics advanced to Adobe... but everything for free.

    Maybe I'll try to organize online training... If I find participants and manage the organization.

  • For each field of the single target field mapping Source

    Hello

    New on BPEL 11 g and was looking for suggestions if I could use transform map to squeeze a bunch of source text fields in a single target field?

    For example

    XML source

    < name >

    XYZ < name > < / name >

    ERF < name > < / name >

    < name > As < / name >

    < / name >

    Target XML

    < name > Xyz; ERF; llmg < / name >

    Or I have to go to the help for each activity and allows the same Assign activity?

    Thank you.

    Hello

    Don't need a loop, string-join(/Names/Name,';') Xpath function returns Xyz; ERF; llmg...

    See you soon,.

    Vlad

  • Select box fills in the series of fields

    Here is the script I am trying. When the user select one of the three radio buttons, then the set of fields are filled in or left blank for the user to fill based on the case below. I get a script error "syntax error" and nothing is filled in.

    change (thisrawValue) { }

    case '1 ':

    Page1.publishingChoices.Publisher.RawValue = "";
    Page1.publishingChoices.author.RawValue = "";
    Page1.publishingChoices.discount.RawValue = "";
    Page1.publishingChoices.numComputers.RawValue = '3 '.
    Page1.publishingChoices.copyPaste.RawValue = "30%";
    Page1.publishingChoices.printLimit.RawValue = "30%";
    Page1.publishingChoices.terrDistrib.RawValue = "Global";
    Page1.publishingChoices.deskCopy.RawValue = "";
    Page1.publishingChoices.trialEligible.RawValue = "";
    Page1.publishingChoices.ownerRental.RawValue = "";

    break;

    case '2 ':

    Page1.publishingChoices.Publisher.RawValue = "";
    Page1.publishingChoices.author.RawValue = "";
    Page1.publishingChoices.discount.RawValue = "";
    Page1.publishingChoices.numComputers.RawValue = '3 '.
    Page1.publishingChoices.copyPaste.RawValue = "50%";
    Page1.publishingChoices.printLimit.RawValue = "50%";
    Page1.publishingChoices.terrDistrib.RawValue = "Global";
    Page1.publishingChoices.deskCopy.RawValue = "";
    Page1.publishingChoices.trialEligible.RawValue = "";
    Page1.publishingChoices.ownerRental.RawValue = "";

    break;

    case '3 ':

    Page1.publishingChoices.Publisher.RawValue = "";
    Page1.publishingChoices.author.RawValue = "";
    Page1.publishingChoices.discount.RawValue = "";
    Page1.publishingChoices.numComputers.RawValue = "";
    Page1.publishingChoices.copyPaste.RawValue = "";
    Page1.publishingChoices.printLimit.RawValue = "99%";
    Page1.publishingChoices.terrDistrib.RawValue = "Global";
    Page1.publishingChoices.deskCopy.RawValue = "";
    Page1.publishingChoices.trialEligible.RawValue = "";
    Page1.publishingChoices.ownerRental.RawValue = "";

    break;

    }

    Thank you

    MDawn

    In the switch statement, you need this.rawValue... The point is missing.

    Have you changed the JavaScript for this?

    Thank you

    Srini

  • How to incorporate a multiple SQLQueries [same DataSource] in the single report

    Hi all

    I want to create a report as it shows two blocks for a single client - a say "* EMPLOYEE_DETAILS *" and "* EMPLOYEE_MANAGER_DETAILS." Each block retrieves the data using two different sql queries [each of the query is already so complicated that they can't be connected.]. The two blocks have EMPLOYEE_ID as common field. Now I want to burst the report [using the API BI] so that each report generated after the burst contains two blocks for each employe_id. Otherwise, I want to burst ON EMPLOYEE_ID. The confusion that I get is "select" statement in xml control tool takes only EMPLOYEE_ID and the entire block path so if I give EMPLOYEE_DETAILS/employe_id, it will blow up for only the first block and if I give EMPLOYEE_MANAGER_DETAILS/employe_id, it will burst for the second block. If I want to burst on two different blocks.

    Is there a possible solution for this kind of problems, or should I change my approach? Please help how to for scenarios of suh using the BEEP API.

    Thank you very much!

    For reasons of performances bursting prunes the document. Try this below.

    /EMPLOYEE_DETAILS | /EMPLOYEE_MANAGER_DETAILS 
    

    or

    managers

    /EMPLOYEE_DETAILS[EMPLOYEE_ID=/EMPLOYEE_MANAGER_DETAILS/EMPLOYEE_ID] | /EMPLOYEE_MANAGER_DETAILS[EMPLOYEE_ID=/EMPLOYEE_DETAILS/EMPLOYEE_ID]
    

    Note: You must be careful when you go deeper in the tree. For example, your xpath query previous code would be ONLY some children of EMPLOYEE_ID. I guess that there are no nodes under employee_id

    You may want to look at this post by tim d. http://blogs.oracle.com/xmlpublisher/2008/07/multiple_datasources_i.html with a little work, you should be able to build a result set. In the example of tim he uses dept, you who would rise to employe_id. Your breaking control file would be much simpler... I would use this option

    
    
      - Defines a single parameter for the Department Number - with default of 20:
       
     
     
      
       
      
      -
    Defines name - and link to DEPTNO in Q1
       
         file:///d:/dttest/employee.xml -
    Defines url for xml data
       
      -
      - The following section specifies the
    XML hierarchy for the returning data:
     
      
    - This creates a summary total at the department level based
    - on the salaries at the employee level for each department:
      
      
      
       
       
       
       
       
       
      
     
     
    
    

    Don't forget to give me points!

    IKE Wiggins
    http://bipublisher.blogspot.com

  • Always selectable hidden text fields?

    I have a few contextual screens in my app with TextFields. They are set to appear in the center of the screen when a user demand, the problem is that, while the Group's point of view is hidden and the textfields are not visible on the screen the user can give still textfield focus. This happens with the SDK Flex 4.6.0 Air SDK 3.0.0. Soft original was developed in the Flex SDK kit 4.5.1 and Air SDK 2.0.0 and at any time I see this kind of behavior. If anyone has experienced this before? and are there any suggestions or corrections to do, are looking for something quick and easy. Thank you!!!

    Instead of setting the visibility have you tried add/remove children?

  • How to handle multiple formats of date to the same date field in SQL * Loader

    Dear all,

    I have a requirement where I need to get data from a text file and even insert into the oracle table.

    I'm using SQL * Loader to fill data from the text file in my table.

    The file has an area where I expect to date data date in different formats, such as MON/dd/yyyy mon/dd/yyyy mon/dd/yyyy, dd/mm/yyyy, DD/month/yyyy.

    When you use SQL * Loader, I can see loading fails for records where we have formats such as LUN/jj/aaaa, Mon/dd/yyyy, DD/month/yyyy.

    Is it possible in SQL * Loader where we can mention all these date formats so that data from that date should go smoothly in the underlying date column in the table.

    Receive your answer on that.

    Thank you
    Madhu K.

    I think following could be the solution to your problem:

    Suppose if you have data from four different date formats, you need to load the data into four different tables by running SQL * Loader four times and each time specify other date format in the control file whose data to load, and then at the end, merge data from these four different tables using the UNION clause.

    Elya

  • Best approach advanced actions, mulitple selections of text on a slide with other information...

    Hello

    I have to do a slide that has multiple selections of text on a slide, but using advanced actions to change each Cap. text... for example...

    A cursor with the image for the user to click, when you click on a text caption appears, and in this caption text is a chip-shaped button that says 'Next' when that is clicked then another text Cap comes up with another button which also then said, then when that is clicked on and the cap of the final text is reached says the button then close. User can click on that and returns to the slide of the same hand.

    Was then I intended to do this was advanced use actions is the right approach? (or shared)...

    In addition, if the fact this way, it will affect scorm...?

    Kind regards

    Sabine

    I don't see the connection between your question and SCORM? These buttons are rated?

    If they are a few buttons to display the new text, which is not a score for each button, I would not use that many 'Next' buttons but keep the same button and uses a counter. The content of the text caption could be a variable for which you are editing content after each click. Counter should be used to check if the close button must appear and the next button hidden. This article is such an approach to click for images: Blog after Posterous? - ClickClick - Captivate blog

    And like to have a variable instead of static text, for which you can change the value: 'Beat the system' - save time by creating advanced Actions (Captivate) - Captivate blog

    No response yet on shared or advanced actions, it depends on which version you use, answers on the score and more questions.

  • Selection multiple question table advanced on the OFA page

    Hello

    I have a table edge on the OA Page. This advanced table, I had added the action of multi selection table.
    For multiple selection, I have attached an Instance of the view and an attribute of the view.

    There are text entry field in the advanced table. If the user makes changes to it, a 'updateDate' event fires.
    Co:
    {if (Event.Equals ("updateDate"))}
    System.out.println ("A");
    String rowReference =
    pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);

    [Serializable] param = {rowReference};

    am.invokeMethod ("DetailsCheckBox", param);
    }

    Am:
    public void DetailsCheckBox (String rowReference) {}
    System.out.println ("B");
    line oracle.jbo.Row = findRowByRef (rowReference);


    Ivo DetailsVOImpl =
    FindViewObject ("DetailsVO1") (DetailsVOImpl);

    String chkbox = (String) row.getAttribute ("Multiselect");
    System.out.println ("multiselect original:" + chkbox);
    If ((chkbox == null) |) (chkbox.equals ("N"))) {
    ivo.setCurrentRow (row);
    row.setAttribute ("Multiselect", "Y");
    String chkbox1 = (String) row.getAttribute ("Multiselect");

    System.out.println ("multiple selection:" + chkbox1);
    Ivo.Reset ();
    }

    }

    The problem is that if there are 5 lines are displayed in the advanced table and changes to one of the first 4 rows, the box gets checked on the page but if I make the changes to the last row, the box is not checked on the page, even if the statement String chkbox1 = (String) row.getAttribute ("Multiselect"); Returns 'Y' AM.

    Help, please. Its urgency.

    Hello

    We use the following pseudocode of the AOS.

    VO. Reset()
    While (vo.hasNext ())
    {
    your code
    }

    This will solve your problem.

    Thank you
    Kumar

  • Fill in the text field when TWO radio button is unchecked

    Hello

    I don't know anything about javascript and need help.  I have a photography contract I want to offer a "discount package" of $50 when the two services will be used.  1 service is 'Photography coverage' and Service 2 'Photo Booth Rental'.

    Text field 1 = subtotal (calculates the values of checkbox and radio button)

    Text field 2 = discount (it's where I need help.  I would like this automatically filled with $50 when my default two boxes are not selected.  But only when the TWO are not selected)

    Text field 3 = Total (which has a basic calculation of the Subtotal-Discount)

    The services of two by default (it's done on purpose, I checked from the beginning) are both set to the '0' values to keep the subtotal $ 0.  If the client will use a service (which means one of the default selections will be selected), then there will be no discount, but if they decide to use photography and the cabin, they save $50.

    Can someone please help me to write a script for the text field, Discount calculation, to accomplish what I ask?

    Untitled-3.jpg

    You can use something like what the calculation script custom field discount:

    Event.Value = (this.getField("Service1").value == 0 | this.getField("Service2").value == 0)? 0: 50;

    Simply adjust the field names in the code to match the real in your file.

  • content of a single line in a text field

    I load a text field 100 string values (each with a < br > after them) in a multiple line, dynamic text field set to display the HTML. When a user clicks on one of the lines, I want that the content of this line to be set in a variable for further processing.
    any ideas on how to make this simple, assuming that the data load will change quite often?
    Thank you

    Use the asfunction Protocol to call a function and set the value in a
    variable.

    mytxt.htmlText = ""Hi!";"

    var valuelink:String = null;
    function setValue(value:String):Void
    {
    valuelink = value;
    trace (valuelink);
    }

    --
    Kind regards
    Erick Souza | ericksouza.com

  • Is there a way to multiple selection data source in a Web App?

    I created two Web Apps. I'm trying to multiple selection of one of the lists.

    The idea is - I have a list of manufacturers and a list of distributors, a few hundred in each list. I would like to be able to set up a select field type 'data source' Web App Distributor and for that to be a function of multiple selection.

    Does anyone know how to do this?

    Web apps are only a 1 to 1 relationship, BC at this time doesn't support 1 to many, or many-to-many on web applications. If you can't sorry.

Maybe you are looking for

  • HP Pavilion Notebook dv9410us: problem connecting wifi HP Pavilion

    Hello HP Pavilion dv9000 (GA355UA #ABA) = product name and #. Windows Vista = operating system I'm having a major problem... When I move my mouse over the "wifi" on the bottom left icon and then I click on "connect to a network '... He went to say "W

  • Communication of the computer/router problems

    I bought a wireless router and plugged into a line of cat-5 while it would broadcast internet for my ultra-livre, which of course is not an ethernet port.  Now I have access to the internet, but applications that use the internet, as the steam and Sk

  • Date incorrect journal Telec.

    I sent a fax on 22/11/2011. Fax log says that it was sent on 22/12/1997. How can I fix the date of the fax?

  • How to rebuild a spatial index partition that is marked 'INPROGRS '.

    I'm on 12.1.0.1 Enterprise Edition.I have a very large table of sdo_geometry objects that I divided it into several partitions.  I have create a spatial index on this table as UNUSABLE and then rebuild the partitions across a few different sessions.I

  • Impossible to put adobe reader by default app in win 10

    New computer running windows 10, downloaded the latest adobe player and says he is the default for pdf files.   When I right click on a file with extension pdf, it comes back and says cannot open.  I start software adobe reader and it will ask if I w