Re: Visual Studio 2017 to the rescue

2019-06-11 Thread Monte Goulding via use-livecode
Thanks Mark! Will sort it out ASAP > On 12 Jun 2019, at 8:06 am, Mark Talluto via use-livecode > wrote: > > I reported the bug: https://quality.livecode.com/show_bug.cgi?id=22169 > > > -Mark > >> On Jun 10, 2019, at 3:08 PM, Monte

Re: Visual Studio 2017 to the rescue

2019-06-11 Thread Mark Talluto via use-livecode
I reported the bug: https://quality.livecode.com/show_bug.cgi?id=22169 -Mark > On Jun 10, 2019, at 3:08 PM, Monte Goulding via use-livecode > wrote: > > Yes this does indeed sound like a bug so if you could report it that would be >

Re: one computer, but not other, cannot use breakpoints of any type under 9.5.0_dp1

2019-06-11 Thread JJS via use-livecode
eerhm, yes of course, how simple can it be ;) thanks Klaus Op 11-6-2019 om 22:25 schreef Klaus major-k via use-livecode: Am 11.06.2019 um 22:13 schrieb JJS via use-livecode: try delete your preferences file and restart LC. sometimes with strange issues this might help. LC creates then a new

Re: one computer, but not other, cannot use breakpoints of any type under 9.5.0_dp1

2019-06-11 Thread Klaus major-k via use-livecode
Hi JJS, > Am 11.06.2019 um 22:13 schrieb JJS via use-livecode > : > > try delete your preferences file and restart LC. > sometimes with strange issues this might help. > LC creates then a new one at start-up > But i don't know exactly where it is located on mac..someone else might jump > in

Re: one computer, but not other, cannot use breakpoints of any type under 9.5.0_dp1

2019-06-11 Thread JJS via use-livecode
try delete your preferences file and restart LC. sometimes with strange issues this might help. LC creates then a new one at start-up But i don't know exactly where it is located on mac..someone else might jump in Op 11-6-2019 om 22:08 schreef Dr. Hawkins via use-livecode: Can anyone else

one computer, but not other, cannot use breakpoints of any type under 9.5.0_dp1

2019-06-11 Thread Dr. Hawkins via use-livecode
Can anyone else confirm this, or see a pattern? On a mid 2011 iMac, with the latest High Sierra, no breakpoint of any type is working—not the evil red PCD, not “breakpoint”, nor anything else I can think of. On may late 2018 MacBook Pro, latest mohave, they work. The iMac has also told me a

Re: Why does this not work ?

2019-06-11 Thread Dar Scott Consulting via use-livecode
I think this is important. Perhaps related is why this is an execution error. > On Jun 11, 2019, at 2:18 AM, Alex Tweedly via use-livecode > wrote: > > Thank you Peter and Mark. > > I guess I see it now - though it's still against *my* intuition :-) > > Thanks > > Alex. > > On 11/06/2019

Re: GhostScript and LC

2019-06-11 Thread Matthias Rebbe via use-livecode
We are using Ghostscript and PDFtk Server (https://www.pdflabs.com ) on Windows 7/10 to create and combine 2 PDFs and password protect them using LC´s shell() function. Works w/o a problem for years now. Matthias Rebbe free tools for Livecoders:

GhostScript and LC

2019-06-11 Thread Earp Robert J. via use-livecode
We have an .eps file that we create within a LC project and would like to save it in .pdf format rather than having to do a manual conversion using Acrobat or whatever. It has been suggested that GhostScript should be looked at. Has anybody moused around with calling GhostScript from within

Re: Why does this not work ?

2019-06-11 Thread Alex Tweedly via use-livecode
Thank you Peter and Mark. I guess I see it now - though it's still against *my* intuition :-) Thanks Alex. On 11/06/2019 03:24, Peter Bogdanoff via use-livecode wrote: I think that 'item 1 of t1’ has to be resolved to an object reference before it can be used with the vis property. The

Re: Why does this not work ?

2019-06-11 Thread Mark Waddingham via use-livecode
On 2019-06-11 02:44, Alex Tweedly via use-livecode wrote: on mouseup    local tName, t1, t2    put the long name of fld "F" into tName    put tName & ",12,13" into t1    put "t1" && t1 after msg    put item 1 of t1 into t2    set the vis of t2 to TRUE    put "t2 was OK" after msg    set the