[Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread lieven.cardoen
I have a tree and to Buttons to navigate to tree (up and down).

Now I need to make the tree not clickable. A user may only navigate with
the buttons.

 

Disabling the change event is not an option, neither is disabling the
tree.

 

Met vriendelijke groeten,
Lieven Cardoen
MULTIMEDIALOFT | POINT X
Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97

// communicatie bij voorkeur op [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 

 

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


Re: [Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread Ian Thomas
Place another movieclip over the top of it, 100% alpha, with onRelease set
to a dummy function?

On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I have a tree and to Buttons to navigate to tree (up and down).

 Now I need to make the tree not clickable. A user may only navigate with
 the buttons.



 Disabling the change event is not an option, neither is disabling the
 tree.




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


Re: [Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread Ian Thomas
Sorry, I meant 0% alpha, of course. :-)

Ian

On 1/31/06, Ian Thomas [EMAIL PROTECTED] wrote:

 Place another movieclip over the top of it, 100% alpha, with onRelease set
 to a dummy function?

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


RE: [Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread lieven.cardoen
I know, but then users will still think there's something to be
clicked...

Isn't there a way to access the movieclips for each rows in where the
click's are processed...

Met vriendelijke groeten,
Lieven Cardoen
MULTIMEDIALOFT | POINT X
Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97
// communicatie bij voorkeur op [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Thomas
Sent: dinsdag 31 januari 2006 11:27
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash Tree Not Clickable

Place another movieclip over the top of it, 100% alpha, with onRelease
set
to a dummy function?

On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I have a tree and to Buttons to navigate to tree (up and down).

 Now I need to make the tree not clickable. A user may only navigate
with
 the buttons.



 Disabling the change event is not an option, neither is disabling the
 tree.




___
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] Flash Tree Not Clickable

2006-01-31 Thread Ian Thomas
Why will they think there's something to be clicked?

Set .useHandCursor to false on the blocking clip?

Cheers,
  Ian

On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I know, but then users will still think there's something to be
 clicked...

 Isn't there a way to access the movieclips for each rows in where the
 click's are processed...


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


RE: [Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread lieven.cardoen
Yep, Ian, I'v been programming Flash now for a year, and didn't know
there was a useHandCursor to be set false... Thank you for enlightening
me...

cheers

Met vriendelijke groeten,
Lieven Cardoen
MULTIMEDIALOFT | POINT X
Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97

// communicatie bij voorkeur op [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Thomas
Sent: dinsdag 31 januari 2006 11:33
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash Tree Not Clickable

Why will they think there's something to be clicked?

Set .useHandCursor to false on the blocking clip?

Cheers,
  Ian

On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I know, but then users will still think there's something to be
 clicked...

 Isn't there a way to access the movieclips for each rows in where the
 click's are processed...


___
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] Flash Tree Not Clickable

2006-01-31 Thread Ian Thomas
Lieven,
  No problems. Masking things out with a clip might feel a bit like
cheating, but I'm all for 'do the simplest thing that works...'

Cheers,
  Ian

On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Yep, Ian, I'v been programming Flash now for a year, and didn't know
 there was a useHandCursor to be set false... Thank you for enlightening
 me...


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