Hi Christophe,

- How to have round buttons on an interface ?

You have a few options for skinning flex controls: images, drawing api,
or Degrafa.  (fxg for flex4).   Usually, these skins are applied in css
as skin, borderSkin or individual state skins; like upSkin.  Images are
the easiest, but add size to the swf; since they are embedded.  Using
the drawing api moves you to vector graphics and Degrafa gives you a
declarative way to draw skins.

- How to generated a drawing with Degrafa in the background of an HBox ?

There's some basic examples here:

GoogleMate Source
<http://www.timothyhoff.com/projects/googlemate/srcView/GoogleMateSource\
CodeExplorer.html>

Drill down to src/assets/skins/TileListItemRendererSkin

-TH

--- In [email protected], "Christophe"
<christophe_jacque...@...> wrote:
>
> Hello,
>
> I have 2 questions :
>
> - How to have round buttons on an interface ?
>
> - How to generated a drawing with Degrafa in the background of an HBox
?
>
> Thank you,
> Christophe
>


Reply via email to