Print Page | Close Window

How to add image (.jpg) into popupcontrol?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=12920
Printed Date: 31 January 2025 at 12:43pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to add image (.jpg) into popupcontrol?
Posted By: winanjaya
Subject: How to add image (.jpg) into popupcontrol?
Date Posted: 14 December 2008 at 10:42am
Dear All,
 
How to add image (.jpg) into popupcontrol?
 
please help
 
Thanks
 
Winanjaya



Replies:
Posted By: dentor
Date Posted: 14 December 2008 at 11:52am
Suppose you put your image.jpg in an Image Control BackImg(1), you can write:
 
Dim Item As PopupControlItem
 
Set Item = Popup.AddItem(0, 0, 320, 130, "") ' *** depends on width and height of image
Item.SetIcons BackImg(1), 0, xtpPopupItemIconNormal

 


Posted By: winanjaya
Date Posted: 14 December 2008 at 9:44pm
Hello,
 
I tried it but the image1 seems like not streched although I have configured streched = true on image1 property
 
pls help
 
thanks & regards
 
 
    Set Item = Popup.AddItem(0, 0, 350, 300, "")            ' *** depends on width and height of image
    Item.SetIcons Image1, 0, xtpPopupItemIconNormal
    Item.CalculateHeight
    Item.CalculateWidth
   
    Popup.VisualTheme = xtpPopupThemeMSN
    Popup.SetSize 300, 250


Posted By: dentor
Date Posted: 15 December 2008 at 3:34am
Hello,
 
You're right : PopupControl can not strech image added in the control.
 
Althought, Image control has the property Streched=true, the bitmap in the Image control remain with the same width and height.
 
You must have an image with the correct width and height, or Stretch the bitmap programmaticaly.
 
Or put the streched property for PopupControlItem in the Codejock Wish List.
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net