Window active help
printf("pic window active\n");
ActivateWindow(textwin);
break;
} /* switch */ I have another "fix" if this does not work. That is to
make pic a borderless window, setit at 0,11 instead of 0,0, and get rid of its
close and depth gadgets. Then I can still test to see if it is active, and if
so , activate text. This eliminates the need to have depth , and close gadgets
in pic. Any suggestions or comments?
Thanks,
Jim Vogel