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

2005-10-26 Thread Manish Jethani
On 10/24/05, Ashish Goyal [EMAIL PROTECTED] wrote: mx:Repeater mx:HBox mx:VBox marginTop=5 mx:Image/ /mx:VBox mx:Text/ /mx:HBox /mx:Repeater I think in the above example you want to get rid of the VBox and set the verticalAlign of the HBox to

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-25 Thread Muzak
, Muzak - Original Message - From: Merrill, Jason [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

[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: mx:Repeater id=CMMetricsTextRepeater dataProvider={dataService.result.dashboard.categories.category} mx:Image source=@Embed('assets/bullet.gif') / mx:Text

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

2005-10-24 Thread Merrill, Jason
@yahoogroups.com [mailto:flexcoders@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

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

2005-10-24 Thread Ashish Goyal
JasonSent: Monday, October 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