CompuServe Thread

#string gadgets

2 messages in this thread
#11668From: Darrel SchneiderMar 16, 1986 5:10 AM
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
#11712From: Dan BarransMar 16, 1986 3:23 PM
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