Curl Global Community

Full Version: context menu and AttachEvent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 !)

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