[flex_india:34543] List background Image

2011-09-19 Thread deepa
Hi, I have a list control and an item renderer inside the list control that is a canvas. mx:VBox mx:MyList mx/Vbox mx:MyList itemRenderer=Entry /mx:MyList This Entry is a canvas container mx:Canvas mx:HBox mx:Text(this is a hyperlink)/ /mx:Canvas I want to apply

[flex_india:34308] transparent background

2011-08-04 Thread deepa
Hi, i have a vbox with backgroundColor=white, I want to make it transparent. What css properties can I use to set the containers background to transparent. Thanks. -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:33420] Flex Progress Bar

2011-04-07 Thread deepa
Hi, I am using flex spinner when a call is made to display data, till I fetch the data. I am using the component mentioned below. http://grakl.com/wordpress/ What I am experiencing is when I add this component to my mxml file I am lossing the other css style elements that were applied to this

[flex_india:32973] Panel CSS Style

2011-02-16 Thread deepa
Hi, I have to design a screen where there are 4 menu items. So I am thinking of using panel. For the title bar and the rest of the panel is in one color. But I have to separate the main Menu heading/title of the panel with a image or dotted line. I tried this, but I notice that there is more

[flex_india:32503] Re: DataGrid Resizing Columns

2011-01-04 Thread deepa
you are not using RSL. I think that there must be difference in sdk's used at the local end and at the dev end. Check the SDK version. deepa-5 wrote: I noticed one difference betwn my local env and dev. The verticalheaderseparator is not continuous with the verticalgridline

[flex_india:32369] DataGrid Resizing Columns

2010-12-23 Thread deepa
Hi, I am trying to resize datagrid columns. I am using the default datagrid, but I assign the columns using an array. I have the resizableColumns property of datagrid set to true. It works fine in my local env, but when I deploy the app in dev I am not able to resize the columns by dragging the

[flex_india:32374] Re: DataGrid Resizing Columns

2010-12-23 Thread deepa
does not resize. Will increasing the headerHeight make any difference. Thanks. On Dec 22, 6:25 pm, deepa sriann...@gmail.com wrote: Hi, I am trying to resize datagrid columns. I am using the default datagrid, but I assign the columns using an array. I have the resizableColumns property

[flex_india:32286] copy data from datagrid and paste in excel

2010-12-09 Thread deepa
Hi, I have a datagrid and I want to copy the data from the datagrid and paste it in excel. Can you point me to examples where this feature is implemented. Thanks. -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:32253] Flex DataGrid

2010-12-07 Thread deepa
Hi, I am looking for datagrid examples that are user friendly. Right now I have a datagrid that has arraycollection as dataprovider. I will have a variable number of columns depending on the number selected by user. I have to display 50 rows. Some of the features I am looking for is the user

[flex_india:31663] Resizing a Panel

2010-10-07 Thread deepa
Hi, I have a panel that has a canvas as the inner container. The canvas has a vbox. I set the default size of the canvas as 300/200. And all the containers width and height as 100%. In the vbox I display a chart. Between the chart and panel there is a measurable amt of space. I want to reduce

[flex_india:30933] appendChild method only works on lists containing one item - Solution?

2010-08-03 Thread deepa
Hi, I have xml similar to this var testXML:XML = myxml names name/ name/ /names grades grade category

[flex_india:30329] Multiple Selections from color picker

2010-06-08 Thread deepa
Hi, The color picker selects only one color at a time. I want to allow the user to keep his selections as long as he selects the colors. Are there any examples of color picker where it shows all the selected colors? Can I remove any colors that he wants to remove from the selected colors. Thanks

[flex_india:30279] Color Picker

2010-06-03 Thread deepa
Hi, I want to display the colors from a colorpicker as they are selected in a list or any other container. Can I set the dataprovider of the list to contain the colors from the color picker. I want to keep adding the colors as the user selects them. Thanks -- You received this message because

[flex_india:30279] Color Picker

2010-06-03 Thread deepa
Hi, I have 2 questions. 1. I want to have a colorpicker with some colors as a group, for instance I want to show them red and yellow as partof one color which they can select. Usually its indiidual colors is what can be added to dataprovider, can I add a group of colors as a single color/single

[flex_india:30104] using operators inline

