Clint,

 

I see that the scrollTipFunction that you create accepts a position parameter to the function…can’t you just refer to a column by making a call like this using the example from the API:

 

function scrollTipFunction(direction:String, position:Number) : String
{
  if (direction == "vertical") {

       // returns the name of the column you’re scrolling past?

       return myDataGrid.columns[position].columnName;

  } else return "";
}

 

I don’t know if that works but columns is a valid attribute of the datagrid component so it makes sense you’d be able to index it, because I know I’m doing this for something else I’m doing…let me know if that works…

 

 


From: Clint Tredway [mailto:[EMAIL PROTECTED]
Sent: Friday, February 25, 2005 3:48 PM
To: [EMAIL PROTECTED]
Subject: [flexcoders] scrollTip Function

 

Ok, I have searched and searched.... how do I reference a datagrid column for the scroll tip function?


 

This message contains information from Merlin Securities, LLC, or from one of its affiliates, that may be confidential and privileged. If you are not an intended recipient, pleaserefrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify the sender immediately by telephone or by replying to this transmission.
 
Merlin Securities, LLC is a registered broker-dealer. Services offered through Merlin Securities, LLC are not insured by the FDIC or any other Federal Government Agency, are not deposits of or guaranteed by Merlin Securities, LLC and may lose value. Nothing in this communication shall constitute a solicitation or recommendation to buy or sell a particular security.

Reply via email to