Re: Show customized context menu in applet and appletscript

2008-10-10 Thread Aaron J. Seigo
On Thursday 09 October 2008, Dong Tiger wrote: > Hi, > > For example, the context menu shown by folderview when right clicking on a > file icon doesn't have menu items like "Remove this folder view" and > "Desktop options". Folderview achieves this by reimplementing > mousePressEvent. > > But in an

Show customized context menu in applet and appletscript

2008-10-09 Thread Dong Tiger
Hi, For example, the context menu shown by folderview when right clicking on a file icon doesn't have menu items like "Remove this folder view" and "Desktop options". Folderview achieves this by reimplementing mousePressEvent. But in an AppletScript subclass, there is no mousePressEvent to reimpl