[flexcoders] OLAPDataGrid - formatting

2010-04-20 Thread rojoe615
Looking for a way to format data in the OLAPDataGrid. Sometimes my value are $ and other times it is %. I have a column in the dataProvider that specifies these units and would like to format the numbers based on the specified unit. I would guess a custom itemRenderer but not real familiar

[flexcoders] Help! - Intermittent Network Issues - How do you handle?

2010-04-05 Thread rojoe615
We are in the process of rolling out an app using LCDS and Flex. I posted an earlier note about intermittent network issues, but things have gotten much worse. About the only thing users can do is shut down their browser and restart after getting messages about faultCode =

[flexcoders] Validator Question

2010-03-17 Thread rojoe615
This is kind of a data hygiene issue, but wondered if there was a way to use Flex validation for this. Let's say there is a data grid and a form that shows the detail for the item selected in the data grid. A user will add records to the data grid from different sources and these sources have

[flexcoders] Re: LCDS Configuration Settings - Best Practices?

2010-03-10 Thread rojoe615
://{server.name}:2042. Thanks, JB --- In flexcoders@yahoogroups.com, Flex Boy ca...@... wrote: you can set the RTMP port to blank and it will bind to 80. or whatever you have set your webserver set to. --- In flexcoders@yahoogroups.com, rojoe615 headjoog@ wrote: Not sure

[flexcoders] LCDS Configuration Settings - Best Practices?

2010-03-09 Thread rojoe615
Not sure if this is the proper forum or not for LCDS related questions, but here goes: We have a small demo app that is built with Flex and LCDS 2.6 using Hibernate and mySQL. I am running into some issues with network performance and it appears to be either slow response from the server or

[flexcoders] Re: DataGrid Row Height - Row Cutoff?

2010-03-08 Thread rojoe615
OK - just checking I wasn't missing something. Thanks Alex --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: There is no setting. You can set the width to rows * rowHeight + viewMetrics.top + viewMetrics.bottom; On 3/5/10 6:08 AM, rojoe615 headj...@... wrote

[flexcoders] DataGrid Row Height - Row Cutoff?

2010-03-05 Thread rojoe615
I am using a data grid and noticed that the last row is cutoff and not fully displayed. (Scrolling down displays everything fine) Is there a setting to make the data grid display the full row on the last line? Thanks, JB

[flexcoders] Re: Hierarchy in OLAPDataGrid

2010-03-04 Thread rojoe615
Duh...never mind...had that extra addSet stuck in there. Removed that and it's working. Just didn't know how many folks were using that OLAPDataGrid. --- In flexcoders@yahoogroups.com, rojoe615 headj...@... wrote: (Hopefully this will make sense...) I'm using the OLAPDataGrid to display

[flexcoders] Hierarchy in OLAPDataGrid

2010-03-03 Thread rojoe615
(Hopefully this will make sense...) I'm using the OLAPDataGrid to display metrics for selected products over time. I can get the time dimension working properly, but I want the rows to have metric then the product beneath that. Something like: SALES - Product A - Value, Value, etc. -