On Sat, 04 Oct 2008, Henry Rich wrote: > I have an editm window into which the user enters text. > Sometimes he will click on text and press a button to take > some action. I want the button to be enabled only if the > selected text is appropriate for it. > > In other words, I want a form_control_select event for the editm. > But that doesn't seem to be on offer. Is there any way I > can modify something to pass through the select event? > I don't think you can change events. If that event is not support in J wd there is no user code that can change the behaviour. Possible workaround may be either: add checking code inside button event to validate there is selected text. Or search for an ocx that fit your requirement.
-- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
