[flexcoders] Re: Determining text control's height in a ListItemRenderer.

2008-04-08 Thread geraldshastri
and uses TextField instead of the heavier Text component. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of geraldshastri Sent: Monday, April 07, 2008 4:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Determining text

[flexcoders] Determining text control's height in a ListItemRenderer.

2008-04-07 Thread geraldshastri
Hi, I have made a custom control by extending the ListItemRenderer to use as an itemRenderer with a list control. This custom component has some images and text controls. But I am having trouble sizing the Text controls. The Text control can have a varying width depending upon the width of the

[flexcoders] Adding an ellipsis to truncated text in Text control

2008-03-31 Thread geraldshastri
I am using a text control but it's not showing the ellipsis ('...') after the truncated text. The documentation clearly says that it should be added. Do I have to toggle some settings to get the ellipsis after the truncated text? Thanks.

[flexcoders] Re: Adding an ellipsis to truncated text in Text control

2008-03-31 Thread geraldshastri
Yes I did that, and by default that property is set to true, as per the documentation. --- In flexcoders@yahoogroups.com, learner [EMAIL PROTECTED] wrote: did u try this : mx:Text truncateToFit = 'true' / On Mon, Mar 31, 2008 at 2:53 PM, geraldshastri [EMAIL PROTECTED] wrote: I am

[flexcoders] Re: popUp property null on creationComplete

2008-03-24 Thread geraldshastri
I'd listen for that and set the itemrenderer then. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of geraldshastri Sent: Saturday, March 22, 2008 1:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] popUp property null

[flexcoders] Message posting guidelines

2008-03-22 Thread geraldshastri
Are there any guidelines for posting to this group? I'm trying hard for so many days without any luck, my questions never show up in the lists. What are the rules of censorship being used here? Or is there a few days of delay or latency of some kind? I hope if there are guidelines new comers like

[flexcoders] popUp property null on creationComplete

2008-03-22 Thread geraldshastri
I am using a popUpMenuButton inside an MXML component but trying to set an itemRenderer fails since the popUp property is null even after the creationComplete event is fired. Does anyone have a clue to this?