Curl Global Community
context menu and AttachEvent - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Blogs (https://communities.curl.com/forumdisplay.php?fid=17)
+--- Forum: Tech blog (https://communities.curl.com/forumdisplay.php?fid=18)
+---- Forum: Robert blog (https://communities.curl.com/forumdisplay.php?fid=20)
+---- Thread: context menu and AttachEvent (/showthread.php?tid=536)



context menu and AttachEvent - RobertShiplett - 06-18-2012

For a long time now it has been my habit to obscure an applet by using first

{disable-inspection-gesture}

followed later by

{on ae:AttachEvent do
set ae.root-frame.context-menu-for-view = null
},


but lately I have often found the following to be far more useful for text applets:

{on ae:AttachEvent at vb:VBox do
set vb.context-menu-for-view = ae.root-frame.context-menu-for-text-field
set ae.root-frame.context-menu-for-view = vb.context-menu-for-view
},


Any suggestions for improvement or alternatives are welcome.

あなた自身のコメントを返信すること自由に感じなさい

(especially to correct my invitations above or below !)

コメントを返信してください。