[flexcoders] Re: maxWidth property not working on Advanced DataGrid

2009-04-23 Thread labosox
in below line, the vertical scroll bar go away. mx:AdvancedDataGrid width=318 height=80 id=dg horizontalCenter=0 dataProvider={arr} horizontalScrollPolicy=auto -- Marco Catunda On Wed, Apr 22, 2009 at 8:52 AM, labosox lgad...@... wrote: Hello, I am trying to create a grid

[flexcoders] maxWidth property not working on Advanced DataGrid

2009-04-22 Thread labosox
Hello, I am trying to create a grid that will update its size on a column resize event. I want the grid to keep getting large until they hit a max width then turn on a horizontal scroll bar. Everything seems to work fine unless I have a vertical scroll bar present in the grid. When I try to

[flexcoders] Re: Link/Hand Cursor

2009-04-16 Thread labosox
--- In flexcoders@yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... wrote: useHandCursor=true buttonMode=true On Thu, Apr 16, 2009 at 5:03 PM, byte.sensei byte.sen...@... wrote: Flex seems to be sporadic at changing the cursor to a link/hand cursor when rolled over

[flexcoders] AdvancedDataGridRendererProvider Scrolling issue

2009-04-16 Thread labosox
Hello, I was wondering if anyone else has come across this issue. What I am trying to do is to create a Advanced Datagrid that has various column spans that vary for each row. I was able to get this to work by using the AdvancedDataGridRendererProvider. I am running into a couple of problems

[flexcoders] Datagrids last column is auto resized

2009-04-16 Thread labosox
Hello Everyone, Ive notice that if you have a simple advanced datagrid with horizontal scroll policy set to on the last column is always auto-resized. If you expand your columns so that the horizontal scroll bar comes on the last column when scroll is auto-sized. Does anyone know how to turn

[flexcoders] Re: Link/Hand Cursor

2009-04-16 Thread labosox
--- In flexcoders@yahoogroups.com, byte.sensei byte.sen...@... wrote: Flex seems to be sporadic at changing the cursor to a link/hand cursor when rolled over components that allow clicks/linking. I can't find any properties that make it easy to change the cursor on roll-over of an image that