Has anyone figured out how to activate a string gadget for input besides
from having the user select it with the mouse? I know the programmer can set
a window to come up active and I wish you could with a string gadget. Also
has anyone used a string gadget apart from a requestor. So far the only way
I've been able to use them is in requestors. Thanks, Darrel
I know of no way to make a string gadget automajically active, but I do know
you can use them outside of requesters (in windows). Just put a pointer to
your gadget string (if more than one gadget) or single gadget into the
"Gadgets" field of your NewWindow structure when you open your window. – Dan