Jump to content

This topic is 7147 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm trying to design a database that displays images in container fields at specific magnifications that are based on calculations (e.g., 87% or 124% of original size).

I considered using the script step that sets the zoom level, but it only lets you choose from a few preset values.

I also thought of changing the size of the container field in the layout, as this changes the size of the displayed image. However, I don't know of any way to do this dynamically.

Any thoughts or suggestions?

Thanks.

Posted

I don't think that this can be done natively in FMP.

There may be a plug-in for this.

Posted

Hi Roller,

How many different sizes do you think would be useful to display the file?

I have a database where most of my images are of a size that fit in with the other items on a layout (Thumb Nail, sometimes a little bigger), but by clicking on it, it takes you to a Full size of view, click on the full size view, and it returns you to the last layout..

I played with your idea a little, and maybe you something like the attached file will help.

Lee

:cool:

p.s., [color:red] click on the image

ContainerThatGrows.fp7.zip

Posted

I see what you're doing, but I'm trying to display images at sizes that are calculated on-the-fly. Unless I'm missing something, I'm pretty sure that there's no way to do this in FMP, although I'll take the suggestion to look for a plug-in.

Tnanks much for both replies.

Posted

If it's on a Mac, you could use AppleScript and the built-in background application Image Events to scale an image file to a percent. It must be a file however; it won't work with an image which is just in memory (when you pull the image from a FileMaker container with AppleScript you just get a PICT anyway; I do in any case). You can use Export Field to get a file from the FileMaker container field.

This topic is 7147 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.