Possible to change the layout of my form

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Possible to change the layout of my form

    This is probably a silly question but I have a very long form so users have to
    scroll very far down but I'd like to make the length of the form half as long
    but putting two form items side by side. How can I do this easily?

    madhooper Guest

  2. Similar Questions and Discussions

    1. dynamic layout change in Application object
      Hi! I the following moving from a vertical or horizontal layout of the Application will not have effect. Is there any specific method to run for...
    2. Text Layout In Flash Form
      I've serached for an answer and cant seem to find a way to control where text is displayed on my flash form. Basically I want 2 columns of text...
    3. how do I change pdf form in Version 7.0 change permission to allowed
      hello, I'm working on a web application. I need to insert some javascript to a form which is submitted by someone else. I had no problem in...
    4. Flash form layout
      How can I position the flash form where I want it? Not just at the the top? If you look at this image, you can see what I am talking...
    5. CF7 Flash Form Layout Woes
      There should be a complete list of properties for laying out Flash Form objects. I'm finding all sorts of undocumented attributes, such as...
  3. #2

    Default Re: Possible to change the layout of my form

    I have found Form to be too inflexible, with too little benefit, and never use
    it.

    Perhaps someone who has will be able to help you directly, but my advice is to
    abandon Form entirely.

    If your layout is fixed use Canvas. Flex Builders design view can make using
    canvas a snap.

    If you need dynamic layout, a combination of HBox, VBox, your controls and
    Spacer will give you complete control over yor UI.

    Tracy

    ntsiii Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139