Replies: 2 comments 3 replies
-
I cannot wrap my head around this whole system (not your notational aid, the system itself, with or without your addition). Here's a puzzle which I suspect, if I can grasp what's going on here, I may finally get what's going on. Columns mode, DR 1,1,1 <---this gives me three equally sized columns That fourth one just completely throws me. Can you or can anyone here help me understand what's going on here? I have hopes that understanding this particular case will help me understand the even more confusing stuff that happens when I try to do more complicated grids. I have read the explanation, and it even seems to make sense when I read it slowly, but then when I try to put into practice what I think I grasped--it doesn't work. I'm very clearly misunderstanding something basic about this. |
Beta Was this translation helpful? Give feedback.
-
By the way, a note about your post--it looks like parentheses do affect the visualization somehow. I put it in "Rows" mode then entered this divide ratio: 1;1;2;2 This creates a row of size 1, a row of size 2, and a row of size 2. Then I changed it to (1;1;2;2) And this instead creates a row of size 1, a row of size 2, and a row of size 1. |
Beta Was this translation helpful? Give feedback.
-
I'm going to be integrating Regional Prompter into my comic book creating app, and was a little confused at first by the Divide Ratio. I discovered that it seems to ignore parentheses and white space, which is nice since it helps to visually group the different parts of the Divide Ratio.
Using some spaces and parentheses for grouping the Divide Ratio, along with the visualize option, this
1 (;2, 3, 1) (;1, 2, 1, 1)
makes it much easier to understand what's going on (for me, at least).So we have :
Row 1 =
1
Row 2 =
(;2, 3, 1)
Row 3 =
(;1, 2, 1, 1)
This way it's also easy to see how the columns are divided in each row. So Row 2 has 2 columns, where the 1st column is 3 times the width of the 2nd.
Initially, I was also confused about how to specify multiple columns within a row. My first attempt was Row 2 =
(;2, 1)
, which didn't change anything. When I added another, 1
, making the Divide Ratio(;2, 1, 1)
then I got 2 columns in the row. So it seems that there is always 1 implicit column (or row), instead of starting with 0 columns or rows.I don't know if this helps anyone else, but it helped me a lot.
Beta Was this translation helpful? Give feedback.
All reactions