When I click on the check box a notification is sent to the program, which is how I am able to enable or disable the radio buttons. When I click on a radio button, no notification is sent to the program. (The radio buttons change status, as they should, but I want to know when one has been clicked on rather than having to click on something else and then check to see which button is "live".)
I have tried creating my own dlgitem using the utility in the Examples and setting the BS_NOTIFY flag, but it makes no difference.
Code: Select all
PROC_dlgitem(bibledlg%,"Vertical split", 163,268,50,50,10,&50014009,&80)
PROC_dlgitem(bibledlg%,"Horizontal split",164,268,59,58,10,&50014009,&80)