Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
Klaus wrote: > OK, I spent too much time on this already, I will use "print cd xyz" > for now... IF print card works, AND the width of the field is wider on your card than in the print stack, THEN you have confirmed that the suggestion Mark and I have made for reducing printing margins is exa

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Mark, > Am 14.02.2020 um 19:35 schrieb Mark Waddingham via use-livecode > : > > On 2020-02-14 18:27, Klaus major-k via use-livecode wrote: >> Hm, did take all the above mentioned stape but there are still parts >> that are not printed >> and the TOTAL lines are still wrapped. > > How Odd Th

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Mark Waddingham via use-livecode
On 2020-02-14 18:27, Klaus major-k via use-livecode wrote: Hm, did take all the above mentioned stape but there are still parts that are not printed and the TOTAL lines are still wrapped. Odd - I modified your test stack button to be: on mouseUp pMouseButton revshowprintdialog false, true

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Mark, > Am 14.02.2020 um 19:13 schrieb Mark Waddingham via use-livecode > : > > On 2020-02-14 17:32, Klaus major-k via use-livecode wrote: >>> revPrintField formats the content of the field you specify to fill a new >>> field >>> which fits within the printMargins of the page. >>> 'print thi

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Mark Waddingham via use-livecode
On 2020-02-14 17:32, Klaus major-k via use-livecode wrote: revPrintField formats the content of the field you specify to fill a new field which fits within the printMargins of the page. 'print this card' starts printing the card *as it is* with the top-corner at the left-print-margin,top-prin

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Mothership, > Am 14.02.2020 um 18:15 schrieb Mark Waddingham via use-livecode > : > > On 2020-02-14 17:03, Klaus major-k via use-livecode wrote:= >> I have a workaround with "print this cd", so lets wait and see what >> the mothership says... > > I think 'the mothership' is likely to say exa

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
ou do that would seem a deeper issue, perhaps in the engine, > >> since nothing in revPintingLibrary currently supports differing > >> column alignments. > >> Indeed, based on what we can read in the code, adding the one line to > >> set the tabAlign resol

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Mark Waddingham via use-livecode
On 2020-02-14 17:03, Klaus major-k via use-livecode wrote:= I have a workaround with "print this cd", so lets wait and see what the mothership says... I think 'the mothership' is likely to say exactly the same as Richard... Your right aligned column isn't missing - its off the side of the page

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
l info was included earlier in the thread. I've done that more than a few times. :) >> If you do that would seem a deeper issue, perhaps in the engine, >> since nothing in revPintingLibrary currently supports differing >> column alignments. >> Indeed, based on what we

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
; There I see the right-most column right-aligned in the LC version only. In > the PDF the entire column appears left-aligned, apparently ignoring the > field's tabAlign property. > This is what we expect after reviewing the revPrintingLibrary code, since > "tabAlign"

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Craig, > Am 14.02.2020 um 18:00 schrieb dunbarx--- via use-livecode > : > > So I tried it. Works fine, though you have to use gadgetry to print only the > field of interest. > on mouseUpopen printing to pdf ("/users/yourPathNameHere/desktop/xxx"& > ".pdf")print this cdclose printingendmouse

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
dunbarx wrote: > This is done with "revPrintField", where it is only in the print > dialog that I can divert the process to make a PDF. > What is the story with "open printing to "PDF"...? With regard to tabAlign, we can deduce that either syntax for generat

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread dunbarx--- via use-livecode
ia use-livecode To: use-livecode Cc: dunbarx Sent: Fri, Feb 14, 2020 11:52 am Subject: Re: revprintfield and RIGHT tabalign? This is done with "revPrintField", where it is only in the print dialog that I can divert the process to make a PDF. What is the story with "open printing to &quo

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
ct right aligned but only the TOTAL... > lines are not! I've been looking at this one: https://major-k.de/temp/revprintfield.jpg There I see the right-most column right-aligned in the LC version only. In the PDF the entire column appears left-aligned, apparently ignoring the field&#x

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread dunbarx--- via use-livecode
ajor-k Sent: Fri, Feb 14, 2020 11:17 am Subject: Re: revprintfield and RIGHT tabalign? Hi Richard, added a test stack to the report and some more infos. > Am 14.02.2020 um 17:09 schrieb Richard Gaskin via use-livecode > : > > Klaus wrote: > > > Hm, I applied the fix he

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
-aligned text > isn't rendered outside the object's rect. OK, will try that! > > And if the TABALIGN was not repected, why did the columns (NOT the > > TOTAL Line) appear correctly aligned? > > tabAlign is like textAlign but for a given column (tabstop), not to be

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
wider than the field used in the printed page. For that you may need to add one last tabstop to make sure right-aligned text isn't rendered outside the object's rect. > And if the TABALIGN was not repected, why did the columns (NOT the > TOTAL Line) appear correctly alig

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Richard, > Am 14.02.2020 um 16:00 schrieb Richard Gaskin via use-livecode > : > > Klaus wrote: > > > Am 14.02.2020 um 15:22 schrieb Richard Gaskin: > >> > >> The revPrintField command predates the tabAlign property. I suspect > >> the handle

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
Klaus wrote: > Am 14.02.2020 um 15:22 schrieb Richard Gaskin: >> >> The revPrintField command predates the tabAlign property. I suspect >> the handler just hasn't been updated to include a transfer of that >> property from your display field to the print stack&#

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Richard, > Am 14.02.2020 um 15:22 schrieb Richard Gaskin via use-livecode > : > > The revPrintField command predates the tabAlign property. I suspect the > handler just hasn't been updated to include a transfer of that property from > your display field to the pr

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
The revPrintField command predates the tabAlign property. I suspect the handler just hasn't been updated to include a transfer of that property from your display field to the print stack's field.If my hunch is correct, adding that may be a one-line pull request, in the block where

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Craig, > Am 14.02.2020 um 14:50 schrieb dunbarx--- via use-livecode > : > > Klaus. > Yep, I get the same thing you did as pdf. OK, thank you for testing! I will use "print this cd" and compute the neccessary lines for mulitpage text. But I really would like to know what is going on here wi

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread dunbarx--- via use-livecode
Klaus. Yep, I get the same thing you did as pdf. Craig -Original Message- From: Klaus major-k via use-livecode To: How to use LiveCode Cc: Klaus major-k Sent: Fri, Feb 14, 2020 8:24 am Subject: Re: revprintfield and RIGHT tabalign? > Am 13.02.2020 um 20:30 schrieb Klaus major-k

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
> Am 13.02.2020 um 20:30 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I am trying to print a field, but when it comes to a right aligned TAB > things go awray in the resulting PDF/printout. > > LC 9.5.1, macOS 10.14.6 > > Please take a look here: >

