Flex Builder Design View programmatic skinning

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

  1. #1

    Default Flex Builder Design View programmatic skinning

    I am writing programmatic skins, by extending ProgrammaticSkin class. If i
    apply these skins to mx:Button, i can see the skin in Flex Builder design view.
    But when i style my custom component with programmatic skins, Flex Builder
    design view does not show the skin, though the skin is applied when i run the
    application. Is there a way for me to write my custom classes (class Node
    extends UIComponent), and apply skins, so that i can see the skins in Flex
    Builder design view.

    kuntala sawan Guest

  2. Similar Questions and Discussions

    1. Flex Builder 3, Design window not working
      A few days into a new project, suddenly flex builder 3 crashed and I can no longer graphically edit my layout. Editing the source works, and the...
    2. Skinning with CSS in Flex
      I have a question regarding the best way to apply a CSS file to a component or application. I have tried compiling my CSS files into a SWF and then...
    3. Switch from Flex Builder 2 to Flex Builder 3
      Hi All, I've developed an application in Flex Builder 2 and I'm trying to switch it in Flex Builder 3. My application receives data from a...
    4. Skinning Flex Menus
      Hi, I am a relative newbie with Flex, and I have a styling/skinning issue. I'm trying to imitate my company's Intranet template using Flex. I am...
    5. user controls: design-time vs. programmatic behavior
      hello, ive got a usercontrol that has some textboxes, a button, and a handler routine for its button_click. when this usercontrol is dropped into...
  3. #2

    Default Re: Flex Builder Design View programmatic skinning

    I don't think you can see programmatic skins in design view.
    Greg Lafrance Guest

  4. #3

    Default Re: Flex Builder Design View programmatic skinning

    Actually I found the answer to my question. You can find it in my blog.[url]http://abeginner.blogspot.com/2008/05/programmatic-skinning-in-flex-builder-3.html[/url]
    kuntala sawan 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