Re: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-26 Thread Manish Jethani
On 10/24/05, Ashish Goyal <[EMAIL PROTECTED]> wrote: > > > > > > > > I think in the above example you want to get rid of the VBox and set the verticalAlign of the HBox to "middle" Yahoo! Groups Sponsor

Re: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-25 Thread Muzak
regards, Muzak - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 25, 2005 6:44 PM Subject: RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text? Sending this again because it never seems to have gone through: Thanks Ashish

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-25 Thread Merrill, Jason
Sending this again because it never seems to have gone through:   Thanks Ashish – that works now.  Seems like a lot of work just to get it to render as HTML does, but oh well.  I guess there is a lot to learn about layout in Flex 2.   By the way, in the F2 Alpha, I could not get older

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Merrill, Jason
ogroups.com Subject: RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?   Text and image are aligned to the top as designed. Since your bullet image is small, it gives an appearance that text is rendered below the image. If possible create a bigger bullet image by adding some white space on t

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Ashish Goyal
24, 2005 1:16 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text? OK – thanks Ashish, getting closer.  However, the text drops down and to the right from the bullet, and the bullet is completely snug at the far and upper l

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Merrill, Jason
@yahoogroups.com] On Behalf Of Ashish Goyal Sent: Monday, October 24, 2005 3:53 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?   Wrap your Image and Text tag in HBox inside Repeater.   -Ashish   From: flexcoders@yahoogroups.com

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Ashish Goyal
Wrap your Image and Text tag in HBox inside Repeater.   -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, JasonSent: Monday, October 24, 2005 12:48 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] F2 Alpha: Repeaters and

[flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Merrill, Jason
Full of questions today.  So using Flexbuilder 2 Alpha, I want to use a repeater to show text, and so this works fine:   id="CMMetricsTextRepeater" dataProvider="{dataService.result.dashboard.categories.category}"> source="@Embed('assets/bullet.gif')" />   text="{CMMetricsTex