Hi,
Does it exist, in Reaction, a way to make an Object active without user input ?
For example, in a window with a simple "OK" button, is there a way to make this button active ? A simple "Return" key press will press it ?
In MUI, there is a "set(window,MUIA_Window_ActiveObject,MyButton);". any Reaction equivalent ?
I tried,
IIntuition->ActivateGadget(GAD(OBJ_ABT_OK), window_About,NULL) ;
without success...
Thank you
Wed, 2015-05-13 23:34
#1
[solved] How to make an Object the active one at window opening ?