Message 1 of 8
acedGetKword- how to use default input

Not applicable
02-18-2003
05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
is it possible in ARX to use default input in
acedGetXXX functions, so that it could be alowed
to confirm that default input by pressing return/space?
if((retval= acedInitGet(RSG_OTHER,"No Yes")) != RTNORM)
throw retval;
if(retval=acedGetKword("\nDima,do you want to proceed?[Yes/No]",&response)!=RTNORM)
throw retval;
here if I press enter/space after the prompt
retval is not RTNORM
is it possible in ARX to use default input in
acedGetXXX functions, so that it could be alowed
to confirm that default input by pressing return/space?
if((retval= acedInitGet(RSG_OTHER,"No Yes")) != RTNORM)
throw retval;
if(retval=acedGetKword("\nDima,do you want to proceed?[Yes/No]",&response)!=RTNORM)
throw retval;
here if I press enter/space after the prompt
retval is not RTNORM