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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Getting PRO_TK_PICK_ABOVE error on use of Proselect. Can any one explain why.

mwaghmode
1-Newbie

Getting PRO_TK_PICK_ABOVE error on use of Proselect. Can any one explain why.

I am using Proselect in loop to select the model in drawing. and i am getting PRO_TK_PICK_ABOVE error . Can any one explain why.

Regards,

Manoj


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
4 REPLIES 4

From API header files description:

Return Values:

      PRO_TK_NO_ERROR   - The user made a selection, or chose <b>Done</b>.

      PRO_TK_USER_ABORT - The user chose <b>Quit</b>.

      PRO_TK_PICK_ABOVE - Selection was interrupted by a user's pick on

                          any button from above menus.

      PRO_TK_E_DEADLOCK - The Creo Parametric user interface is not prepared

                          to handle this request (because it is blocked by

                          another process such as an OLE container activation).

Regards,

Alex

Thanks , but i want why the error is coming.

FV
17-Peridot
17-Peridot
(To:mwaghmode)

please check if you are using uiCmdPrioDefault instead of uiCmdPrioImmediate.

HIH.

Feliks.

Hello Manoj,

the user interrupts the selection by clicking on another function/menu and the error is returned by Creo to let your TK application know, so you can deal with this situation in your program.

Regards,

Gunter

Top Tags