Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-17 Thread Johannes Nel

thanks.
this is interesting stuff for people who develop with a full test (QTP)
enabled cycle as well as for component devs.

i found these links dealing with this as a refrence:
http://www.adobe.com/livedocs/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=functest_components2_128_10.html
http://www.adobe.com/livedocs/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=functest_components2_128_23.html


On 5/15/07, Sasha Magee < [EMAIL PROTECTED]> wrote:


   OK, let's try this again,

 As Johannes guessed, the automationChild is used by the automated testing
system so that automation scripts can reflect the logical component
hierarchy, rather than the display component hierarchy.

Unless you are developing custom components that will be tested with the
Flex automated testing integration, you shouldn't need to pay any
attention to the automationChild.

 --
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Johannes Nel
*Sent:* Tuesday, May 15, 2007 5:37 AM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Difference between getChild and
getAtomationChild

 my guess its the interface for QTP

On 5/15/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:
>
> On Tuesday 15 May 2007, pmotzfeldt wrote:
> > Hi, I am wondering what the difference between a regular child and an
> > automation child of for instance an UIComponent.
>
> 
> Some children are for purely GUI purposes, such as a title bar or label.
>
> --
> Tom Chiverton
> Helping to administratively repurpose bricks-and-clicks clusters
> on: http://thefalken.livejournal.com
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England
> and Wales under registered number OC307980 whose registered office address
> is at St James's Court Brown Street Manchester M2 2JF.  A list of members is
> available for inspection at the registered office. Any reference to a
> partner in relation to Halliwells LLP means a member of Halliwells LLP.
> Regulated by the Law Society.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 8008.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>


--
j:pn
http://www.lennel.org

 





--
j:pn
http://www.lennel.org


RE: [flexcoders] Difference between getChild and getAtomationChild

2007-05-16 Thread Sasha Magee
OK, let's try this again, 
 
As Johannes guessed, the automationChild is used by the automated
testing system so that automation scripts can reflect the logical
component hierarchy, rather than the display component hierarchy. 
 
Unless you are developing custom components that will be tested with the
Flex automated testing integration, you shouldn't need to pay any
attention to the automationChild.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Johannes Nel
Sent: Tuesday, May 15, 2007 5:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Difference between getChild and
getAtomationChild



my guess its the interface for QTP


On 5/15/07, Tom Chiverton <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 

On Tuesday 15 May 2007, pmotzfeldt wrote:
> Hi, I am wondering what the difference between a regular child
and an 
> automation child of for instance an UIComponent.


Some children are for purely GUI purposes, such as a title bar
or label.

--
Tom Chiverton
Helping to administratively repurpose bricks-and-clicks clusters

on: http://thefalken.livejournal.com
<http://thefalken.livejournal.com> 



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.  A
list of members is available for inspection at the registered office.
Any reference to a partner in relation to Halliwells LLP means a member
of Halliwells LLP. Regulated by the Law Society. 

CONFIDENTIALITY

This email is intended only for the use of the addressee named
above and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells LLP
or the addressee of its existence or contents.  If you have received
this email in error please delete it and notify Halliwells LLP IT
Department on 0870 365 8008. 

For more information about Halliwells LLP visit
www.halliwells.com <http://www.halliwells.com> .



--
Flexcoders Mailing List
FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> 
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
<http://www.mail-archive.com/flexcoders%40yahoogroups.com> 
Yahoo! Groups Links 


(Yahoo! ID required)

mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 








-- 
j:pn 
http://www.lennel.org <http://www.lennel.org> 


 


Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-16 Thread Peter Hall

Correct. getAutomationChild() is a method of the IAutomationObject
interface, and only returns children that also implement that interface.
IAutomationObject is part of the mx.automation package, which is designed
for automated testing. So basically, it's a filter for testing tools so they
only have to look at objects that can be automated. The Flex extension for
Mercury QTP is currently (I think) the only commercial tool that makes use
of it.

Peter

On 5/15/07, Johannes Nel <[EMAIL PROTECTED]> wrote:


  my guess its the interface for QTP


On 5/15/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:
>
> On Tuesday 15 May 2007, pmotzfeldt wrote:
> > Hi, I am wondering what the difference between a regular child and an
> > automation child of for instance an UIComponent.
>
> 
> Some children are for purely GUI purposes, such as a title bar or label.
>
> --
> Tom Chiverton
> Helping to administratively repurpose bricks-and-clicks clusters
> on: http://thefalken.livejournal.com
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England
> and Wales under registered number OC307980 whose registered office address
> is at St James's Court Brown Street Manchester M2 2JF.  A list of members is
> available for inspection at the registered office. Any reference to a
> partner in relation to Halliwells LLP means a member of Halliwells LLP.
> Regulated by the Law Society.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 8008.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>


--
j:pn
http://www.lennel.org

 



Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-15 Thread Johannes Nel

my guess its the interface for QTP

On 5/15/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:


On Tuesday 15 May 2007, pmotzfeldt wrote:
> Hi, I am wondering what the difference between a regular child and an
> automation child of for instance an UIComponent.


Some children are for purely GUI purposes, such as a title bar or label.

--
Tom Chiverton
Helping to administratively repurpose bricks-and-clicks clusters
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office address
is at St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links







--
j:pn
http://www.lennel.org


Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-15 Thread Tom Chiverton
On Tuesday 15 May 2007, pmotzfeldt wrote:
> Hi, I am wondering what the difference between a regular child and an
> automation child of for instance an UIComponent.


Some children are for purely GUI purposes, such as a title bar or label.

-- 
Tom Chiverton
Helping to administratively repurpose bricks-and-clicks clusters
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/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/
 


[flexcoders] Difference between getChild and getAtomationChild

2007-05-15 Thread pmotzfeldt
Hi, I am wondering what the difference between a regular child and an
automation child of for instance an UIComponent.

What makes a child added become a automation child and regular child?

Thanks in advance!