I have an App that uses 4 Dialog Boxes and PBMAIN.
- Main Dialog with buttons for "&Clear" and "E&xit"
- Error Dialog with a single button "&Continue"
- Conditions Dialog with buttons for "&Yes" and "&No"
- Licence Dialog with a single button "&Continue"
All dialog's except the Conditions dialog respond as expected to their respective keyboard accellerators.
Like the TAB, ENTER and ESC keys are ALT_Y and ALT_N reserved keyboard responses ?. I have tried using the same Callback routine but the Conditions Dialog will only work when clicked by the Mouse.
Unfortunately the people using this App are sight impaired and cannot use the Mouse.
All buttons are created using the same (except for the caption) style parameters.
Has any one any suggestions as why I have this behaviour and therefore a solution ?.
- Main Dialog with buttons for "&Clear" and "E&xit"
- Error Dialog with a single button "&Continue"
- Conditions Dialog with buttons for "&Yes" and "&No"
- Licence Dialog with a single button "&Continue"
All dialog's except the Conditions dialog respond as expected to their respective keyboard accellerators.
Like the TAB, ENTER and ESC keys are ALT_Y and ALT_N reserved keyboard responses ?. I have tried using the same Callback routine but the Conditions Dialog will only work when clicked by the Mouse.
Unfortunately the people using this App are sight impaired and cannot use the Mouse.
All buttons are created using the same (except for the caption) style parameters.
Has any one any suggestions as why I have this behaviour and therefore a solution ?.
Comment