Cool, the combination of both of them cleared the error. I'm still digging to find out why it's not highlighting the row. Thanks for the tip.
-TH --- In [email protected], "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Hey Tim, > > With that error try; > > //-------------------------- > > import mx.core.mx_internal; > > use namespace mx_internal; > > Tween.mx_internal::removeTween(selectionTweens[rowData.uid]); > > or I think it might even work without the name space, just import the > namespace and call use namespace mx_internal; > > Peace, Mike > > On 10/19/06, Tim Hoff <[EMAIL PROTECTED]> wrote: > > > > Hi Mike, > > > > drawItem(); > > drawHighlightIndicator(); > > drawSelectionIndicator(): > > drawCaretIndicator(); > > > > I have all of the reference errors resolved through import; except for > > Tween.removeTween(selectionTweens[rowData.uid]) in drawItem(). > > > > :: Attempted access of inaccessable method removeTween through a reference > > with static type class :: > > > > The program runs, but now the highlight and selection are only on cells; > > not the entire row. I think I might be in the wrong place. I'm going to > > investigate further. > > > > BTW, nice post today concerning your framework. ;) > > > > -TH > > __________________________________ > > > > *Tim Hoff > > *Cynergy Systems, Inc. > > http://www.cynergysystems.com <http://www.cynergysystems.comoffice/> > > Office: 866-CYNERGY > > > > > > --- In [email protected], "Michael Schmalle" <teoti.graphix@> > > wrote: > > > > > > Hey, > > > > > > What methods did you try to override that were giving you trouble? > > > > > > Peace, Mike > > > > > > On 10/19/06, Tim Hoff TimHoff@ wrote: > > > > > > > > Hi all, > > > > > > > > I created this simple sample<http://www.iepl.net/DataGridTransparentHeaderSample/DataGridTr ansparentHeaderSample.html>to > > allow transparent headers for a DataGrid control. However, if I also > > > > wanted to allow transparency for the Row/Cell Highlight and Selection, > > I > > > > have to override the draw methods in the > > mx.controls.listClasses.ListBaseclass (two levels up). I tried overriding > > the ListBase methods in my custom > > > > component, but ran into an endless series of compile errors. This is > > > > probably a simple question, but is there an easier (or possible) way > > to do > > > > this? > > > > > > > > Thank you for any suggestions, > > > > > > > > -TH > > > > __________________________________ > > > > > > > > *Tim Hoff > > > > *Cynergy Systems, Inc. > > > > http://www.cynergysystems.com <http://www.cynergysystems.comoffice/> > > > > Office: 866-CYNERGY > > > > > > > > > > > > > > > > > > > > > > > > -- > > > What goes up, does come down. > > > > > > > > > > > > > -- > What goes up, does come down. > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcomponents/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcomponents/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
