Thanks Doug, I'll stop trying to make this work and change the interface
idea.
Flex team: this seems like a collision between proprietary ideas of how
to build a framework and Open Source culture. Obviously a developer
ought to be able to do whatever he likes with right-click events.
John
Doug M
public static const MIN_DATE:Date = new Date(1500,1,1);
public static const MAX_DATE:Date = new Date(2999,12,31);
This is specifically (and has always been) impossible. You cannot ever get
rid of those context menu items. As in never ever ever. The best you can
hope for is supressing the context menu and replacing it with your own,
which is sort of possible with a javascript hack I believe (google stuff
about
well since nobody had time to answer yet, I kept digging.
here's one bug: if you add "Settings" as part of the string which forms
your custom menuitem label, not just the whole String which could
collide with the Settings menu, but part of a custom string, it won't
show at all in the menu, and no
4 matches
Mail list logo