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 print stack's field.If my

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 the other

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's field.If my >> hunch is correct,

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 via

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 handler just hasn't been updated to include a transfer

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-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

Re: Synchronisation of sound and vision

2020-02-14 Thread KOOB via use-livecode
Hi Graham I have an application created with LiveCode that uses callbacks from the player to synchronize annotations to the video played in the player. I find the callbacks very reliable as far as sending the callback messages. Links are represented on a timeline by vertical lines. I have

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
Klaus wrote: >> Am 14.02.2020 um 17:09 schrieb Richard Gaskin: >> Left alignment is the default so those columns render well without >> modification. > > Yes, but as you can see in my picture, you DID take a look, didn't you > 8-), > the third columns ARE in fact right aligned but only the

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

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Richard, > Am 14.02.2020 um 17:53 schrieb Richard Gaskin via use-livecode > : > > Klaus wrote: > > >> Am 14.02.2020 um 17:09 schrieb Richard Gaskin: > >> Left alignment is the default so those columns render well without > >> modification. > > > > Yes, but as you can see in my picture, you

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
Klaus wrote: >> Am 14.02.2020 um 17:53 schrieb Richard Gaskin: >> Do you have another image showing the PDF output where any portions >> of any column are right-aligned while other columns are left-aligned? > > oh my, how embarrassing! :-/ > Sorry, obviously I did look too long at my picture,

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

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
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 here, but now the last column is completely GONE > > (not visible in the printout)!? > Hmmm...It worked when I

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread dunbarx--- via use-livecode
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"...? -Original Message- From: Klaus major-k via use-livecode To: How to use LiveCode Cc: Klaus major-k Sent: Fri, Feb 14,

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Klaus major-k via use-livecode
Hi Richard, > Am 14.02.2020 um 18:13 schrieb Richard Gaskin via use-livecode > : > > Klaus wrote: > > >> Am 14.02.2020 um 17:53 schrieb Richard Gaskin: > >> Do you have another image showing the PDF output where any portions > >> of any column are right-aligned while other columns are

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: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

Re: Synchronisation of sound and vision

2020-02-14 Thread Martin Koob via use-livecode
Hi Forgot to say. The version on the website is Mac OSX only but the update I am working on includes a Windows version. Martin Sent from my iPhone > On Feb 14, 2020, at 10:56 AM, KOOB via use-livecode > wrote: > > > > (Note I am in the midst of finishing off an upgrade so I am hoping to

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread Richard Gaskin via use-livecode
Klaus wrote: > Hm, I applied the fix here, but now the last column is completely GONE > (not visible in the printout)!? Hmmm...It worked when I tested here, but I can imagine a scenario where the tabstops may result in a boundary outside the bounds of the field, such as if your field is wider

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

Demo of calculating tangents to circles

2020-02-14 Thread Michael Kristensen via use-livecode
Hi there I have put a demo of calculating tangents to circles here https://forums.livecode.com/viewtopic.php?f=8=33666 Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please

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

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 generating a PDF from revPrintField will

Re: revprintfield and RIGHT tabalign?

2020-02-14 Thread 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 printingendmouseUp Craig -Original Message- From: dunbarx--- via use-livecode To:

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

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