LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Put Picture in Display Message.vi

hi, i wanted to know how to put a picture inside the dialog popup..

i know that i have to edit the subvi, but i tried looking at it and i have no idea how to do that..

can you show me by examples

 

Best regards,
Krispiekream
0 Kudos
Message 11 of 21
(2,799 Views)

hi, i wanted to know how to put a picture inside the dialog popup..

i know that i have to edit the subvi, but i tried looking at it and i have no idea how to do that..

can you show me by examples

 

Best regards,
Krispiekream
0 Kudos
Message 12 of 21
(2,799 Views)
Hi krispiekr…,
if you only want to show a picture in this vi, you can insert it by drag and drop. If you want the picture in the control among the text you can use the ActiveX WebBrowser component. Hope this helps.
Mike
Message 13 of 21
(2,796 Views)
i tried dropping the picture in the front page, but everytime i run it.
only the message show and not the picture..
 


Message Edited by krispiekream on 04-07-2008 04:24 PM
Best regards,
Krispiekream
0 Kudos
Message 14 of 21
(2,786 Views)
You are trying to make the image appear in the pop dialog?  Dropping a picture on a text control doesn't make it miraculousy a part of the text.
 
What you will need to do is to create your own subVI that is a popup dialog.  Then you can place the picture on its front panel.  If you want the picture to change between different calls, then you put a picture indicator on the popups' front panel and pass the picture image to it by a connector on the subVI's connector panel.
Message 15 of 21
(2,772 Views)
sure, how would i do this
"create your own subVI that is a popup dialog"
 
thanks


Message Edited by krispiekream on 04-07-2008 07:51 PM
Best regards,
Krispiekream
0 Kudos
Message 16 of 21
(2,768 Views)
Drop in this as a subVI (LV8.0).  Wire up your messages, button names, and your picture.  If you leave any of these blank, it will return the defaults.
Message 17 of 21
(2,760 Views)
wow!!!
nice!!!
its so easy when you do it..
thanks!!!!

Best regards,
Krispiekream
0 Kudos
Message 18 of 21
(2,748 Views)
Hi krispiekream,

it's often easier when other do your work...Smiley Wink

To set up a (sub)vi as popup dialog you have to change it's properties (right-click the vi icon, window appearance)...

Please take those courses! They only take a day to absolve but will save you a lot of time afterwards! Smiley Wink
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 19 of 21
(2,740 Views)
Ravens Fan,
can you save it as version 7.0?

Best regards,
Krispiekream
0 Kudos
Message 20 of 21
(2,710 Views)