Re: [flexcoders] DataGrid dataTipFunction

2007-05-12 Thread Igor Costa

Why do you want another argument into the DatatipFunction?

That's an thing on my concern you dont'  have to use it, because the you
already pass an Object wich can contain lot's of things.


Regards

--
Igor Costa


On 1/2/07, graysonpierce [EMAIL PROTECTED] wrote:


  Hello,

I was wondering if there is a way of passing more than the default
item:Object argument to a dataTipFunction of a datagrid. In addition
to the item I'd like to pass a string variable.

GP

 





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta


[flexcoders] DataGrid dataTipFunction

2007-01-02 Thread graysonpierce
Hello,

I was wondering if there is a way of passing more than the default 
item:Object argument to a dataTipFunction of a datagrid.  In addition
to the item I'd like to pass a string variable.

GP




RE: [flexcoders] DataGrid dataTipFunction

2007-01-02 Thread Gordon Smith
There's no need to pass additional arguments. If the dataTipFunction is
a method of a class, it can access any of the instance variables of that
class.

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of graysonpierce
Sent: Tuesday, January 02, 2007 2:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DataGrid dataTipFunction

 

Hello,

I was wondering if there is a way of passing more than the default 
item:Object argument to a dataTipFunction of a datagrid. In addition
to the item I'd like to pass a string variable.

GP