Re: [flexcoders] making an entire hbox item linkable?

2007-01-15 Thread

Tom,

read the mail sent by Kasey in reply to your email.
He wrote:

"yeah, ive seen that -- its not quite what i need...i need to make
the entire thing clickableit seems the history manager is just
for enabling the browsers back and forward buttons to work...again,
i just need to make the entire Hbox clickable"


Any comments now ?

Thanks


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


On Sunday 14 January 2007 09:11, [EMAIL PROTECTED] wrote:
> One solution I can think of is :
> set the "buttonmode" of HBox to "true" and on click open the url.
> buttonMode="true" click="navigateToURL(new URLRequest('www.yahoo.com
> '),'_blank')"

That's clickable, not linkable :-)

--
Tom Chiverton
Helping to assertively create next-generation technologies



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






Re: [flexcoders] making an entire hbox item linkable?

2007-01-15 Thread Tom Chiverton
On Sunday 14 January 2007 09:11, [EMAIL PROTECTED] wrote:
> One solution I can think of is :
> set the "buttonmode" of HBox to "true" and on click open the url.
> buttonMode="true" click="navigateToURL(new URLRequest('www.yahoo.com
> '),'_blank')"

That's clickable, not linkable :-)

-- 
Tom Chiverton
Helping to assertively create next-generation technologies



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/
 


Re: [flexcoders] making an entire hbox item linkable?

2007-01-14 Thread

One solution I can think of is :
set the "buttonmode" of HBox to "true" and on click open the url.

buttonMode="true" click="navigateToURL(new URLRequest('www.yahoo.com
'),'_blank')"



On 1/12/07, kasey.mccurdy <[EMAIL PROTECTED]> wrote:


  im creating a component in actionscript with an HBox inside it, and i
was wondering if anyone has any advice as to the best way to make the
entire Hbox (and all its children) linkable...(i want it to go to the
url specified when the user clicks the entire item)

any help is much appreciated

 



Re: [flexcoders] making an entire hbox item linkable?

2007-01-12 Thread Tom Chiverton
On Thursday 11 January 2007 22:29, kasey.mccurdy wrote:
> any help is much appreciated

Have you seen the HistoryManager ?

-- 
Tom Chiverton
Helping to centrally synthesize unique e-tailers



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] making an entire hbox item linkable?

2007-01-11 Thread kasey.mccurdy
im creating a component in actionscript with an HBox inside it, and i
was wondering if anyone has any advice as to the best way to make the
entire Hbox (and all its children) linkable...(i want it to go to the
url specified when the user clicks the entire item)

any help is much appreciated