[flexcoders] Custom AS3 component, on stopDrag, everything disappears?

2007-09-17 Thread mrand02
I have a draggable part of my component (that extends Panel, if it matters), that seems to work fine while dragging. I can click on the titleBar of the Panel and the Panel drags around the screen as you'd expect a draggable window to do, but after I release the mouse button and this function here

[flexcoders] VO from WebService not being translated?

2007-10-05 Thread mrand02
I have a .NET web service that sends a VO back as a result for one of its methods. The VO has 5 properties (4 strings, 1 uint), and one property that is another VO that contains 2 strings. Looks like this: ClientInfo uint string1 string2 string3 string4 ErrorObject string1 st

[flexcoders] Re: VO from WebService not being translated?

2007-10-05 Thread mrand02
same) > > [RemoteClass(alias="com.yourdomain.vo.YourServerVO")] > Public class YourFlexVO > { > > hth > > Jim. > > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of mrand02

[flexcoders] VDividedBox - background issues

2007-10-23 Thread mrand02
I am using a VDivided box to hold a datagrid on the top, and a custom video player on the bottom. Initially, the application just shows the datagrid. At some point, the state gets changed, and the custom video player gets added: after the state changes, and the video component is vis

[flexcoders] Change all other DataGrid rows from target row

2007-10-25 Thread mrand02
I have a custom inline itemRenderer in one of my datagrid columns that contains a LinkButton. When this button is pressed, I'd like to be able to change something on every row except the one that was clicked in the same column (so same itemRenderer). Is it possible to do this? I can't find any w