[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: A

[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 Canvas and

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

2008-10-17 Thread Tracy Spratt
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 mailto:flexcoders%40yahoogroups.com

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 Michael Schmalle
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

[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 Paul Andrews
- Original Message - From: markflex2007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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 get

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

2008-10-17 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@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

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

2008-10-17 Thread Tim Hoff
[EMAIL PROTECTED] To: flexcoders@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: Friday, October 17, 2008 6

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 rather see: mx:Canvas id=outer

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

2008-10-17 Thread Tim Hoff
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 rather see: mx:Canvas id=outer mx:Canvas id=inner top=10

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

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

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

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

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

2008-10-17 Thread Tim Hoff
: [flexcoders] Re: how to add internal padding in canvas? Just preference, but I'd rather see: mx:Canvas id=outer mx:Canvas id=inner top=10 bottom=10 left=10 right=10 // my content /mx:Canvas /mx:Canvas -TH

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

2008-10-17 Thread markflex2007
: 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 rather see: mx:Canvas id