[flexcoders] Re: need help with programatic skin

2006-03-30 Thread shemeshkale
> } > } > > hope this helps > > jason > > -Message d'origine- > De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la > part de shemeshkale > Envoyé : mercredi 29 mars 2006 15:01 > À : flexcoders@yahoogroups.com > Objet : [flex

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Gordon Smith
Override measure() and updateDisplayList(). - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday, March 29, 2006 5:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need help with programatic skin

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
29, 2006 3:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need help with programatic skin not what i meant. a button in flex have a default "gap" (padding in html/css) between text and the buttons border - on both left&right sides. how do i change this? --- In flexcoders@yahoog

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Gordon Smith
On Behalf Of Michael Schmalle Sent: Wednesday, March 29, 2006 3:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: need help with programatic skin   Hi, From what I gather your are looking for the 'marginRight' and 'marginLeft' css styles. Button does not su

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Gordon Smith
groups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday, March 29, 2006 3:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need help with programatic skin not what i meant. a button in flex have a default "gap" (padding in html/css) between text an

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Matt Horn
half Of shemeshkale > Sent: Wednesday, March 29, 2006 10:51 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: need help with programatic skin > > THANK U VERY MUCH.. > this is a big step a head... me happy ! > > it seems that i need to learn about this met

[flexcoders] Re: need help with programatic skin

2006-03-29 Thread shemeshkale
.extraSpacing = 10; >trace(super.extraSpacing); > > } > } > } > > hope this helps > > jason > > -Message d'origine- > De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la > part de shemeshkale > Envoyé : mercredi 29 mars 2

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
; > > > > > > > width="150" > > > label="Test" /> > > > > > > or > > > > > > label="Test" /> > > > > > > > > > Hope that helps > > > > > > Jason > > >

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Jason Hawryluk
gt; > > > > .IndentedtextButton{> > >  cornerRadius: 0;> > >  textIndent: 15;> > >  fontWeight:  "normal";> > > }> > > > > >> > >> > > width="150"> >

[flexcoders] Re: need help with programatic skin

2006-03-29 Thread shemeshkale
l"; > > > } > > > > > > > > > > > > > > label="Test" /> > > > > > > or > > > > > > > > > > > > > > > Hope that helps > > > > > > Jason > > > >

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
pe that helps> > Jason> > >   -Message d'origine----->   De : flexcoders@yahoogroups.com[mailto: flexcoders@yahoogroups.com]De la> part de shemeshkale>   Envoyé : mercredi 29 mars 2006 09:11>   À : flexcoders@yahoogroups.com>   Objet :

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Jason Hawryluk
;> }> > > > > label="Test" />> > or> > > > > Hope that helps> > Jason> > >   -Message d'origine->   De : flexcoders@yahoogroups.com[mailto:flexcoders@yahoogroups.com]De la> part de shemeshkale

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
> Hope that helps > > Jason > > >   -Message d'origine- >   De : flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]De la > part de shemeshkale >   Envoyé : mercredi 29 mars 2006 09:11 >   À : flexcoders@yahoogroups.com >   Objet : [fle

[flexcoders] Re: need help with programatic skin

2006-03-29 Thread shemeshkale
"normal"; > } > > > > label="Test" /> > > or > > > > > Hope that helps > > Jason > > > -Message d'origine- > De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la > pa

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Jason Hawryluk
If I understand you question correctly. Have a look at the textIndent style this can be set via css  or property, otherwise your going to have to extend the button.   for example   css file .IndentedtextButton{ cornerRadius: 0; textIndent: 15; fontWeight:  "normal";}       or   textIn

[flexcoders] Re: need help with programatic skin

2006-03-28 Thread shemeshkale
PLEASE HELP ! or please refer me to a place i can learn... --- In flexcoders@yahoogroups.com, "shemeshkale" <[EMAIL PROTECTED]> wrote: > > hi, > i m working with the basic HALO skin. > i m trying to change some things without luck. > > PLEASE HELP: > > - how do i change the padding (the space be