heh, I haven't got to the DataGrid... yet ;-) I looked at it but, your guess is as good as mine right now. That is one area I havn't studied to much. The Tree... I know like the back of my hand but, the grid, next week. :)
Peace, Mike
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"> > > > http://www.cynergysystems.com
<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.comoffice/>
> > > > Office: 866-CYNERGY
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > What goes up, does come down.
> > >
> >
> >
> >
>
>
>
> --
> 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
__,_._,___
- [flexcomponents] Override Functions in Parent Classes of ... Tim Hoff
- Re: [flexcomponents] Override Functions in Parent Cl... Michael Schmalle
- [flexcomponents] Re: Override Functions in Paren... Tim Hoff
- Re: [flexcomponents] Re: Override Functions ... Michael Schmalle
- [flexcomponents] Re: Override Functions ... Tim Hoff
- Re: [flexcomponents] Re: Override F... Michael Schmalle
- [flexcomponents] Re: Override F... Michael Labriola
- RE: [flexcomponents] Override Functions in Parent Cl... Gordon Smith
- [flexcomponents] Re: Override Functions in Paren... Tim Hoff
- [flexcomponents] Re: Override Functions in P... Tim Hoff
- [flexcomponents] Re: Override Functions ... Tim Hoff
- [flexcomponents] Re: Override Functions ... Tim Hoff
- [flexcomponents] Re: Override Funct... hasanotuome
- [flexcomponents] Re: Override Functions ... Tim Hoff
- Re: [flexcomponents] Re: Override F... Michael Schmalle
Reply via email to
