Re: [Flashcoders] What native events do (AS2, but not V2) components implement?

2006-01-31 Thread Alias
Hi Nathan,

I'm actually talking about the level below that. I'm not using the V2
components, but creating my own from scratch.

There are some more low-level events that are called by flash & the
IDE itself, which is what I'm looking for.

Thanks,
Alias



On 1/31/06, Nathan Derksen <[EMAIL PROTECTED]> wrote:
> Take a look in the Flash help panel under Components Language
> Reference -> UIComponent Class and UIObject Class. Most components
> inherit from UIComponent, which in turn inherits from UIObject, so
> all the properties/methods/events listed for these two classes will
> apply. When you create your own components, you have a choice as to
> whether you want to go the somewhat lighter-weight approach and just
> extend UIObject, or to get the full V2 framework from UIComponent.
>
> Nathan
> http://www.nathanderksen.com
>
>
> On Jan 31, 2006, at 4:22 AM, Alias wrote:
>
> > Hi guys,
> >
> > This is always really hard to find information about, so I wanted to
> > ask the list.
> >
> > Which events do AS2 components automatically have? I'm not talking
> > about V2 components, I'm referring to components created from scratch
> > in AS2. For example, there are functions like "onResize", which seem
> > to be automatically called, and others, which don't, but get
> > implemented by the component developers themselves.
> >
> > Can anyone point me to a list of these? Or just let me know what
> > they are?
> >
> > Cheers,
> > Alias
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] What native events do (AS2, but not V2) components implement?

2006-01-31 Thread Nathan Derksen
Take a look in the Flash help panel under Components Language  
Reference -> UIComponent Class and UIObject Class. Most components  
inherit from UIComponent, which in turn inherits from UIObject, so  
all the properties/methods/events listed for these two classes will  
apply. When you create your own components, you have a choice as to  
whether you want to go the somewhat lighter-weight approach and just  
extend UIObject, or to get the full V2 framework from UIComponent.


Nathan
http://www.nathanderksen.com


On Jan 31, 2006, at 4:22 AM, Alias wrote:


Hi guys,

This is always really hard to find information about, so I wanted to
ask the list.

Which events do AS2 components automatically have? I'm not talking
about V2 components, I'm referring to components created from scratch
in AS2. For example, there are functions like "onResize", which seem
to be automatically called, and others, which don't, but get
implemented by the component developers themselves.

Can anyone point me to a list of these? Or just let me know what  
they are?


Cheers,
Alias
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] What native events do (AS2, but not V2) components implement?

2006-01-31 Thread Alias
Hi guys,

This is always really hard to find information about, so I wanted to
ask the list.

Which events do AS2 components automatically have? I'm not talking
about V2 components, I'm referring to components created from scratch
in AS2. For example, there are functions like "onResize", which seem
to be automatically called, and others, which don't, but get
implemented by the component developers themselves.

Can anyone point me to a list of these? Or just let me know what they are?

Cheers,
Alias
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders