RE: [Flashcoders] contextMenu getting overridden

2010-06-18 Thread Mendelsohn, Michael
Thanks for the responses.  When I debug, I see both contextMenus created 
correctly.  It's just that the child one isn't showing up on the stage.  The 
odd part is that when I comment out the parent contextMenu property, the child 
contextMenu STILL doesn't show up.

Karl: I'm not seeing how accessibilityProperties prevents a contextMenu from 
showing up.

Any ideas?
- Michael M.


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


Re: [Flashcoders] contextMenu getting overridden

2010-06-18 Thread Karl DeSaulniers
My idea was not that accessibility pref control the menus, but allow  
the child object to be accessible, and in theory allow the menu to be  
accessible.

Again, it was just a thought.

Karl


On Jun 18, 2010, at 8:42 AM, Mendelsohn, Michael wrote:

Thanks for the responses.  When I debug, I see both contextMenus  
created correctly.  It's just that the child one isn't showing up  
on the stage.  The odd part is that when I comment out the parent  
contextMenu property, the child contextMenu STILL doesn't show up.


Karl: I'm not seeing how accessibilityProperties prevents a  
contextMenu from showing up.


Any ideas?
- Michael M.


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


Karl DeSaulniers
Design Drumm
http://designdrumm.com

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


RE: [Flashcoders] contextMenu getting overridden

2010-06-18 Thread Mendelsohn, Michael
Thanks Karl.  It's an interesting approach.  When I read the docs, it didn't 
seem to be related.  Anyway, I'm really stumped on this issue.

Thanks for replying, I appreciate it.
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers
Sent: Friday, June 18, 2010 3:33 PM
To: Flash Coders List
Subject: Re: [Flashcoders] contextMenu getting overridden

My idea was not that accessibility pref control the menus, but allow  
the child object to be accessible, and in theory allow the menu to be  
accessible.
Again, it was just a thought.


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


Re: [Flashcoders] contextMenu getting overridden

2010-06-18 Thread Karl DeSaulniers
No problem, one thought too, do both variables that call the menus  
(parent and child), are they the same var? this.menu?


Karl


On Jun 18, 2010, at 2:39 PM, Mendelsohn, Michael wrote:

Thanks Karl.  It's an interesting approach.  When I read the docs,  
it didn't seem to be related.  Anyway, I'm really stumped on this  
issue.


Thanks for replying, I appreciate it.
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders- 
boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers

Sent: Friday, June 18, 2010 3:33 PM
To: Flash Coders List
Subject: Re: [Flashcoders] contextMenu getting overridden

My idea was not that accessibility pref control the menus, but allow
the child object to be accessible, and in theory allow the menu to be
accessible.
Again, it was just a thought.


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


Karl DeSaulniers
Design Drumm
http://designdrumm.com

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


RE: [Flashcoders] contextMenu getting overridden

2010-06-18 Thread Mendelsohn, Michael
 No problem, one thought too, do both variables that call the menus  
(parent and child), are they the same var? this.menu?


They're not the same var.  

Here's the structure:

Parent sprite -- contextMenu A
- child sprite 1
- child sprite 2
- child sprite 3
 child sprite 3 contains a child -- contextMenu B (instanced 
correctly within this class, but never displays)

Parent sprite is just a new Sprite(), with children added.
One of its children contains also a child that is the sprite with the 
customMenu.

So, it's really two levels deep.  But when I comment out the parent sprite 
contextMenu assignment, the child sprite contextMenu *still* doesn't display.

- MM



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


Re: [Flashcoders] contextMenu getting overridden

2010-06-17 Thread Deepanjan Das
Hi Michael,
This may be a problem of symbol hierarchy in Adobe CS 3 onwards,

Warm Regards
Deepanjan Das

On Fri, Jun 18, 2010 at 1:13 AM, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Hi list...

 I have a parent sprite with a custom contextMenu defined for it, and within
 that, there is a child sprite with a custom contextMenu defined for that.
  The issue is that the child sprite doesn't show its contextMenu.  It only
 shows the parent contextMenu.  Anyone know what I'm missing?  It's only
 recently started with this problem.

 thanks!
 - Michael M.

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




-- 
Warm Regards
Deepanjan Das
M: +91 9836582808
W: http://deepanjandas.wordpress.com

Think of the environment before printing this email
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] contextMenu getting overridden

2010-06-17 Thread Karl DeSaulniers
Did you check to see if the parent lets the children be accessible in  
the accessibility prefs.
This may allow the context menu of the child sprite display even with  
the parent having one.
More of a guess, but might do the trick. Not positive if this will  
deal with the context menus,
but it seems to me that the context menu would be something a screen  
reader would pull up when reading the swf.
And Make child objects accessible would have to be checked for it  
to do so.

Just a thought. Someone may have a better solution though.
HTH,

Karl


On Jun 17, 2010, at 10:52 PM, Deepanjan Das wrote:


Hi Michael,
This may be a problem of symbol hierarchy in Adobe CS 3 onwards,

Warm Regards
Deepanjan Das

On Fri, Jun 18, 2010 at 1:13 AM, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:


Hi list...

I have a parent sprite with a custom contextMenu defined for it,  
and within
that, there is a child sprite with a custom contextMenu defined  
for that.
 The issue is that the child sprite doesn't show its contextMenu.   
It only
shows the parent contextMenu.  Anyone know what I'm missing?  It's  
only

recently started with this problem.

thanks!
- Michael M.

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





--
Warm Regards
Deepanjan Das
M: +91 9836582808
W: http://deepanjandas.wordpress.com

Think of the environment before printing this email
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Karl DeSaulniers
Design Drumm
http://designdrumm.com

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