--- bill lam wrote:
> On Mon, 29 Sep 2008, Sherlock Ric wrote:
> > Is there any documentation describing the types of events that
> > different controls support?
> All property/event should already be documented inside the section
> window driver of j user manual. With only a few exceptions, "button"
> is the only event supported.

The following provides a more succinct & explicit summary:

0 6{"1 CONTROLS_jformedit_

Or formatted more nicely:

   (<<<8){([ ,. ';'&joinstring &.>@])/"1 ] 0 6{"1 CONTROLS_jformedit_
+-----------+-------------+
|button     |button       |
+-----------+-------------+
|checkbox   |button       |
+-----------+-------------+
|combobox   |button;select|
+-----------+-------------+
|combodrop  |button;select|
+-----------+-------------+
|combolist  |button;select|
+-----------+-------------+
|edit       |button       |
+-----------+-------------+
|editm      |             |
+-----------+-------------+
|groupbox   |             |
+-----------+-------------+
|listbox    |button;select|
+-----------+-------------+
|progress   |button       |
+-----------+-------------+
|radiobutton|button       |
+-----------+-------------+
|richedit   |button       |
+-----------+-------------+
|richeditm  |             |
+-----------+-------------+
|scrollbar  |button       |
+-----------+-------------+
|scrollbarv |button       |
+-----------+-------------+
|spin       |button       |
+-----------+-------------+
|spinv      |button       |
+-----------+-------------+
|static     |             |
+-----------+-------------+
|staticbox  |             |
+-----------+-------------+
|tab        |button       |
+-----------+-------------+
|trackbar   |button       |
+-----------+-------------+
|trackbarv  |button       |
+-----------+-------------+
|ocx        |button       |
+-----------+-------------+

The isigraph control has many more events so I've listed it separately for a 
simpler display.
   8{([ ,. ';'&joinstring &.>@])/"1 ] 0 6{"1 CONTROLS_jformedit_
+--------+-----------------------------------------------------------------------------------------------------------------------------+
|isigraph|char;copy;cut;focus;focuslost;mbldbl;mbldown;mblup;mblmdown;mblmdbl;mblmup;mbrdbl;mbrdown;mbrup;mmove;mwheel;paint;paste;undo|
+--------+-----------------------------------------------------------------------------------------------------------------------------+

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to