Re: glo webhooks

2018-12-03 Thread AndyP via use-livecode
Glo boards and GitKracken are great pieces of software, Ive been using both for a while now and find them both very intuitive and easy to use, I especially like the Globoards intigration with GitHub issues. I somehow managed to miss the webhooks announcement, exciting!...lets see what we can come

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread panagiotis merakos via use-livecode
Hello all, This will be fixed in the next LiveCode release. If you can't wait, you can apply the fix locally: https://github.com/livecode/livecode/pull/6806 Best, Panos On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode < use-livecode@lists.runrev.com wrote: > Just need to de-fat the file

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread Brian Milby via use-livecode
Just need to de-fat the file. Need to change to the location within the app package in the terminal and use the following command: lipo revsecurity.dylib -remove i386 -output revsecurity.dylib May need to use "sudo". Also, will need to resign the app after doing so. On Mon, Dec 3, 2018 at 3:43

revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread kee nethery via use-livecode
Trying to upload to the Mac App Store and I get this error. “Unsupported Architectures. Your executable contained the following disallowed architectures: ‘[i386 (in com.elloco.ellocotools.pkg/Payload/El Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to the Mac App Store

Re: Setting hidden of lines very slow

2018-12-03 Thread Alex Tweedly via use-livecode
On 03/12/2018 14:51, Håkan Liljegren via use-livecode wrote: and you can also shave off some milliseconds in the styledText version by using foreach: … It is a bit strange though that the foreach always seams to be faster. If we try to sum an array with 100 000 element like: I know yo

Re: Issues with app delivery!

2018-12-03 Thread Brian Milby via use-livecode
Yes, that is what I meant. Thanks, Brian On Dec 3, 2018, 12:59 PM -0600, kee nethery via use-livecode , wrote: > > > > On Nov 28, 2018, at 1:51 PM, Rick Harrison via use-livecode > > wrote: > > > > Brian, > > > > Do you mean: > > > > sudo codesign --verbose --deep --force --sign "3rd Party Mac

Re: Issues with app delivery!

2018-12-03 Thread kee nethery via use-livecode
> On Nov 28, 2018, at 1:51 PM, Rick Harrison via use-livecode > wrote: > > Brian, > > Do you mean: > > sudo codesign --verbose --deep --force --sign "3rd Party Mac Developer > Application: MYCOMPANY NAME (KDSK9SJUNK)” --entitlements > assuming you meant --entitlements Kee > > If so,

Re: glo webhooks

2018-12-03 Thread Brian Milby via use-livecode
While GitHub is an example of a server based solution, git does not require a server.  You can establish a repository on your computer and manage a project with version control.  The visual tools do help. Binary files don’t benefit from change tracking, but a tool like Script Tracker can export

Re: glo webhooks

2018-12-03 Thread Mike Kerner via use-livecode
git is a version control system. At this time it is the most common/popular one. Since it is command-line based, there are many visual tools for dealing with it. On Mon, Dec 3, 2018 at 12:03 PM Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks - since it has at lea

Re: hhPDFViewer v0.8.0

2018-12-03 Thread hh via use-livecode
> Kaveh wrote: > Any way of selecting or copying text from the PDF file? > Any way of finding a particular text in the PDF? The problem is: The viewer template of pdfJS cannot be used if one would like to load PDFs from anywhere, not only from a server where the script resides. So I had to use the

Re: Setting hidden of lines very slow

2018-12-03 Thread hh via use-livecode
Sorry, the styledText method of my last post had a logic fault (style-runs without textcolor are ignored). The following works now for me. -- styledText method on mouseUp put the millisecs into m1 lock screen; lock messages put the styledText of field "text" into tTextA repeat for each ke

Re: glo webhooks

2018-12-03 Thread Graham Samuel via use-livecode
Thanks - since it has at least one client, git then must be a server system: maybe I had already guessed that. Not sure what kind of issues can be managed visually, nor what a board is nor why or how it can be synced… but don’t waste your time to answer fogies like me. Either I will set myself t

Re: Setting hidden of lines very slow

2018-12-03 Thread hh via use-livecode
> Hakan wrote: > The code will not work if you have htmltext containing the text "color=" like: > To set the color you can use color="#fa3b42" Oh yes, was rather silly of me not to keep this in mind. There is a simple remedy: put ("color=" is in fld 1) into isInField if isInField then replace "c

Re: glo webhooks

2018-12-03 Thread Mike Kerner via use-livecode
gitkraken is a git client glo is a visual tool for issue management. boards can be synced with github projects or standalone. On Mon, Dec 3, 2018 at 10:46 AM Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > It is sad, after more than half a century in the business, to rea

Re: glo webhooks

2018-12-03 Thread Graham Samuel via use-livecode
It is sad, after more than half a century in the business, to read something about software development that means absolutely nothing to me… OK, Google will come to the rescue, but I am seriously thinking that maybe it's time to give up. (Sigh) Graham > On 3 Dec 2018, at 14:51, Mike Kerner via

glo webhooks

2018-12-03 Thread Mike Kerner via use-livecode
I see that gitkraken's glo boards now support webhooks who's using gitkraken, and is anyone thinking about implementing webhook handling for glo? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for

Re: Setting hidden of lines very slow

2018-12-03 Thread Håkan Liljegren via use-livecode
The code will not work if you have htmltext containing the text "color=" like: To set the color you can use color="#fa3b42" and you can also shave off some milliseconds in the styledText version by using foreach: … repeat for each key aKey in tTextA       # Check if first run has textcolor set  

Re: hhPDFViewer v0.8.0

2018-12-03 Thread Kaveh Bazargan via use-livecode
Hi Hermann Thanks for this. Any way of selecting or copying text from the PDF file? Any way of finding a particular text in the PDF? On Wed, 28 Nov 2018 at 14:47, Lagi Pittas via use-livecode < use-livecode@lists.runrev.com> wrote: > Brilliant stuff Hermann > > Thanks, > > Lagi > > On Mon, 26 N

[ANN] This Week in LiveCode 157

2018-12-03 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #157 here: https://goo.gl/2s1Zu6 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: LC-apps for HC

2018-12-03 Thread Richmond via use-livecode
Did exactly that a couple of years ago . . . . No takers at the time. Richmond. On 3.12.18 г. 3:55 ч., Richard Gaskin via use-livecode wrote: Ingar Roggen: > ...why not elaborate it to the tool, the app needed to make HC easily > portable to LC and thereby accessible "to the rest of us" again