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

Office: 866-CYNERGY


--- In [email protected], "Michael Schmalle" <[EMAIL PROTECTED]> wrote:
>
> Hey,
>
> What methods did you try to override that were giving you trouble?
>
> Peace, Mike
>
> On 10/19/06, Tim Hoff [EMAIL PROTECTED] wrote:
> >
> > Hi all,
> >
> > I created this simple sample< http://www.iepl.net/DataGridTransparentHeaderSample/DataGridTransparentHeaderSample.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.cynergys ystems.com <http://www.cynergysystems.comoffice/>
> > Office: 866-CYNERGY
> >
> >
> >
>
>
>
> --
> What goes up, does come down.
>




--
What goes up, does come down. __._,_.___


SPONSORED LINKS
Software development tool Application development software Development software
Development outsourcing software Embedded software development

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to