Jump to content
Developer Wiki and Function Reference Links ×

PIO Pop-up


Recommended Posts

Hello,

I have a PIO that allows the user to select from a list table leg types.

Once the type is selected the user can then make adjustments to it (height, diameter, color, etc).

If the user selects a different leg from the pop-up list, I would like to have the PIO redraw to its default settings.

what is the best way to accomplish this?

Thanks in Advance

Jeff

Link to comment

Jeff -

Is your PIO Event-Aware? If so, you'll want to use "vsoStateGetParamChng" and test for the parameter number of your pop-up. For example...:

ParamChanged := vsoStateGetParamChng(PIOHandle,ParamWidgetChanged, ParamIndexChanged);

If ParamChanged & ParamWidgetChanged = 2 then...

vsoStateGetParamChng needs to be in your Reset Event.

Does that help, at all?

Link to comment

Jeff -

Is your PIO Event-Aware? If so, you'll want to use "vsoStateGetParamChng" and test for the parameter number of your pop-up. For example...:

ParamChanged := vsoStateGetParamChng(PIOHandle,ParamWidgetChanged, ParamIndexChanged);

If ParamChanged & ParamWidgetChanged = 2 then...

vsoStateGetParamChng needs to be in your Reset Event.

Does that help, at all?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...