Skip to main content
1-Visitor
April 16, 2004
Question

ProInfoWindowDisplay

  • April 16, 2004
  • 0 replies
  • 613 views
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