Re: revprintfield and RIGHT tabalign?

2020-02-13 Thread dunbarx--- via use-livecode
Sssh. OK. Craig -Original Message- From: Klaus major-k via use-livecode To: How to use LiveCode Cc: Klaus major-k Sent: Thu, Feb 13, 2020 3:50 pm Subject: Re: revprintfield and RIGHT tabalign? Hi Craig, > Am 13.02.2020 um 21:43 schrieb dunbarx--- via use-livecode > : >

Re: revprintfield and RIGHT tabalign?

2020-02-13 Thread Klaus major-k via use-livecode
Hi Craig, > Am 13.02.2020 um 21:43 schrieb dunbarx--- via use-livecode > : > > Klaus. > I made a test stack and printed to pdf. Mine had a long string at the right > side of one line. > Everything came out fine. Mac 10.13.4, LC 9.5.1 h... :-/ > Why are you not in the forum, where it is so

Re: revprintfield and RIGHT tabalign?

2020-02-13 Thread dunbarx--- via use-livecode
: How to use LiveCode Cc: Klaus major-k Sent: Thu, Feb 13, 2020 2:30 pm Subject: revprintfield and RIGHT tabalign? Hi friends, I am trying to print a field, but when it comes to a right aligned TAB things go awray in the resulting PDF/printout. LC 9.5.1, macOS 10.14.6 Please take a look here

revprintfield and RIGHT tabalign?

2020-02-13 Thread Klaus major-k via use-livecode
Hi friends, I am trying to print a field, but when it comes to a right aligned TAB things go awray in the resulting PDF/printout. LC 9.5.1, macOS 10.14.6 Please take a look here: LC field on the right, PDF on the left. At the bottom the TAB align and T

tabMode request for WP-style tabAlign

2018-09-01 Thread Curry Kenworthy via use-livecode
I have submitted a feature request for word processing style tab stop aligns: <https://quality.livecode.com/show_bug.cgi?id=21554> https://quality.livecode.com/show_bug.cgi?id=21554 Current LC 7+ tabAlign is perfect for columns, including tables. That's because it is, in f

tabAlign

2014-03-11 Thread Richmond
Look what I found lurking in the undergrowth: https://github.com/runrev/livecode/blob/master/engine/src/lextable.cpp waiting to "come out of the closet"? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s