[flexcoders] Help! Datagrid bug?

2007-11-27 Thread danny_yoo88
Hi, I have a DataGrid with an inline itemRenderer. Originally the DataGrid was using an Array as a data source. Everything was fine. Then I changed my datasource to an object containing sub-objects and I revised my datagrid accordingly. I use DateChooser to fire off an event when a date is sele

[flexcoders] Re: fetching values of inline itemrenderers in datagrids

2007-11-13 Thread danny_yoo88
Hi all, Any thoughts on this one? Thanks, Danny --- In flexcoders@yahoogroups.com, "danny_yoo88" <[EMAIL PROTECTED]> wrote: > > Hi, > > I've got an HSlider in an inline itemrenderer in a datagrid. I can't > seem to read the value of the slider at all

[flexcoders] fetching values of inline itemrenderers in datagrids

2007-11-08 Thread danny_yoo88
Hi, I've got an HSlider in an inline itemrenderer in a datagrid. I can't seem to read the value of the slider at all. The debugger doesn't show any way to reach: dg..mySlider.value It seems to me that the Component is inaccessible like a black box but I don't know enough about how Flex works i

[flexcoders] RemoteObject... help!!

2007-10-25 Thread danny_yoo88
Hi, I have a class that instantiates RemoteObject in the constructor. I use different methods to set the RemoteObject endpoint and execute an AMFPHP-based function. For some reason, the first invoked method will always return but any subsequent method will execute but never return a result event

[flexcoders] F3B2 IDE frustration...

2007-10-19 Thread danny_yoo88
Hi, I'm working on a project with many many different source files. For some bizarre reason, I have ONE ActionScript class that the stand-alone F3B2 IDE refuses to check. By check I mean it refuses to return any compiler errors regardless of what I type into the file. I can type garbage characte