Here's a slightly modified version;
stick the following in a frontscript to modify the context menu only for
field objects - you can refine further as required.
on revHookBuildObjectEditorContextMenu pMenuTarget, pMenuName, @pMenu,
tModifiedMenu
if pMenuName = "Field" then
put "Cust
Check out LiveCode.TV
http://blog.livecode.tv/2011/08/event-34-wrap-up/
:)
On 03/08/2011 01:46, Bob Sneidar wrote:
Hi all.
This may have been discussed before. I want to add a contextual menu to fields
in addition to the one the IDE is presenting, so I can add things like
validations while
I'm doing something similar but I have my own tools palette instead of the
IDE so I can configure the controls as they are dropped onto the card. One
thing you might try is having a palette stack which has button it to set
your various validation options. Select the control you want to insert
val
Hi all.
This may have been discussed before. I want to add a contextual menu to fields
in addition to the one the IDE is presenting, so I can add things like
validations while in edit mode. Is there a way to do this without overriding
the standard contextual menus? This can be filed as so obsc