[flex_india:22315] Re: Marquee

2009-05-18 Thread Renu D
http://www.adobe.com/2006/mxml"; xmlns="*"> .myText { fontWeight: "bold"; fontSize: 20; color: #FF; } http://www.adobe.com/2006/mxml"; paddingTop="20" paddingBottom="20" paddingRight="0" paddingLeft="0" creationComplete="createEffect()" horizontalScrollPolicy="off"

[flex_india:21269] Font embedding issue

2009-04-07 Thread Renu D
Hi, I have embedded font in my main application. 1)The embedded font are applying controls( like Text) text is visible in local machine but when the same SWF is deployed on the server i.e. Windows server, the embedded text is not coming. 2) The text(with embedded fonts) are not appearing as it is

[flex_india:18075] Re: how to change the label color of disabled radiobutton

2009-01-09 Thread Renu D
Thanks a lot :) Gnanz On Jan 9, 7:42 pm, GnanaPrakasam T wrote: > Hi Renu... > > Do you want to change the disabled color > > then try 'disabled-color 'instead of 'color' > > Happy Coding.. > > Gnanz.../ > > > > Renu D wrote: >

[flex_india:18070] how to change the label color of disabled radiobutton

2009-01-09 Thread Renu D
hi, I am facing a issue in my project for changing the disabled radiobutton label color. my_radiobutton.enabled=false; my_radiobutton.setStyle("color",#00); --- This is not applying because of default disabled color. Is there is any alternative to accomplinish this task. Regards, RenuD --

[flex_india:17076] easing effect while drag drop

2008-12-05 Thread Renu D
Hi, I am facing a problem of easing effect of drag drop on HBox. The requirement is while dropping an item on HBox, the item dropped should have an easing effect and the items to its left and right should also move with easing effect to their corresponding indices. Can we play an easing effect

[flex_india:16782] How to Decode a SOAP Object to XML

2008-11-30 Thread Renu D
Hi, I am facing a challenge in decoding SOAP object to XML.I am invoking remote object through BlazeDS and trying to convert the result into an XML object.But unable to do so. Can Anyone help me out! Regrads, RenuD --~--~-~--~~~---~--~~ You received this message b

[flex_india:16432] How to add icons on tab navigator/Tab Bar on the Basis of DataProvider

2008-11-22 Thread Renu D
Hi Friends, I am facing a problem in adding an icon on Navigation Bar (Header). This icon should be mapped to the data provider. The icon should change on the basis of dataprovider. Can anyone help me out in this! Regards, RD --~--~-~--~~~---~--~~ You received t

[flex_india:15448] Re: Issue with Dissolve effect

2008-10-23 Thread Renu D
Yes, you are right. But I am using backgroundImage to Canvas and not color. For this scenario, color doesn't support the issue. On Oct 23, 4:08 pm, Shardul <[EMAIL PROTECTED]> wrote: > Hi, > There is property 'color' inside the    tag. Set it to > the background color of your canvas. > So no whi

[flex_india:15430] Issue with Dissolve effect

2008-10-23 Thread Renu D
Hi, I am new to Flex. I am working with Dissolve effect wich is giving me problem. Pls help me out. I am copying the code that I am using. http://www.adobe.com/2006/mxml"; width="400" height="302"> This is giving me a background default color which is wh

[flex_india:14888] How to override Accordion header click event to mouse over

2008-10-09 Thread Renu D
Hi, I am facing a problem. I wanted to show the same function of accordion which happend on Mouse Click on Accordion header. I want to achieve the same functionality on Mouse Over. I tried by overriding Accordion Class, but didn't succeded. Pls help me out in this. Regards, RenuD --~--~---

[flex_india:14628] Context Menu Issue

2008-09-30 Thread Renu D
Hi, I am learning Flex. I m facing a problem creating context menu's.Can anyone help me on this. I am implementing in this manner * contextOBJ= new ContextMenu(); deleteimageItem= new ContextMenuItem("Delete");