Re: Getting textShift To Shift Down?

2016-01-15 Thread [-hh]
Tested now and it works here: LC 's textshift does exactly what it *can* do (with the primitive typesetting system of HTML which it uses): [1] It takes the baseline, moves the chunk relative to that up or down, leaving the surrounding text on that baseline. [2] After that it gives the whole

Re: Getting textShift To Shift Down?

2016-01-14 Thread Terry Judd
gt;e.g. -2 or 0 then it pushes the text up again. >> >>Maybe this is an option to set the textshift of the whole text to a >>negative >>number and then move down the text by setting it to another negative >>number >>but not as high as

Re: Getting textShift To Shift Down?

2016-01-14 Thread Terry Judd
Looks like the script got slightly munged en route. That should be “if y > 0 then” a few lines down. Terry... On 15/01/2016 1:21 pm, "use-livecode on behalf of Terry Judd" wrote: >Hi Scott - I think you might be able

Getting textShift To Shift Down?

2016-01-14 Thread Scott Rossi
Anyone have any insight on getting textShift to shift text downward? I need to vertically align blocks text on a line that use different fonts. Whether I select a block of text, or all the text around the selection, things shift up, but never down. Here's a simple stack that demonstrates the

Re: Getting textShift To Shift Down?

2016-01-14 Thread Scott Rossi
Thanks for the suggestion, but unfortunately no -- I have the field set up as a table which needs a specific top margin so the first line is spaced down a distance equal to all lines in the field. As often happens, Bernd N figured out an arrangement that allows downward shifting of text, but

Re: Getting textShift To Shift Down?

2016-01-14 Thread J. Landman Gay
On 1/14/2016 4:27 PM, Scott Rossi wrote: Anyone have any insight on getting textShift to shift text downward? I need to vertically align blocks text on a line that use different fonts. Whether I select a block of text, or all the text around the selection, things shift up, but never down. A

Re: Getting textShift To Shift Down?

2016-01-14 Thread Scott Rossi
Unfortunately, what textShift *should* be doing, and what's it's actually doing are two different things. Trying my simple test stack in 5.5, 6.7.8, and 8 dp 11 shows the same behavior, so apparently this has been broken forever. TextShift should never adjust the lines around a selection, but

Re: Getting textShift To Shift Down?

2016-01-14 Thread BNig
but not as high as the whole text. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Getting-textShift-To-Shift-Down-tp4700184p4700193.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Getting textShift To Shift Down?

2016-01-14 Thread J. Landman Gay
On 1/14/2016 10:05 PM, Scott Rossi wrote: The reality is, one should be able to designate a chunk of text and move it up or down any distance, independently of the surrounding text. Currently you can't do that. It might be time for a bug report. What you expect seems pretty realistic to me.

Re: Getting textShift To Shift Down?

2016-01-14 Thread Scott Rossi
gt;but not as high as the whole text. > >Kind regards >Bernd > > > >-- >View this message in context: >http://runtime-revolution.278305.n4.nabble.com/Getting-textShift-To-Shift- >Down-tp4700184p4700193.html >Sent from the Revolution - User mailing list archive at N

Re: Getting textShift To Shift Down?

2016-01-14 Thread [-hh]
Right out from my head, can not test at the moment. The hard way: The direct input of the htmltext should always work (as long as your on one line with the chunk). wordOne put me down wordThree" -- down wordOne put me down wordThree" -- up If I remember right "sup" instead of "sub" (what