pmorgan Posted July 14, 2009 Share Posted July 14, 2009 I have two frames which are connected, and they are the same size, and I needed to get them to copyfit both to the same size, which is working properly. The frame(s) contain the variables: <<Address1>> <<ColumnBREAK>> <<Address2>> with <<ColumnBREAK>> being the text rule that forces <<Address2>> to appear in the second frame (see attached screenshot). Based on Dan's suggestion in another thread, <<ColumnBREAK>> is defined as: return "<p verticalstart=topofcolumn br=true>"; My question is, why is the information in the second frame centered, and top aligned in the first frame? How do I get both to center properly in their frames? Link to comment Share on other sites More sharing options...
Dan Korn Posted July 15, 2009 Share Posted July 15, 2009 What are the Vertical Alignment settings for each text frame? It would be easier to diagnose the problem if you can attach a minimal example of the template. Link to comment Share on other sites More sharing options...
pmorgan Posted July 15, 2009 Author Share Posted July 15, 2009 I'm attaching an example to this thread.Sample Project.zip Link to comment Share on other sites More sharing options...
Dan Korn Posted July 16, 2009 Share Posted July 16, 2009 My question is, why is the information in the second frame centered, and top aligned in the first frame? How do I get both to center properly in their frames? The good news is, after some investigation, I can answer your first question. The bad news is, there doesn't seem to be a way to center align both frames. The issue is that the multi-frame flow functionality was designed with the assumption that if you're flowing to a new frame, the frame you're coming from must have been filled up, so the vertical alignment setting is not taken into account, except for the last frame. I tried several variations, including using a <page> tag; eliminating the ColumnBREAK rule and replacing the <p> tags in your rules with <br> tags and setting widows of 99 on each paragraph, which accomplishes the same "go to the next frame" functionality; and using a single frame with two columns, but the result was the same. You may want to consider reworking the job to roll your own copyfitting so that you can have the same settings in both frames. Since these are simple rectangular frames, you should be able use the FusionProTextMeasure object to determine what magnification setting each frame needs, and then use the smallest one for both. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.