Compiler PBDLL60
I've a dialog, containing 3 text labels and 3 buttons.
One button serves to end the dialog (OK-button). The other two are supposed to place text in 2 of the 3 labels. Those labels are empty on start-up. After clicking one of the buttons for the first time, the supposed text correctly appears in the labels. Then clicking the other button, only one of the 2 labels shows up with different text and then the application hangs. Even the OK-button does not work anymore, nor does the closebox in the right upper corner of the window, so I'm forced to use Task Mananger to end the app.
Someone having any idea of what can be wrong? To be more specific: I'm using 3 different callback functions for each of the buttons plus a general call back to initialize the dialog.
[This message has been edited by Egbert Zijlema (edited January 06, 2000).]
I've a dialog, containing 3 text labels and 3 buttons.
One button serves to end the dialog (OK-button). The other two are supposed to place text in 2 of the 3 labels. Those labels are empty on start-up. After clicking one of the buttons for the first time, the supposed text correctly appears in the labels. Then clicking the other button, only one of the 2 labels shows up with different text and then the application hangs. Even the OK-button does not work anymore, nor does the closebox in the right upper corner of the window, so I'm forced to use Task Mananger to end the app.
Someone having any idea of what can be wrong? To be more specific: I'm using 3 different callback functions for each of the buttons plus a general call back to initialize the dialog.
[This message has been edited by Egbert Zijlema (edited January 06, 2000).]
Comment