LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Message popup with picture in CVI 7.1.1

I'm trying to figure out how to create a message popup that also has a picture in it. I'm using TS 3.1 as my sequence editor, and this version doesn't provide this feature (I know 4.0 and later do). Has anyone done this?

0 Kudos
Message 1 of 3
(3,146 Views)

Could you create your own UIR file that you call instead of using the MessagePopup command?  This would give you complete  customization control over the panel.

 

Thanks,

 

Sean

Applications Engineering Specialist - Semiconductor Test
National Instruments
0 Kudos
Message 2 of 3
(3,131 Views)

As Sean said, the easiest way is to create your own panel and use it as a popup. The new panel can be in the same UIR file as the parent panel. You can also display the new panel as a modal popup using the the LoadPanel InstallPopup function. Don't forget to create a callback for the panel (or a control on the panel) that handles the close event. You will want to call RemovePopup or DiscardPanel to close the popup.

National Instruments
0 Kudos
Message 3 of 3
(3,112 Views)