16-Pearl
May 25, 2016
Solved
Getting ProUISpinbox value in CREO Toolkit
- May 25, 2016
- 1 reply
- 1338 views
Hi,
I am repeatedly getting fatal error when try to get the value of spinbox, My code is below
int RunSpinBox()
{
ProError status;
int i;
char * dialog = "mcheck_plus_resource";
ProUISpinboxIntegerGet(dialog,"ItemValue",&i);
MessageBox(0,i,"SpinBox Value",1);
}
I have attached error file. Please anybody help to solve the issue.
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.

