Re: [flexcoders] HIghtlight a row

2008-05-29 Thread Charlie Griefer
On Thu, May 29, 2008 at 7:40 AM, markgoldin_2000 [EMAIL PROTECTED] wrote: Is there a way of highlighting a certain row in the dataGrid? I had need to do this recently (assigning different background color to a datagrid row based on a certain condition), and used a custom component by Mike Nimer.

Re: [flexcoders] Double Click Function Datagrid

2008-05-29 Thread Charlie Griefer
On Thu, May 29, 2008 at 12:46 PM, ghus32 [EMAIL PROTECTED] wrote: I would like to execute a function when I double click on a data grid row. Any ideas? mx:DataGrid id=myDG doubleClickEnabled=true doubleClick=myFunctionCall(); ? -- A byte walks into a bar and orders a pint. Bartender asks

Re: [flexcoders] passing variables to popup window

2008-05-29 Thread Charlie Griefer
On Thu, May 29, 2008 at 1:39 PM, ghus32 [EMAIL PROTECTED] wrote: I am looking to pass a simple variable to a popup window.. how would I go about doing this name the popup. create a public var in the popup (e.g. public var myvar:String = ;) from the 'parent', mypopup.myvar = foo; -- A byte

Re: [flexcoders] Emulating a failed validator

2008-05-23 Thread Charlie Griefer
On Thu, May 22, 2008 at 11:12 PM, Josh McDonald [EMAIL PROTECTED] wrote: Guys, Say I have a textInput, and I need to emulate the failure of a validator, how do I go about it? I can't use the existing validator framework, because the decision on whether or not that field is valid is based on a

Re: [flexcoders] How do I use URLLoader?

2008-05-21 Thread Charlie Griefer
http://livedocs.adobe.com/flex/3/langref/flash/net/URLLoader.html import flash.net.*; I'm pretty new to Flex as well, but having the docs bookmarked has come in very handy on a number of ocassions so far :) http://livedocs.adobe.com/flex/3/langref/index.html On Wed, May 21, 2008 at 1:37 PM,