jimmyhartington Posted September 29, 2020 Share Posted September 29, 2020 (edited) Hi I have made my first template using the FPRepeatableComponent. And it works mostly as I would like. My challenge is that I need the elements to flow along side an irregular shape. So I have created blank fields with textwrap. But some places the spacing between the elements are not uniform. See record 10 in my template between the numbers 25, 26 and 27. You can download the template from the link below. Record 1-4 and record 7-10 are the ones where the repeatable component is used in a textframe with textwrap. Does anybody have a good idea how to get a uniform spacing? Download template Edited September 29, 2020 by jimmyhartington Quote Link to comment Share on other sites More sharing options...
jwhittaker Posted September 29, 2020 Share Posted September 29, 2020 Hey Jimmy Have you thought about using tabs instead of all the separate frames to control the runaround? I think this will be a better solution. Jon Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted September 29, 2020 Share Posted September 29, 2020 Yeah, non-rectangular wrap/runaround is tricky. It gets into a "more art than science" area. Obviously you've already been playing with manually tweaking the empty frames that you're running around. I'm not sure you can get much better with this approach. One idea that comes to mind is using separate text frames for the little tags. You can then lay those out manually, exactly where you want, and programmatically populate them. Or you could write your own code to move the frames, though that requires composing via Producer or Server (unless you do some tricks with table cells, though that's less straightforward than just setting the x and y positions on frames). Quote Link to comment Share on other sites More sharing options...
jimmyhartington Posted September 30, 2020 Author Share Posted September 30, 2020 The problem with this is that the amount of content on each side can vary from 11-14 items, so the tabs should not always be in front of the same place. Thanks for your input. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.