IonicWind Software

IWBasic => GUI Central => Topic started by: Brian on January 25, 2021, 10:05:23 AM

Title: Preview Images from dialog
Post by: Brian on January 25, 2021, 10:05:23 AM
This code was written by Jolly Roger in 2005. It shows a listview in a dialog window, and lets you select either a GIF, BMP or JPG image, which is then placed into the parent window

Brian
Title: Re: Preview Images from dialog
Post by: Andy on January 26, 2021, 04:28:35 AM
Nice one Brian,

That's one you dug out I see, nice to see that some code gets remembered.

Andy.
Title: Re: Preview Images from dialog
Post by: billhsln on January 26, 2021, 06:59:36 PM
Ran the code to see what it does.  Did any one else notice the that directory name at the top gets over written and if you go back far enough it shows up as a black blob.

Bill
Title: Re: Preview Images from dialog
Post by: Brian on January 27, 2021, 09:36:29 AM
Yes, I saw that, Bill. I have been attempting to clear that static control before it gets text put into it, with no success, so far

Brian
Title: Re: Preview Images from dialog
Post by: billhsln on January 27, 2021, 10:08:01 AM
I didn't look close at the code, but it acts more like the program is doing a print at a specific location rather then a static control.

Bill
Title: Re: Preview Images from dialog
Post by: Brian on January 27, 2021, 10:59:09 AM
Little update: Put in a menu to make the dialog code reuseable, and other minor tweaking. Tried to blank out the static text, with no success

Brian
Title: Re: Preview Images from dialog
Post by: Brian on March 16, 2024, 09:11:06 AM
I managed to get it working properly!

Brian
Title: Re: Preview Images from dialog
Post by: LarryMc on March 16, 2024, 10:47:30 AM
Nice work Brian