> Can one explicitly determine which Control in a set has focus? > Anthony
try this and tell me how it goes :)
clicktotype = 1;
_ctlprint(cs->focus, "focus 0");
cs->focus = control; /* I want the focus on
this control! */
_ctlprint(cs->focus, "focus 1");
Federico G. Benavento
---
/bin/fortune:
A watched terminal never prints.
