cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

ProMessageIntegerRead returns PRO_TK_GENERAL_ERROR

xd
1-Newbie
1-Newbie

ProMessageIntegerRead returns PRO_TK_GENERAL_ERROR

the definition of the function is as following,

extern ProError ProMessageIntegerRead( int range[2], int* answer );

and the code is

status=ProMessageDisplay(MSG,"XD Input the version|||%0d",&ver);

status= ProMessageIntegerRead( NULL, &ver);

and it displayed

1.jpg

.

1,   If  type "ESC" key or press the "x" button, the function return PRO_TK_MSG_USER_QUIT

2,   If  input a new number and press "Enter", the function return PRO_TK_NO_ERROR

3,   if  input the same number (1 in this sample) or press the "V" button or press mouse "Middle" button, the function return PRO_TK_GENERAL_ERROR


i tried Creo 3.0 F000 and M120, in the API it says that

  Return Values:

     PRO_TK_NO_ERROR  - The function successfully read an integer.

     PRO_TK_MSG_USER_QUIT - The user canceled input by typing &ltESC&gt.

     PRO_TK_GENERAL_ERROR - The function failed to read an integer.

Is it a bug with case 3?

0 REPLIES 0
Top Tags