Creating customized shapes

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

  1. #1

    Default Creating customized shapes

    Hello,
    I'm quite new in Flex and I wanted to try to build an application using Flex.
    I would like to know if there is any possibility to create customized shapes
    with Flex for example shapes like clouds and arrows and then use these shapes
    in the web based application with a simple drag and drop.

    Thanks in advance for your help
    Erjona!

    erjona Guest

  2. Similar Questions and Discussions

    1. Need help on creating customized visual datagrid
      Hi all, I am new to Flex and just downloaded the trial version of Flex Builder 3 to test it. Basically, what I need is a visual representation of...
    2. customized stamps
      Hi, I work for a large firm that uses PDFs to send out to the people who review them. They use stamps to do so, but within the firm we would like...
    3. CUTTING OUT SHAPES FROM SHAPES
      I'm guessing this has something to do with the knockout groups and grouping, but what I'm looking to do is sorta make a "comet trail" type shape. ...
    4. Creating vector shapes from JPEG
      How do i convert a Jpeg into the vector looking shapes? Ive seen tutorials but i can't find them anywhere
    5. Creating shapes as outlines
      Is it possible to create shapes just as outlines? For instance, I want to highlight an area of a picture by drawing a transparent (hollow) red...
  3. #2

    Default Re: Creating customized shapes

    Hi,

    I'm new to flex too but I think this you would have to make the shapes in
    flash and apply them as skins in flex. You can get the flash flex template
    extensions here [url]http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex_skins[/url]

    Thanks

    tookiebunten Guest

  4. #3

    Default Re: Creating customized shapes

    Yeah, you can create a button for example by extending the existing Button
    class, and then use graphical or programmatic skins so it looks totally
    different. And because you are extending an existing Flex class you get drag
    and drop support and much more. See the FB3 help system.

    Greg Lafrance Guest

  5. #4

    Default Re: Creating customized shapes

    Hello,
    Thank you for your answer. I'll try now to see if it is useful for my application
    Thanks Erjona
    erjona 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