[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Tim Hoff
is time round! > > - Original Message - > > From: Tim Hoff > > To: flexcoders@yahoogroups.com > > Sent: Friday, October 17, 2008 7:58 PM > > Subject: [flexcoders] Re: how to add internal padding in canvas? > > > > > > Just preference, but I'd rather see: > > > > > > > > // my content > > > > > > > > -TH > > >

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread markflex2007
ECTED]> wrote: > > Yes, I'm just old school this time round! > - Original Message - > From: Tim Hoff > To: flexcoders@yahoogroups.com > Sent: Friday, October 17, 2008 7:58 PM > Subject: [flexcoders] Re: how to add internal padding in canvas? >

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Tim Hoff
padding would work for this too; instead of having two containers. > > > > > > -TH > > > > --- In flexcoders@yahoogroups.com , "Paul > > Andrews" paul@ wrote: > > > > > > Yes, I'm just old school this time round! > &g

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Michael Schmalle
ogroups.com , "Paul > Andrews" <[EMAIL PROTECTED]> wrote: > > > > Yes, I'm just old school this time round! > > - Original Message - > > From: Tim Hoff > > To: flexcoders@yahoogroups.com > > Sent: Friday, October 17, 2008 7:58 PM > &g

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Tim Hoff
D]> wrote: > > Yes, I'm just old school this time round! > - Original Message - > From: Tim Hoff > To: flexcoders@yahoogroups.com > Sent: Friday, October 17, 2008 7:58 PM > Subject: [flexcoders] Re: how to add internal padding in canvas? > > > Just

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
Yes, I'm just old school this time round! - Original Message - From: Tim Hoff To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 7:58 PM Subject: [flexcoders] Re: how to add internal padding in canvas? Just preference, but I'd

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Tim Hoff
@yahoogroups.com > Sent: Friday, October 17, 2008 7:22 PM > Subject: Re: [flexcoders] Re: how to add internal padding in canvas? > > > > - Original Message - > > From: "markflex2007" [EMAIL PROTECTED] > > To: flexcoders@yahoogroups.com > > Sent: Frid

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Friday, October 17, 2008 7:22 PM Subject: Re: [flexcoders] Re: how to add internal padding in canvas? > - Original Message - > From: "markflex2007" <[EMAIL PROTECTED]

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
- Original Message - From: "markflex2007" <[EMAIL PROTECTED]> To: Sent: Friday, October 17, 2008 6:51 PM Subject: [flexcoders] Re: how to add internal padding in canvas? > Please give me a simple demo,how to do " nest the canvas inside > another container to

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread markflex2007
Please give me a simple demo,how to do " nest the canvas inside another container to get the margin"? Thanks for help Mark --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > You can always nest the canvas inside another container to get the margin..

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Michael Schmalle
From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Tim Hoff > *Sent:* Friday, October 17, 2008 12:01 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Re: how to add internal padding in canvas? > > > > > Another alternative, if you have t

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
You can always nest the canvas inside another container to get the margin.. - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 6:36 PM Subject: RE: [flexcoders] Re: how to add internal padding in canvas? Hold on a minute

RE: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Tracy Spratt
8 12:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to add internal padding in canvas? Another alternative, if you have to use a Canvas and don't want to subclass, is to use constraints (top, bottom, left, right) on the children. -TH --- In flexcoders@yahoogroups.com <ma

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Tim Hoff
Another alternative, if you have to use a Canvas and don't want to subclass, is to use constraints (top, bottom, left, right) on the children. -TH --- In flexcoders@yahoogroups.com, "markflex2007" <[EMAIL PROTECTED]> wrote: > > Hi,Mike > > Please let me know this in detail. > > I can extends Can

[flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread markflex2007
Hi,Mike Please let me know this in detail. I can extends Canvas and create a new class (like samrtcavas). I confuse how to use the class in mxml and how to set left/right paddings Thanks for your help Mark --- In flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > >