Grouping text boxes

Hi
Is it possible to group text boxes in pages for iPad?

Yes, it is possible to group text boxes.
When you first create a text box, it is set to move with the text on the page. In this mode, you can't group the text boxes.
Select the first box and while holding it, tap the next text box to select them both. Then tap the Style Menu (brush)> Arrange > Wrap > Move With Text > OFF
Now tap one of the two boxes again and the option to Group should appear. Tap Group and the boxes are now grouped and can even be set to move with text again at this point, if you desire, or not, if that is your choice.
This is explained more in the Pages Help (under the Tools Menu (wrench)) under "Select, group, layer, and copy objects"
Good Luck.

Similar Messages

  • Grouping text boxes/objects

    Hi- 1) I've created a text navbar for the top of the page, consisting of 10 text boxes on a shape, with lines (from the shape menu) between each box. I now want to paste this onto every other page.
    2) I've repeated this for the bottom of the page but without the shape.
    Is it possible to group all these together in one action, so afterwards it needs only one click to select the navbar before copying and pasting, ot simply re-positioning it ?
    Thanks, Kay.

    Hi Cyclosaurus, thanks for answering. I've got Rulers - which is a really neat little programme- for actually lining up objects.
    What I meant was something different: that the objects/text boxes can be 'stuck to each other' so that they become one unit,which can then be copied and pasted with one click.
    I've also experienced that- especially viewed in Windows -the text moves independently to the objects and a disaster results. Like yesterday when I uploaded all the changes I'd made to my site.
    Kay.

  • I'm having some trouble spacing groups of text boxes. Does anyone have an automated way to evenly distribute space between groups of two text boxes?

    There isn't much more to this question. My format works like this:
    H2 Headline
    H3 Explanation
    H2 Headline
    H3 Explanation
    H2 Headline
    H3 Explanation
    I need to distribute these text boxes evenly down my page. It's a bit of a pain to do so manually. Since there are other objects on the page, the spacing guidelines get thrown out of whack. My most secure way is to create a box, line it up with the bottom of the first group and the top of the next. Then repeat all the way down the page.
    I thought about using just one text box but rejected it. I need to have content pulled from other portions of the site. That wouldn't be possible with only one text box. Plus, it's much easier to format the text box than individual text.
    If anyone has an idea, I'd love to hear it.
    Thanks.

    mitchging If I am understanding what you require, this might be what you're after.Assuming you want to have all the boxes equally spaced, you can use the Align panel. In the screen grab the four boxes are sets of two grouped text boxes, similar to your description. Select the first group object, then select the remaining three. Open the Align panel. First set the Align To method to Key Object. Now set the distribution spacing to the required value. When you click the Vertical Distribute Space button, they will all be spaced equally. You can then fine-tune it by changing the value and hitting the button again whilst they are still selected.
    I hope this helps.
    David

  • Mapping NT user accounts and groups in BOXI 3.1.i'm getting below error

    Mapping NT user accounts and groups in BOXI 3.1.i'm getting below error
    In BOXI 3.1 CMC
    .NT Authentication is enabled check box is selected.
    In the Mapped NT Member Groups area, entered the NT domain\group in the Add NT Group text box.
    like : secWindowsNT:
    BLRKEC148827D\BusinessObjects NT Users
    getting error like
    "The secWindowsNT security plugin is not enabled. Contact your system administrator for details. (FWB 00002) "

    You shouldn't be using the NT plugin in 3.1, is there a reason you are using this plugin over AD? If you really want to use it you may need to open a case with support and trace the CMS. Are there any groups currently mapped? if you hit update without adding/removing what happens? What if you remove the NT users group and hit update?
    Regards,
    Tim

  • How to move grouped text frames as a group?

    I have a threaded text frame with two text frames total in the thread. I am trying to move only the second half of the threaded text frame from the second-to-last page to the last page of my document. I have been able to successfully do this using this code:
    var myDocument = app.activeDocument;
    var myEndFrame = myDocument.pages[myDocument.pages.length-2].textFrames[1].endTextFrame;
    myEndFrame.move(myDocument.pages[myDocument.pages.length-1]);
    However, this code does not work when the second half of my threaded text frame has another text box grouped inside of it (such as a pull quote). In that case, the script will only move the threaded text frame part and not the other text box grouped with it. I need the two text boxes to remain grouped, and I would like to move the entire group together to the last page of my document. I have tried everything I can think of to get this to work and have been unsuccessful. (For example, I tried to get my code to move the entire group, but I can't get it to recognize the grouped text boxes as a group.) It could be that I'm missing something obvious. Any help would be greatly appreciated.

    Hi,
    Suggest to check myEndFrame.parent before move.
    If its constructor.name == "Group" redefine myEndFrame. I mean:
    myEndFrame = myDocument.pages[-2].textFrames[1].endTextFrame;
    if (myEndFrame.parent.constructor.name == "Group") myEndFrame = myEndFrame.parent;
    myEndFrame.move(myDocument.pages[-1);
    Jarek

  • Why can't I create a document in my Facebook group on my iPad? It won't let me input any text into the text box field after I create a new document. Thanks.

    Why can't I create a document in my Facebook group on my iPad. It won't let me input any text into the text box field after I create a new document. Thanks.

    Just thought I'd add my solution, I decided to go with WebDAV and I think it actually works better than the iTunes way, the steps are pretty much the same but avoiding the iTunes interface just makes things easier and faster.
    I followed this guide but it does have a small mistake in the httpd-dav.conf file, on line 2, where it's WebServer/WebDAV">, it should be <Directory "/Library/WebServer/WebDAV">.
    The tricky part is setting permissions which if wrong will give you errors when connecting with the iPad, I opted to set all to Read&Write since my home network has a hardware firewall. Another convenience was to add an alias to the webdav share on the Desktop.
    I'm still expecting the call from Apple but even if they fix the iTunes I'm sticking with WebDAV, atleast until I see what's new with iOS5 and iCloud this fall which should bring true sync for documents (I'm hoping that they will offer encryption with my own keys, if not, then I'll probably keep using WebDAV).

  • Using Underscore In OIDDAS Group Search Text Box

    Hi Everyone,
    I am using the 'Directory' tab within the Oracle Self Service Console to search for user Groups.
    Most of my groups are of the form : PORT_xx_xxxx
    I am trying to search for all groups beginning PORT_ but if I enter that as a search query the underscore is treated as a single character wildcard. In my case this means the search results display PORT_xx_xxxx groups as well as a load of PORTAL_xxxx groups
    Is there a way to escape the underscore so that it is treated as a character and not a wildcard?
    If this was SQL then there is plenty of info out there about escaping underscores but nothing in relation to normal search text boxes.
    Matt

    Hi Luis,
    I tried PORT\_ but it still returns PORT_xx and PORTAL_xx results.
    I've got a feeling the text box filters out the usual escape characters making escaping the underscore impossible. It a bit annoying because it isn't as if the underscore is an unusual character to have in a group name!
    Matt

  • How to get multiple row values in one text box while clicking one row from grid?

    hi friends,
               i am working on flex4 web application i am using  one datagrid ,it have two records(bills),one button and one text box.
    ex:
    customername      salesrepname   receipt no      amount
    venkat                         raj                         1102          10000
    ramu                          ramesh                   1102         20000
    here both receipt no is same.now i want to select one of this receipt and click pay button which is place in outside the grid.
    now my need is after click the pay button in text box i need 10000+20000=30000,after click that button i want both receipts should be invisible...'
    how i will do this,
    any suggession,
    Thanks
    B.venkatesan

    One way with 10g:
    select mgr,
           rtrim(xmlagg(xmlelement(empno,empno||',').extract('//text()')),',')  emps
    from emp
    where mgr is not null
    group by mgr;10g:
    -- define this function:
    create or replace
    function concatenate(c Sys_refcursor, sep varchar2 default null) return varchar2
    as
      val varchar2(100);
      return_value varchar2(4000);
    begin
    --  open c;
      loop
      fetch c into val;
      exit when c%notfound;
      if return_value is null then
        return_value:=val;
      else
        return_value:=return_value||sep||val;
      end if;
      end loop;
      return return_value;
    end;
    select mgr,
           concatenate(cursor(select empno from emp e where e.mgr=emp.mgr order by empno),',')
    from emp
    where mgr is not null
    group by mgr;With 11g:
    select mgr,
           listagg(empno,',') within group (order by empno) emps
    from emp
    where mgr is not null
    group by mgr;

  • Expanding text boxes, pagination and expanding to another page

    Attached is a link to a simple form which is actually part of a much larger form. It has several nested add and remove instances. I have three fairly simple issues I need to solve.
         1. Is it possible to set a text box to allow it to grow in height as information is added that exceeds the size of the text box. This feature is available as a property in Microsoft Access as an example. I know you can allow multiple lines but you can see them all without the expanding feature.
         2. This form is design to grow by adding instances. I would like to set up the pagination so it would flow to additional page(s). I think I would just like the line
    to continue to flow to the next page without creating a break in the primary instance if that makes sense (the top level of the instances - mode). This level could theoretically by larger than one page so this is probably best route to go. Currently it's not flowing at all to the 2nd page.
         3. Somehow I ended up with a 2nd page to the form. How do I delete that but yet have the expanding form automatically create a 2nd, 3rd (etc) page as required.
    http://share.planswift.com/download/?file=W0H3U2V5-GOPO-FI9G-1UIG-OTYPHTB46HB
    Thanks,
    Patrick

    Hi Patrick,
    I can't make changes to your form at the moment, but there are a few things you need to bear in mind. If you want items to expand and push objects down, then you will need a Flowed layout.
    See this example about making fields dynamic: http://assure.ly/g80MVY.
    Also this looks at the difference between Flowed (where you want to get to) and Positioned (where you are now) subforms: http://assure.ly/eSGQMt.
    Yes, just select the textfield and go to the LAyout palette. There under height, tick Expand to fit. If you preview this you will see that it expands, BUT will cross over objects beneath it. This is where you need to group objects in a Flowed subform, so that when it expands it will push objects down.
    The page needs to be set to Flowed. There are pagination settings available under the Object palette and you can start with Place = Follow previous and then Continue filling parent. You also want to make sure that for the subforms (and textfields) you have set in the Object palette that content is allowed to break over pages.
    Check your pagination settings.
    Hope that helps,
    Niall

  • Coordinate Text Box Size

    I have a set of pairs of text boxes (one for medication name, one for that medication's dose). If the user enters text on multiple lines in a given text box, the text box expands to accomodate.
    However, the corresponding text box in the pair does not expand.
    How can I ensure that each pair of text boxes always retain the same height?

    That's probably a sound solution, but let me throw a wrench in there: I have a really large form that uses positioned cells. Is there any way to automate the conversion of groups of cells to a table, such that I don't have to build the whole thing from scratch (which would take hours and hours and hours)?
    I should mention that the form is derived from a microsoft word document, which did use tables, but I'd rather not go through the importation process again if I can help it.
    Thanks for the help

  • I'm in Lightroom 4 and trying to type text into individual slides and the text box does not let me

    In help Lightroom 4 tells me to go custom text pop-up in the slideshow module and choose a metadata option. All I want to do is add some text to some of the slides in my slide show. Since text and or caption options are not avaliabe I tried using the title option which brought up a text box that I could place on the screen but NOT type into, why not? what am I missing here? Also after editing the 490 photos I want to put them onto a DVD as an OTHG 2011 file to give to my backpacking group but Lightfoom does not explain how to create these DVDs. Thanks for your help. Hart 

    When you set that popup to 'Title', say, the slides will get a label that is filled in from the 'title' metadata, which you set for each photo in the Library Module.
    Try it.
    Hal

  • Text box continuing from one page to the next

    I am using LiveCycle Designer ES to create land use application forms. I need to be able to create a text box that will expand with whatever amount of information the user needs to submit. These boxes need to be able to cover anywhere from 5 lines to possibly 2 pages. The information or next question and remaining items in the application need to be able to move down the pages to allow for various amounts of information in the text boxes submitted by the user. The box I created will take any amount of information but it scrolls it so when you print out the application you have a small plus sign (+)in the lower right hand corner but the information within the box does not print out. Is it possible to create such a box?

    Hi,
    You need to make sure that your form is saved as a Dynamic XML Form in the save-as dialog.
    Next you will need to set the page to a Flowed layout, see Object > Subform palette and change the type from Positioned to Flowed. This will probably mess up your layout. If so click undo and work through your objects, grouping objects that don't grow and placing them in Positioned subforms. Then when you change the page layout to Flowed your form wont be changed too much. You will still probably need to make a few small changes to margins, etc.
    The Flowed layout allows Acrobat/Reader to create new instances of the page if object grow beyond the bottom of the page.
    There is an example here: http://assure.ly/g80MVY.
    Example 3 has an object that can grow in hright, but will not overflow onto a new page (probably what you have now). Example 4 has a diffeent Flowed page layout that will create a new page if the object overflows.
    Hope that helps,
    Niall
    Assure Dynamics

  • Photoshop: Text box bug

    Today our designers have run into an interesting bug I've never seen before, and perhaps one of you has and can offer a solution.
    We are working on a file that has been opened and edited on both PS CS4 and CS6, contains images and text and some shapes.  That's the extent of it's complexity other than the fact it has about 70 groups.  It's a file we use to generate headers for our different outlet centers.
    Here's what happens:
    We open the file and the first thing that occurs is Font Suitcase apparently goes insane, loading fonts for about a minute. 
    After that abates the file can be modified normally.  That is until you click on a text box with the text tool.  Immediately the text in the box will change to another set of text within the file.  Note that the layer selected is the correct layer -- It even displays the name as the expected text-- but as soon as it is clicked with the text tool the text in the box changes not just content but sometimes color.
    My only thought is that when the file was saved back from CS6 the last time it was edited, the references that control the actual source text and not the pre-rendered shapes that are instantiated from the text source have been frame-shifted somehow.  Like taking a few cells out of a spreadsheet on a particular column, it causes all the other stuff to get misaligned.
    We've tried saving it back from CS4 / CS6 in a multitude of configurations such as Adobe PDF.  No dice.
    Thoughts?

    What Chris didn't say is that unfortunately there's apparently nothing you can do to recover the contents of the file, save for recreating all the text (or dropping back to a version of the file saved before working on it with Photoshop CS6).
    We all anxiously await the 13.0.1 update.
    -Noel

  • How to use a radio button in enabling/disabling a text box in report progra

    Hi,
        Could any please let me know, how to use a radio button in enabling/disabling a text box in report program.

    *& Report  ZMR_RADIO_BUTTONS
    REPORT  ZMR_RADIO_BUTTONS.
    PARAMETERS : R1  RADIOBUTTON GROUP G1,
                 R2  RADIOBUTTON GROUP G1.
    PARAMETERS : A1 TYPE I,
                 A2 TYPE I.
    AT SELECTION-SCREEN OUTPUT.
    *initialization.
    IF R1 = 'X'.
    LOOP AT SCREEN.
    IF SCREEN-NAME = 'A1'.
       SCREEN-INPUT = 0.
        SCREEN-ACTIVE = 0.
    ENDIF.
    IF SCREEN-NAME = 'A2'.
       SCREEN-INPUT = 0.
        SCREEN-ACTIVE = 1.
    ENDIF.
    ENDLOOP.
    ENDIF.
    IF R2 = 'X'.
    LOOP AT SCREEN.
    IF SCREEN-NAME = 'A1'.
       SCREEN-INPUT = 0.
        SCREEN-ACTIVE = 1.
    ENDIF.
    IF SCREEN-NAME = 'A2'.
       SCREEN-INPUT = 0.
        SCREEN-ACTIVE = 0.
    ENDIF.
    modify screen.
    ENDLOOP.
    ENDIF.
    START-OF-SELECTION.
    *IF R1 = 'X'.
    *LOOP AT SCREEN.
    IF SCREEN-NAME = 'A1'.
       SCREEN-INPUT = 0.
       SCREEN-ACTIVE = 1.
    ENDIF.
    *ENDLOOP.
    *ENDIF.
    *IF R2 = 'X'.
    *LOOP AT SCREEN.
    IF SCREEN-NAME = 'A2'.
       SCREEN-INPUT = 0.
       SCREEN-ACTIVE = 0.
    ENDIF.
    *ENDLOOP.
    *ENDIF.

  • Edit more than one text box at a time?

    I find it extremley irritating having to go through every text box changing each line, for example when you make a business card is it possible to change all the text boxs at the same time?

    Yes you can drag a VCard from your AddressBook or a *Numbers Spreadsheet* on to the page and it will automatically populate the entries if they are set up to merge, which most of the templates are.
    If you drag a Group from AddressBook it will create as many pages of Business Cards as there are entries in the Group, one per page.
    Be aware there are 2 types of merges, one for *Your details* +Sender Field+ (obtained from your personal details in the Address Book) and one for *Others details* +Merge Field+ inserted from:
    +Menu > Insert > Merge Field / Sender Field+
    The business card templates are constructed for +Sender Fields+, delete each entry and replace with the appropriate *Merge Fields*.
    see p242 *Defining Your Own Merge Fields* Pages09_UserGuide.pdf downloadable from under the Help menu.

Maybe you are looking for

  • Is it possible to see who has saved progress on a web form, but not submitted?

    We are using FormsCentral for our application process, and we are allowing applicants to save forms. Is it possible to see who has started a web form, and saved it, but hasn't submitted yet? Maybe by cc'ing the email notificiation they get to an admi

  • How can i change the date of birth on my account

    how can i change the date of birth on my account

  • 11g Client result set caching in OCI

    I'm trying out this feature in the 11.1.0.6 release. My understanding of this feature is that when enabled with the appropriate server-side init.ora parameters, a 11g OCI client connecting to the instance will cache SQL results locally in some fixed

  • Show days in a calendar

    Hey! I have a table showing the amount of days needed to develop a project. Feature 1: 6 days Feature 2: 16 days Feature 3: 69 days Now I would like to show an calendar overview with a dynamic starting date... Any ideas on how I can do that?

  • Problem with Management Console for Netweaver Development Studio

    I installed the  Netweaver Development Studio and all works fine Normally the MMC shows SAP Systems and a J2E instance below it which is used to start the services But when I shutdown my machine and restart it again the J2E item below the SAP Systems