[flexcoders] Datagrid sorting and ArrayCollection Filtering

2009-11-26 Thread shafram
Hello, I am having a problem related to sorting by a certain column and applying a Filter on an array collection. I'm not sure if this is a bug or not. I have an array collection that has a filter function associated to it. I have a datagrid that is binded to this array collection. Two of the

[flexcoders] Re: ImageSnapshot and PopUpManager

2009-10-27 Thread shafram
[mailto:flexcod...@yahoogroups.com] On Behalf Of shafram Sent: Monday, October 26, 2009 1:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ImageSnapshot and PopUpManager Hi, I have an application that has several windows that were created using the PopUpManager. I would like the user

[flexcoders] ImageSnapshot and PopUpManager

2009-10-26 Thread shafram
Hi, I have an application that has several windows that were created using the PopUpManager. I would like the user to be able to take a screenshot of the the app so I am using the ImageSnapshot class. The application is being captured but none of the pop up windows are showing up. Is there any

[flexcoders] using ![CDATA[Some String]] as an xaxis label on a bar chart

2009-07-14 Thread shafram
Hi, I have a string '![CDATA[Some String]]' and I need to have the entire string be used as an x-axis label and in the datatip on a bar chart (including the ![CDATA[.]]). I can't see to be able to do this. Is there any way I can have this entire string displayed?

[flexcoders] Hand Cursor and datagrid

2009-02-03 Thread shafram
I have a datagrid and for each row I would like to show the hand cursor (to indicate to users that it is clickable). I've tried setting useHandCursor and buttonMode to true on the datagrid but that makes the entire datagrid show the hand cursor. Has anyone done this before? Is there a way to do

[flexcoders] HTTPService Busy Cursor

2009-01-13 Thread shafram
I am using the mx:HTTPService from Flex and it has a showBusyCursor property that I set to true: mx:HTTPService id=httpService showBusyCursor=true result=handleResult(event) fault=handleFault(event)

[flexcoders] Re: HTTPService Busy Cursor

2009-01-13 Thread shafram
/tutorials/flex-custom-cursor-tutorial --- In flexcoders@yahoogroups.com, shafram shafram@ wrote: I am using the mx:HTTPService from Flex and it has a showBusyCursor property that I set to true: mx:HTTPService id=httpService showBusyCursor=true

[flexcoders] Re: WordWrapping a Label

2008-08-13 Thread shafram
. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shafram Sent: Tuesday, August 12, 2008 5:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] WordWrapping a Label Hi

[flexcoders] Re: WordWrapping a Label

2008-08-13 Thread shafram
want to go. hth Scott -- Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com shafram wrote: Thanks for the responses. As a follow on question, is there a way to control the spacing in between the lines (for example single space, double space) When

[flexcoders] WordWrapping a Label

2008-08-12 Thread shafram
Hi is there a way to Word wrap a label? I know about the truncateToFit property but that's not exactly what I'm looking for. Thanks

[flexcoders] DataTip targets

2008-07-17 Thread shafram
Hi, I've been searching around for any example to do this but I haven't found anything so far I have a Cartesian chart with a column series. Some of the bars don't render on the chart because their values are very small. However showing the datatips for these bars is still useful. The only

[flexcoders] Re: DataTip targets

2008-07-17 Thread shafram
itemRenderer=mx.charts.renderers.CircleItemRenderer On Thu, Jul 17, 2008 at 2:19 PM, shafram [EMAIL PROTECTED] wrote: Hi, I've been searching around for any example to do this but I haven't found anything so far I have a Cartesian chart with a column series. Some of the bars don't

[flexcoders] Wierd behaviour with selectedItem on Datagrid

2008-05-08 Thread shafram
Hello I am encountering a strange problem when I try to select an item after an initial sort order has been provided. In this example, I have 5 items with all the same count. My initial sorting is on the count field. Once the initial sort has been set, I programmatically select the 4th item in my

[flexcoders] Re: Cairngorm and Menu Object

2008-03-06 Thread shafram
. --- In flexcoders@yahoogroups.com, shafram shafram@ wrote: Hi, I have a catesian chart that allows you to click on a single bar which will display a Menu object. Now inside my mxml that contains this chart there is an itemClick event and in there is where I create my menu and do a menu.show

[flexcoders] Cairngorm and Menu Object

2008-03-05 Thread shafram
Hi, I have a catesian chart that allows you to click on a single bar which will display a Menu object. Now inside my mxml that contains this chart there is an itemClick event and in there is where I create my menu and do a menu.show(). In order to build this menu there is several business logic

[flexcoders] Setting canDropLabels=true may drop all labels on a cartesian chart

2008-01-29 Thread shafram
Hi, I have a Cartesian chart and I have the horizontal axis renderer set to canDropLabels to true. I am reading my category axis from a file and in certain cases when I resize my window, all labels seem to be dropped. If I set my category axis from inside my flex app instead of relying on the

[flexcoders] Re: ComboBox itemRenderer scrolling Bug?

2008-01-04 Thread shafram
Has anyone resolved this issue? I'm having a similar problem where I have different images in a datagrid column based on the data and as soon as I start scrolling, the images start moving around (i.e the image that was supposed to be displayed in row 1 with row 1's data is now displayed in row 2

[flexcoders] Controling item selected in a datagrid

2007-12-17 Thread shafram
Hello, I have a datagrid displaying data, but my last column is suppose to display an image and when this image is clicked, I'm suppose to popup a menu that will allow the user to change the color of the text in that row (kind of like marking that row as read). As such whenever the user clicks