[flex_india:25187] Column Chart Selection

2009-09-11 Thread Parag

Hello All,

We are facing an issue regarding selection of different series in the
column chart when selection is done dynamically.

We have created custom component for series selection. It shows list
of series details along with check box for selection.

When user select series (1 or more) in custom component through
checkboxes and apply them, the column chart should show the selected
series.

We tried this by setting properties selectedIndices,
selectedChartItems, selectedItems, somehow column chart is not getting
updated properly.

We also tried by removing current chart by using removeChildren() and
created new instance of chart adding it to parent by using addChild().
However chart shows selected series in selected color but the
properties selectedIncides, selectedChartItems, selectedItems are not
updated properly. Also when mouse is rolled over on this series, color
changes to unselected.

Any pointer on this will be helpful.

Thanks in advance.
Regards,
Parag

--~--~-~--~~~---~--~~
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 email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22423] HTTPService Fault Handling

2009-05-22 Thread Parag

Hi All,

We are using HTTPService to send request to a Servlet. We get the
response in the result handler. Whenever a fault occurs on the
Servlet, the control goes to the fault handler. But, we do not get the
error message that is thrown on the Servlet. Servlet throws the error
back to Client. It is a structured exception and it is serializable.
The only error message that we get every time is:

Error #2032: Stream Error.

If anyone has worked on it, could you please give us pointers as to
how we can get the error messages from the server in the fault
handler, without making changes in the Servlet.

Thanks in advance.
Parag

--~--~-~--~~~---~--~~
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 email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:15297] Re: how to pass values between components

2008-10-20 Thread Parag

Hi Purnima,

Use events. Dispatch event from Component1 and pass through event and
listen same event on Comp 2. Same approach can be used for pass data
from Comp2 to Comp1.

Regards,
Parag

purni wrote:
 Hi friends,

   I have a main application and i have two componenets for tat
 in my main application i am calling my Component(title window) as pop
 up. this pop Up in turn calls another component(another title
 window)..

 Now wat i want to do is while i change some entries in my 2nd pop
 up it shold get affected in my first pop up...
 how can i do this. i m getting it using
 this.parentApplication


 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 flex_india@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---