SQLite import

2019-05-31 Thread Glen Bojsza via use-livecode
Hello, I know LC can script SQLite database inserts but can you script an SQLite csv file import? thanks, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: How to install a dependency

2019-05-31 Thread panagiotis merakos via use-livecode
Hello folks, In the conference I patched one of the "symptoms" of this bug. Monte has fixed this properly, by patching the root cause: https://github.com/livecode/livecode/pull/7070/files Best, Panos -- On Fri, 31 May 2019 at 19:33, Mark Wieder via use-livecode < use-livecode@lists.runrev.com>

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Monte Goulding via use-livecode
Hi Richard Have you tried setting the filename or filedata of the offending widget to empty before going to the card? It sounds like there is something in one of your PDFs that PDFium doesn’t like. Either way we really need that stack to figure this one out. Cheers Monte > On 1 Jun 2019, at

Re: A problem with RunRev email account "sage.on-rev.com"

2019-05-31 Thread Bob Sneidar via use-livecode
I misworded that. I didn't mean to imply he was engaging in any of those activities. Only that anyone doing so using a mail domain or public IP could get the domain or IP blacklisted. I had people at a large Church I used to work for using p2p to get hi def versions of all the movies and music t

Re: A problem with RunRev email account "sage.on-rev.com"

2019-05-31 Thread Richard Gaskin via use-livecode
Blacklisting would not be inappropriate if we lived in a world where every domain had a unique IP. But that's not the world we live in. Hundreds of millions of domains are hosted on shared servers, and most do not have a unique IP. So it doesn't matter whether or not you personally engage in

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Dr. Hawkins via use-livecode
On May 31, 2019, at 9:38 AM, panagiotis merakos wrote: > > Hello Richard, > > What happens if you first lock messages and then open the stack that crashes? I tried that, a and got the same result. I suspect that it has to do with attempting to render it, but . . . I also later saw a crash dr

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread panagiotis merakos via use-livecode
Hello Richard, What happens if you first lock messages and then open the stack that crashes? Kind regards Panos -- On Fri, May 31, 2019, 18:40 Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > I put in the last pdf widget on a card to produce a 6 page form out of > smaller

Re: How to install a dependency

2019-05-31 Thread Mark Wieder via use-livecode
On 5/31/19 7:56 AM, Brian Milby via use-livecode wrote: That is an issue with 9.5DP1 that will be fixed in the next DP.  It is a simple fix, but I’d have to look in GitHub to find where.  Panos fixed it at the conference. Panos has been doing some awesome work lately. -- Mark Wieder ahsoft

critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Dr. Hawkins via use-livecode
I put in the last pdf widget on a card to produce a 6 page form out of smaller pieces. With the last one, the ide crashed. Not only did it crash, but loading that card causes it to crash again. I’ve also tried opening with 9.0.3-rc1, and it also crashes trying to open the card. workaround:

Re: How to hide LC menubar without losing the icon on the windows taskbar?

2019-05-31 Thread Bob Sneidar via use-livecode
By apps, do you mean LC projects, or apps running under the OS? Devolution has the Projects tab. Also alt-shift will cycle between open windows in all open apps. Finally, hovering over the LC App in the task bar will display mini previews of open windows for that app (Win only). Bob S > On M

Re: FFI & VLC Player

2019-05-31 Thread Klaus major-k via use-livecode
> Am 31.05.2019 um 16:57 schrieb Bob Sneidar via use-livecode > : > > I caught that right after I sent it. I was going to say, "a spell check > nanny". :-) nice try! ;-) >> On May 31, 2019, at 07:55 , Klaus major-k via use-livecode >> wrote: >> >>> Am 31.05.2019 um 16:48 schrieb Bob Sneid

Re: How to install a dependency

2019-05-31 Thread Brian Milby via use-livecode
That is an issue with 9.5DP1 that will be fixed in the next DP.  It is a simple fix, but I’d have to look in GitHub to find where.  Panos fixed it at the conference. Thanks, Brian On May 31, 2019, 10:55 AM -0400, Glen Bojsza via use-livecode , wrote: > Hello, > > I am trying to get a widget wor

Re: A problem with RunRev email account "sage.on-rev.com"

2019-05-31 Thread Bob Sneidar via use-livecode
They may remove the blacklist entries, but unless the original issue that caused the blacklist entries to occur in the first place are dealt with, it will recur. Things that can get you blacklisted: Sending spam to many cc'd addresses spoofing a header a number of people reporting a sender as a

Re: FFI & VLC Player

2019-05-31 Thread Bob Sneidar via use-livecode
I caught that right after I sent it. I was going to say, "a spell check nanny". :-) > On May 31, 2019, at 07:55 , Klaus major-k via use-livecode > wrote: > >> Am 31.05.2019 um 16:48 schrieb Bob Sneidar via use-livecode >> : >> >> Not to be one of those spell check nanny, but I think it's, "d

Re: FFI & VLC Player

2019-05-31 Thread Klaus major-k via use-livecode
> Am 31.05.2019 um 16:48 schrieb Bob Sneidar via use-livecode > : > > Not to be one of those spell check nanny, but I think it's, "duly". > > Bob S you mean "...one of those spell check nannies" (plural), right? :-D >> On May 30, 2019, at 10:19 , Tom Glod via use-livecode >> wrote: >> >>

How to install a dependency

2019-05-31 Thread Glen Bojsza via use-livecode
Hello, I am trying to get a widget working but when I run try to install it I get the error message "Dependency com.livecode.system not available. Please install before proceeding". The lcb calls for "use com.livecode.library.scriptitems" in the dependency declarations. I am not certain how to d

Re: FFI & VLC Player

2019-05-31 Thread Bob Sneidar via use-livecode
Not to be one of those spell check nanny, but I think it's, "duly". Bob S > On May 30, 2019, at 10:19 , Tom Glod via use-livecode > wrote: > > Ok Paul...thank you dooley noted. ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: Notarize your app

2019-05-31 Thread Matthias Rebbe via use-livecode
Dear Ludovic, thanks for that link. Were you successful in notarizing an app? Tried now 3 times all wihtout success 1. the log windows showed up red text telling something about the lproj folders in /contents/Resources. I used Appwrapper to sign my app and to remove all .lproj foldes except t

Notarize your app

2019-05-31 Thread Ludovic THEBAULT via use-livecode
Hello, I think that could help ! https://latenightsw.com/sd-notary-notarizing-made-easy/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.