Jump to content

window sizing


Recommended Posts

i am writing an app that gets an image from an rss feed and shows it in a popup window, along with a label. how would accomplish this? also, if the image is higher than the resolution height, i would like to be able to scroll.

Link to comment
Share on other sites

Start by doing certain tasks. You will need to get the feed data (it is just an xml file usually), and then parse (string functions) it to get the image. Then you need to get the image. Then search around getting the height of the image, and also look in the helpfile for GUI Scroll bars.

If you have issues, post the code you currently have. If you don't want to post the feed link, can you post what you can about the feed, so we can test.

Cheers,

Brett

Link to comment
Share on other sites

i've got the code to get the image from the feed, but i need help getting the size of the image for the popup window. i know how to resize a window, but i need to know how to center the image in the middle of the box

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...