2010-05-19 Thread deepa
Hi, I am trying to add a condition inline. mx:Label visible={_obj == null this.id==_myId} includeInLayout=={_obj == null this.id==_myId} / I get an error when I use . Can we use multiple conditions inline? Thanks -- You received this message because you are subscribed to the Google

[flex_india:29437] Controlling the values in numeric stepper

2010-03-29 Thread deepa
Hi, I want to control the values in numeric stepper, for example if have values like 15, 30, 45, 60, 90. Here I am missing 75 after 60, otherwise the stepper size would be 15. Is it possible to give values like this in numeric stepper. I want to control the values I show to the user, are there

[flex_india:29130] my flex builder suddenly stopped compiling new mxml components

2010-03-11 Thread deepa
Hi, I have been using flex builder for 2 yrs now. Today i had to setup a new project. After setting up the project when I try creating a new MXML component in my existing project, flex builder does not compile this particular component. I tried creating the MXML components in other projects in

[flex_india:27676] checkbox item renderer in DataGrid

2010-01-07 Thread deepa
Hi, I have a requirement where the datagrid is populated by backend data objects. I want to use these objects directly. I might not have any problem with that but my issue is I neeed to add a checkbox to each row of the datagrid. This checkbox is not associated with any particular value of the

[flex_india:26642] DataBinding Warning

2009-11-15 Thread deepa
Hi, I am working on code that is similar to this example, the difference is my arraycollection is a list of objects that I get from a web service call. I use a property of the object to check and uncheck the checkbox.It works fine but I get this warning: unable to bind to property(the property

[flex_india:25512] XML into Object

2009-09-27 Thread deepa
Hi, main label=root nodeId=1 mainId=-1 main mainId=1 nodeId=3 label=ABC isRoot=true isBranch=true main mainId=3 nodeId=2 label=BCD/ main mainIdId=3 nodeId=4 label=CDE isBranch=true main mainId=4 nodeId=7 label=FCE / /main main mainId=3 nodeId=12 label=FGH / main

[flex_india:24206] Data ache

2009-08-03 Thread deepa
Hi, I have a question about data cache. We use datacache in our app to cache entities. Recently I am having problems with accessing properties of objects already in cache when certain limit is reached. This might be entirely related to the cache size we configure, but I also wanted to know if

[flex_india:23968] Custom Authentication with Tomcat

2009-07-24 Thread Deepa
be highly appreciated. Thanks, Deepa --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from this group, send

[flex_india:23042] Data Binding Warning

2009-06-16 Thread deepa
I have a ArrayCollection variable, I get the databinding warning even though I use the [Bindable] metatag above it. How can I get rid of the warning? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:22009] TextArea Text Input

2009-05-04 Thread deepa
Hi, I have a text area. On focusout I compare the text with the earlier text(stored in object) and show Alert only when text changed/not equal. I use a actionscript object to store the value. My problem is when I enter text in text area like this e Here I press enter key to enter text

[flex_india:21625] IE warning

2009-04-18 Thread deepa
Hi, When I login to my flex app I see a javascript warning, which when I debug points to textresizedetector.js the warning is abt an invalid argument at this line if (document.getElementById(TextResizeDetector.TARGET_ELEMENT_ID)) in the js file. I read some posts that it is due to browser

[flex_india:14842] IE Add On Issue

2008-10-07 Thread deepa
Hi, I am having a problem with IE Add ons. When I am testing flex components in IE I get --- IE encountered a problem with add-ons and need to close. The following add on was running when the problem occured. File: FIDbg9f.ocx Company Name: Adobe Description: Adobe Flash Palyer. --- And the

[flex_india:14801] Re: Design Issue

2008-10-06 Thread deepa
Pattern, but it does not fit well into this requirement. Can I deign this using Decorator pattern? Thanks. On Oct 6, 12:36 am, Sathish Kumar [EMAIL PROTECTED] wrote: Hi Deepa,      I am not able to get the exact requriment with the class Names 'A', 'B','C'... In( A, B, C, D) I create a class One

[flex_india:14723] Design Issue

2008-10-02 Thread deepa
Hi, I have a set of classes A, B, C, D. All are mxml components/files These classes have common properties. They can be of series One or Two. A, B, C, D can be of type One and Two. Right now I have one base class CommonOneTwo that has all common properties. Class One and Two extend from

[flex_india:14724] Can mxml(file) component have multiple constructors

2008-10-02 Thread deepa
Hi, I wanted to know if its possible to have constructors in mxml files Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to