Jump to content
Server Maintenance This Week. ×

Columns in Browse Mode


syounker

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

Recommended Posts

Take a look at how FileMaker Inc. did it in their Photo Catalog sample file (you've got it). They used a layout trick (which you just guessed). They went into Preview mode, on a layout which was set up to print multiple columns, the copied it, then pasted that into a 1-page sized global field.

It looks like multiple columns and records, but it's just one big graphic. They then placed invisible buttons over each "photo," to go to that "record."

Unfortunately they did a lousy job of converting the file from 6 to 7. So they have 16 scripts to go to Record 1, 2, etc., when it could be just 1 script, with a different parameter.

It's also a little awkward, because to change "pages," you have to do the copy/paste over again. Which is not bad, 'cause it's fast enough, but they didn't include a script to go backwards, only forwards. Oh well, the price is right :-|

Another technique, which I've done before is to create portals for the "columns," with calculated keys based on Mod(Get(RecordNumber), 1), Mod(Get(RecordNumber), 2), etc.. This works well also; but there are scrolling problems with thumbnails images. Basically you can't just scroll, 'cause the images don't refresh well when they just "slide" into view.

Link to comment
Share on other sites

This topic is 7107 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.