[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 on

[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 e

[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 xml

[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 pro

[flexcoders] Re: DataTip targets

2008-07-17 Thread shafram
an also customize the tip renderer: > > stroke="{tipStroke}" > fill="{tipFill}" > radius="4" itemRenderer="mx.charts.renderers.CircleItemRenderer" > > > On Thu, Jul 17, 2008 at 2:19 PM, shafram <[EMAIL PROTECTED]> wrote: > >

[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] Re: WordWrapping a Label

2008-08-13 Thread shafram
Smith wrote: > > You need to use instead of . > > > > > > > > Gordon Smith > > > > Adobe Flex SDK Team > > > > > > > > ________ > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On &

[flexcoders] Re: WordWrapping a Label

2008-08-13 Thread shafram
ould > get you where you 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 spa

[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 inv

[flexcoders] Re: Cairngorm and Menu Object

2008-03-06 Thread shafram
however, I think it's called > Cairgngrom Docs on Yahoo groups here that might give you some better > feedback. > > > > --- In flexcoders@yahoogroups.com, "shafram" wrote: > > > > Hi, I have a catesian chart that allows you to click on a single bar > &

[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: Wierd behaviour with selectedItem on Datagrid

2008-05-08 Thread shafram
of looks like it, but you can prevent > > this by doing this: > > > > > itemClick="dg.selectedItem = array[dg.selectedIndex]; ck(event)"> > > > > > > --- In flexcoders@yahoogroups.com, "shafram" wrote: > > > > > > Hel

[flexcoders] using as an xaxis label on a bar chart

2009-07-14 Thread shafram
Hi, I have a 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 ). I can't see to be able to do this. Is there any way I can have this entire string displayed?

[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: http://someurl/"; /> When the HttpService is issued a send request, the busy cursor is shown as an animated clock. I would like to use a custom gif. Is there any easy way to do this? Thanks

[flexcoders] Re: HTTPService Busy Cursor

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

[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 thi

[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 way

[flexcoders] Re: ImageSnapshot and PopUpManager

2009-10-27 Thread shafram
> > From: flexcoders@yahoogroups.com [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 severa

[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 da