I added an implementation thought to the JIRA entry that might help you figure out a temporary fix for this.
The flash player is designed not to let you disable every right click menu item. I think somewhat for good reason, but I think it still can be done by creating a textfield dynamically and giving it the focus on a rightmouseclick.
There is some sample actionscript that if you need to, you might be able to use within laszlo for a workaround.
Hope it helps.
-Cort
On 3/28/06,
Amy Muntz <[EMAIL PROTECTED]> wrote:
Filed in JIRA as LPP-1890.
:)
Amy
On Mar 28, 2006, at 3:12 PM, Henry Minsky wrote:
> Embarassingly enough, there is no API call to remove a context menu
> from a view.
>
> The easiest thing I guess would be to install a new empty menu that
> has no items in place of the old one, using something like
>
> myview.setContextMenu(new LzContextMenu())
>
> For future feature enchancement, I should probably add code to
> setContextMenu to interpret an argument of null to mean remove the
> existing menu.
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
