miscdas, Actually the stack is just a demonstration of the control. To really use it in your project, you need to copy the control to your stack, then set the correct properties.
The SetLoc button is just a demonstration on how to use the 'altThumbLoc' property for setting the location of the control. The same is true with the file details, look at the script of the Broswe Folders buttons to see that it's just getting the 'altImageFile' property and putting it in the field below. IOW, the filepath fld below the control is NOT part of the control. You can do anything you want with it. Check out the script of the SetLoc button, but don't look too closely, I'm just using a "repeat until mouseclick()" script which is *not* the way to handle dragging things around the screen....I'm just too lazy to do the whole on mouseMove thing---it's just a demo:-) One of best, not well documented features about it, is the img "altThumbImg" and it's properties and control. You can copy only this image to your stack, and anytime you set the "altImageFile" property to a valid image type and filepath, it automatically scales it using the correct proportions. -Chipp > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, January 13, 2003 11:53 AM > To: [EMAIL PROTECTED] > Subject: Re: NEW Image Thumbnail Preview Control... > > > [snip] > >Chipp Walters writes: > > > Here's a handy thumbnail preview control (and documentation) > > > > http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm > > Chipp > > > Chipp, > > thanks for the contribution; it has potential. Here are some things that > need improvement, if you have the time and inclination. > > On WINXP, when I used Set Loc and moved the view area up into the > text area, > the text is on top of the image. Can you make the image on top? > > Can you make the file details display area at the bottom of the screen > resizable? When I change the viewer location, I want to change > the size of > the details box so I can see more without scrolling. > > Using the scroll bar to navigate through the pics wasn't so > great. With the > slider, it was too esy to run past the next pic. With the > buttons, it takes > many clicks to get to the next pic. > > miscdas > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
