[EMAIL PROTECTED] wrote/ schreef:

> Hello again,
> 
> Im trying to implement the cut,copy,paste buttons on a toolbar below the
> menubar but everytime I click on the buttons the selection goes away... I
> tried to put the buttons in the menubar but no success...
> 
> I know I can catch the selectedchunk with a "on mouseenter" event in the
> button script 
> but is there any other way which might be more elegant or natural?
I assume you are working on a Windows machine, because this problem does not
occur at the Macintosh platform.

The problem is that the 'copy' button, for example, gets the focus, while
the textfield loses it. When you turn 'traversalOn' (under the 'Behaviour'
tab) of the buttons off, they won't get the focus when the user clicks them,
and now the field won't lose the focus anymore.

> thanks
> Xavier
Hope this helps,
Sjoerd


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to