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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

ProInfoWindowDisplay

JohnMattson
1-Newbie

ProInfoWindowDisplay

I'm having trouble getting the ProInfoWindowDisplay to actually open the window in a location other then {0.0, 0.0}

I have the code as shown below...

######################
ProInfoWindowLocation win_loc = {0.5, 0.9};
ProInfoWindowSize win_size = {30, 80};

ProInfoWindowDisplay (woutput, &win_loc, &win_size);
######################

The window displays fine, just only in the {0.0, 0.0} position.

Why isn't it moving?

Thanks, John
0 REPLIES 0
Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags