On 11/19/05 6:40 AM, Deepti Nautiyal didst favor us with:
I have to verify the controls of my navigation dialog when i open a
file by
double clicking on it. In which event should i handle the verifying
of my
controls. The best i could think of was kNavCBUserAction ::
kNavUserActionOpen
but here the problem comes that i cannot stop the closing of my
dialog if a
control has erronous parameter. Can i control the termination of
the dialog?
I'm not aware of any way to do this since the event callback doesn't
return
anything.