Re: HTML5 deployment: progress comes into sight

2017-06-02 Thread Mike Kerner via use-livecode
;> Sent from my iPhone >> >> > On 2 Jun 2017, at 14:22, Mike Kerner via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> > >> > Mark, and the rest of the team, having come from other development >> tools, >> > where the team is

Re: Regex help...

2017-06-04 Thread Mike Kerner via use-livecode
When I'm fighting a regex, I go to http://pythex.org/ On Sun, Jun 4, 2017 at 2:11 PM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > Not sure regex can do what you want, or if it can its far far over my > head. Would it work instead to use lc script to parse? > If you rep

Re: Ben Beaumont jumps ship.

2017-06-07 Thread Mike Kerner via use-livecode
OH NO! WHAT DOES "SURVIVING" MEAN???!?!?!?!?! On Wed, Jun 7, 2017 at 12:49 PM, Heather Laine via use-livecode < use-livecode@lists.runrev.com> wrote: > Hm... lol. Well Ben stayed with us for a good 8 years, and moved on to > spread his wings a couple of years ago. As Mark said, he still works fo

"For Young Coders"

2017-06-13 Thread Mike Kerner via use-livecode
Check out the app store. There is a new section right at the top, called "for young coders", with a variety of tools... -- 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 a few hours, and did

Re: "For Young Coders"

2017-06-13 Thread Mike Kerner via use-livecode
yes. frootz r us On Tue, Jun 13, 2017 at 4:35 PM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > I have to assume you are referring to the app store of that fruit company > since no platform was specified. :) > > > On Tue, Jun 13, 2017 at 4:30 PM

LCGlobal

2017-06-14 Thread Mike Kerner via use-livecode
Do we have a schedule? I don't seem to have one. I know we have a session, tomorrow, but I don't know if that's just 1 hour or what. -- 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 a few hour

Re: LCGlobal

2017-06-14 Thread Mike Kerner via use-livecode
This was such a cool idea. On Wed, Jun 14, 2017 at 9:19 AM, Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > https://livecode.com/global/#sessions > > (much more than 1 hour for tomorrow :-) > > > On 14/06/2017 14:16, Mike Kerner via use-livecode

Re: "For Young Coders"

2017-06-14 Thread Mike Kerner via use-livecode
Now imagine an LC toy in the app store. On Wed, Jun 14, 2017 at 12:42 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > I don't know. > > BUT . . . > > Today I had a classroom of 9-10 year olds doing simple Mathematics with > BBC BASIC in BBC Micro emulators > > [

Re: [ANN] Release 9.0.0 DP-7

2017-06-17 Thread Mike Kerner via use-livecode
I second the motion, and I repeat my suggestion that we work on getting a little community-operated crowdfunding operation going to tackle little things like this and pay out rewards to people who do cool stuff. On Sat, Jun 17, 2017 at 8:12 PM, Mark Wieder via use-livecode < use-livecode@lists.run

Re: LC Global - my experience

2017-06-17 Thread Mike Kerner via use-livecode
I hope this is the new paradigm, because it is such a cool idea and a cool deal. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: LC Global - my experience

2017-06-18 Thread Mike Kerner via use-livecode
or it's PR for "our pr0n producer customers wanted to make sure you couldn't jump to the good parts" On Sun, Jun 18, 2017 at 11:54 AM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 06/18/2017 07:41 AM, Jim Lambert via use-livecode wrote: > > That peeved me, too. >> So

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-19 Thread Mike Kerner via use-livecode
and a visual indicator that an object has a script might be nice, too. A certain tool that some of your colleagues use does that with a filled-in top-left corner triangle. You can look in the project browser to see which objects have scripts assined, but that is certainly not ideal. You could al

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-19 Thread Mike Kerner via use-livecode
and another case where we should have a little crowd fund setup. On Mon, Jun 19, 2017 at 4:00 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > +1 > > > On Jun 19, 2017, at 12:49 , J. Landman Gay via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Right, bu

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Mike Kerner via use-livecode
Which is exactly why this is a better idea. Kickstarter releases the funds when the funding goal is achieved, not when the product is finished. This idea is the reverse. 1. We set up the account 2. We fund the account 3. We administer the account 4. We decide which projects we want to fund at wha

put url tricks to copy files on windows

2017-06-20 Thread Mike Kerner via use-livecode
I'm trying to use the put url technique to copy files on windows, but I'm getting "can't open file" If I do something like answer line 1 of url ("binfile://"&filename) I get what I expect, but when I try to put url ("binfile://"&filename) into url ("binfile://"&toFilename) I get "can't open file" i

Re: put url tricks to copy files on windows

2017-06-20 Thread Mike Kerner via use-livecode
In case it helps, here's the entire routine. This works on a Mac. on copyFilesNFolders fromFolder toFolder if there is not a folder toFolder then create folder toFolder if the result is not empty then put the result into theResult errlog theResult quit end if #the

Re: put url tricks to copy files on windows

2017-06-20 Thread Mike Kerner via use-livecode
nymore. ;-p > > I second the suggestion to lose the // if the platform is Windows. > > ~Roger > > On Jun 20, 2017 5:39 PM, "Mike Kerner via use-livecode" < > use-livecode@lists.runrev.com> wrote: > > > In case it helps, here's the entire routine. This

Re: put url tricks to copy files on windows

2017-06-21 Thread Mike Kerner via use-livecode
files() and folders() now take an optional argument for the path :) > > > > Mark > > > > Sent from my iPhone > > > > > On 21 Jun 2017, at 03:37, Mark Wieder via use-livecode < > > use-livecode@lists.runrev.com> wrote: > > > >

Re: put url tricks to copy files on windows

2017-06-21 Thread Mike Kerner via use-livecode
gt; to write to a file, even if it is copied, it has to be opened first. > > Did you try to remove the 2 slashes in the to path also? > > > Matthias Rebbe > +49 5741 31 > ‌matthiasrebbe.eu <http://matthiasrebbe.eu/>‌ > > > Am 21.06.2017 um 14:31 schrieb Mik

Re: put url tricks to copy files on windows

2017-06-21 Thread Mike Kerner via use-livecode
There is some caveat to revcopyfile that I ran into when I went the url binfile way, but I forget what it is. It might have been the directory separators being platform-dependent, but it was months ago. On Wed, Jun 21, 2017 at 10:34 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-21 Thread Mike Kerner via use-livecode
I like the idea of going even another step further, and having macros that we can use. An example from another tool I use adds the ability to add structures (e.g. if-then-else, repeat, etc.), and even being able to hilite text and have the macro do something with the text, for example someContaine

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-21 Thread Mike Kerner via use-livecode
I am using ST and Levure, now, and I have the linter working, and am a cheerleader for the setup. However, that is not a good solution for beginners, IMHO. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, un

Re: Levure??

2017-06-21 Thread Mike Kerner via use-livecode
Here's the wiki https://github.com/trevordevore/levure/wiki Here's Trevor's youtube channel, where you can see some levure videos https://www.youtube.com/channel/UCluXVDvheCjGSJmCMssc0fw On Wed, Jun 21, 2017 at 4:54 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: First 1000 characters without loop?

2017-06-22 Thread Mike Kerner via use-livecode
chunks make me happy. actually, any time i have to parse a hornet's nest of text, this language makes me happy. On Thu, Jun 22, 2017 at 2:17 PM, Mark Talluto via use-livecode < use-livecode@lists.runrev.com> wrote: > On Jun 22, 2017, at 11:03 AM, Rick Harrison via use-livecode < > use-livecode@li

Re: First 1000 characters without loop?

2017-06-23 Thread Mike Kerner via use-livecode
Oh. Now I know why I kept getting beaten up during class as a kid - because I'd ask some question and then the teacher would do a Mark - and then ALL of it would end up on the test. On Fri, Jun 23, 2017 at 5:09 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2017

Re: First 1000 characters without loop?

2017-06-23 Thread Mike Kerner via use-livecode
or, what monte was suggesting: put var1 into var2 delete char 1001 to -1 of var2 On Fri, Jun 23, 2017 at 11:15 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > For a loop you would do something like: > > repeat with i = 1 to the number of chars of tVar step 1000 > put

Re: synonyms

2017-06-26 Thread Mike Kerner via use-livecode
Synonyms are one of the things that make this language special. I appreciate the fact that my creativity is not interrupted by imposed style and syntactic requirements as much as it is with other languages. I appreciate that I don't have to type containers in most cases, and I don't have to worry

Re: synonyms

2017-06-29 Thread Mike Kerner via use-livecode
ick. On Wed, Jun 28, 2017 at 10:14 AM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > Even easier would be to just pass a single string like so.. > > myhandler "type=blue,name=fred,something=234" > > And use split > > split pVar by comma and "=" > > ending up with an array

Re: synonyms

2017-06-29 Thread Mike Kerner via use-livecode
Alex, I don't understand. I pass arrays as parameters all the time, and I use the pass by reference "@", too. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: Verbosity and Lines of code

2017-06-30 Thread Mike Kerner via use-livecode
which is exactly why regular expressions are such a PITA to diagnose. On Fri, Jun 30, 2017 at 6:05 AM, Lagi Pittas via use-livecode < use-livecode@lists.runrev.com> wrote: > I Can't understand this fixation with how many characters typed. > > I now quite like the verbose "dot notation" of Liveco

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Mike Kerner via use-livecode
Why not just use a field and write one? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Mike Kerner via use-livecode
That's what I did with the Timeclock app that I wrote (I'm replacing shop floor timeclocks with ipads). On Fri, Jun 30, 2017 at 9:39 AM, Mike Kerner wrote: > Why not just use a field and write one? > -- On the first day, God created the heavens and the Earth On the second day, God created th

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Mike Kerner via use-livecode
-livecode@lists.runrev.com> wrote: > Time crunch...no pun intended! > > On Fri, Jun 30, 2017 at 9:39 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Why not just use a field and write one? > > _

Re: Feature Race: Pick Your Project

2017-07-05 Thread Mike Kerner via use-livecode
Wow. I'm surprised we aren't closer to getting this funded. c'mon y'all let's get this funded! On Sat, Jun 24, 2017 at 5:53 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > I had similar feelings, (I have taken almost every pitch to "pay in > advance for X number of years for this disc

Re: Goofy question #7234

2017-07-10 Thread Mike Kerner via use-livecode
In the newfangled LC world, you can even do things the way the engine can - using "return for value" (or just "return") and "return for error" to allow commands to return values, too. Then "it" gets values that are returned, and "the result" gets errors that are returned. 9 is fun. funfunfunfunf

Re: [OT] Renewing Apple Developer ID Installer Certificate

2017-07-10 Thread Mike Kerner via use-livecode
That's only true for apps in the app store. For corporate apps/apps you distribute privately, you have to rebuild them every year with new certs. On Tue, Jul 4, 2017 at 2:47 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Marty, > even if your certificate expi

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
Anyone else getting a persistent "linking for arm" error when trying to build with 8.1.5? On Mon, Jul 10, 2017 at 9:23 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear List Members, > > We are pleased to announce the release of LiveCode 8.1.5 Stable. By > "St

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
f I retry to build. > > http://quality.livecode.com/show_bug.cgi?id=19080 > > Best > Panos > -- > > On Mon, Jul 10, 2017 at 4:18 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Anyone else getting a persistent "linking

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
ow_bug.cgi?id=19080 >> >> Best >> Panos >> -- >> >> On Mon, Jul 10, 2017 at 4:18 PM, Mike Kerner via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >> > Anyone else getting a persistent "linking for arm" erro

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
I was able to get the build to get further by switching the ios version to the latest one (10.3), but now I'm getting a codesigning failed, segmentation fault 11 error. Bug 20030. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
e terminal output if you type "xcode-select -p"? > > On Mon, Jul 10, 2017 at 5:46 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > I was able to get the build to get further by switching the ios version > to > > the latest one

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
ouble click on the profile you downloaded, > and Xcode will place it in /Users//Library/ > MobileDevice/Provisioning > Profiles/ > > Now, about the codesign issue itself, I will have a look at the bug report > later this week. > > @Richmond > Why moderately exciting, an

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
h [ sudo xcode-select -r ] in > > terminal and all works correctly now. This is with Xcode 8.3 installed in > > the default Applications folder. I haven’t tried updating Xcode to 8.3.3 > > just yet though! > > > > Paul > > > > > > > > > > &g

Re: [ANN] Release 8.1.6 RC-1

2017-07-12 Thread Mike Kerner via use-livecode
Configurable would be great, because that would be the start of having Macros, and having those macros be configurable, and having them be able to do things like using the hilited text to build a structure On Wed, Jul 12, 2017 at 5:01 AM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev

Re: iOS "Invalid Entitlements"

2017-07-13 Thread Mike Kerner via use-livecode
Trying to debug invalid entitlements, and I'm not seeing the problem. Compiles fine, codesigns fine. I don't run into an issue until installing on a physical device. I have checked the physical device's UDID to confirm that it is in the ProvisionedDevices section relevant output from codesign: ge

Re: Codesigning fail LC 8.1.5, Xocde 8.3.3

2017-07-13 Thread Mike Kerner via use-livecode
Bob, I have filed a bug report with Apple. Every time I go into XC 8.3.x, open the settings, and hit "Manage Certificates", it creates a new developer cert and a new distribution cert. On Thu, Jul 13, 2017 at 1:29 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: Codesigning fail LC 8.1.5, Xocde 8.3.3

2017-07-13 Thread Mike Kerner via use-livecode
I just got a reply from Apple. The drop-down list isn't for filtering, it's just so you can select which cert you wish to add, which was not clear to me. On Thu, Jul 13, 2017 at 2:04 PM, Mike Kerner wrote: > Bob, > I have filed a bug report with Apple. Every time I go into XC 8.3.x, open > the

Re: iOS "Invalid Entitlements"

2017-07-13 Thread Mike Kerner via use-livecode
annnd it looks like this might be a case of the issue being related to appID's being case sensitive. ugh. On Thu, Jul 13, 2017 at 12:47 PM, Mike Kerner wrote: > Trying to debug invalid entitlements, and I'm not seeing the problem. > Compiles fine, codesigns fine. I don't run into an issue

Re: Livecode on iPod

2017-07-16 Thread Mike Kerner via use-livecode
Yes, and good luck deploying to it. On Sun, Jul 16, 2017 at 3:25 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > UDID > > FFF "fake" > > ? > > But developer.apple.com device portal accepts them… > > ?? > > BR > > > > On 7/15/17, 4:24 PM, "use-livecode on behalf of Colin Holgate via

Re: iPad portrait size stack doesn't fit to display

2017-07-22 Thread Mike Kerner via use-livecode
sign on to my feature request/bug report from whenever it was. Also, Scott has a plugin called revNavigator that acts like the old HC positioning palette. It lets you move any open LC window around as you need to. On Sat, Jul 22, 2017 at 3:42 AM, Antti Ilola via use-livecode < use-livecode@lists

Re: How can I scrape text from a web page that is generated by javascript?

2017-07-24 Thread Mike Kerner via use-livecode
Roger, I use a chrome plugin called "Web Scraper", and then I process the CSV in LC - then again, I'm usually scraping many many many pages, and this automates the process. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: How can I scrape text from a web page that is generated by javascript?

2017-07-24 Thread Mike Kerner via use-livecode
2.168.1.87 and > it tells me it's not a valid URL!!! That is strike 3 for me when I > encounter that kind of problem. Even if I load the full url default page > for that device, then copy paste the URL it STILL tells me it's invalid. > > Bob S > > > > On Jul 24, 20

Re: How can I scrape text from a web page that is generated by javascript?

2017-07-24 Thread Mike Kerner via use-livecode
> grab. > > > > ~Roger > > > > On Mon, Jul 24, 2017 at 1:34 PM, Mike Kerner via use-livecode < > > use-livecode@lists.runrev.com> wrote: > > > >> Don't know what to tell you. I scrape a few hundred thousand pages at a > >> tim

Re: How can I scrape text from a web page that is generated by javascript?

2017-07-24 Thread Mike Kerner via use-livecode
to a CSV, then read the CSV into LC > and use the data. But how to automate the scraping and CSV saving at a > given interval, I'm not there yet. > > ~Roger > > > On Mon, Jul 24, 2017 at 4:53 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> w

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-26 Thread Mike Kerner via use-livecode
My perception is that the web experience is very close to a desktop-native experience, and the two are almost interchangable. Running an app in a browser feels and works almost the same as a native one does. However, once you get to mobile, the web app experience is nowhere on par. Even mobile w

Re: Mark in a kilt...

2017-08-02 Thread Mike Kerner via use-livecode
were they from north of the wall? On Tue, Aug 1, 2017 at 10:38 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I used to play marching drums in a Scottish bagpipe band. We were good > too. Won 1st place in the DC 4th of July parade once. We had excellent > instructors.

Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Mike Kerner via use-livecode
I don't know the first thing about Rethink, but have you thought about using odbc? On Fri, Aug 4, 2017 at 6:02 AM, Thierry Douez via use-livecode < use-livecode@lists.runrev.com> wrote: > 2017-08-03 17:00 GMT+02:00 Bob Sneidar: > > I poked around on their web site. > > What is the advantage of th

Re: Help needed with a nasty bug

2017-08-04 Thread Mike Kerner via use-livecode
Can we have more info on the configurations of the folks seeing this? Win version Machine config VM - Y/N, brand, version ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: How do you detect the necessary inclusions?

2017-08-07 Thread Mike Kerner via use-livecode
So in 8.1.6, if I have search selected, and then I do a build, and then I select manual, the auto-found ones are no longer selected? On Mon, Aug 7, 2017 at 7:53 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Thank you for clearifying! > Tiemo > > -Ursprünglic

Re: Sorting out the sheep from the goats

2017-08-07 Thread Mike Kerner via use-livecode
I think you have an error in your code samples. Your vowel set should be "aeiouandsometimesy" On Mon, Aug 7, 2017 at 1:56 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Tore and Mike. > > Richmond. > > > On 8/7/17 8:52 pm, Mike Bonner via use-livecode wr

Re: Script Editor Window being bl**dy-minded

2017-08-08 Thread Mike Kerner via use-livecode
blandy-minded? On Tue, Aug 8, 2017 at 8:45 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there an option for when you don't know its name and the stack is > completely off-screen? > > ~Roger > > On Tue, Aug 8, 2017 at 8:32 AM, panagiotis merakos via use-livecode <

Re: Need crash course in Dropbox library

2019-02-14 Thread Mike Kerner via use-livecode
sup pink? Are you using the LC dropbox library or the phx library? We can do this here or off-list. On Thu, Feb 14, 2019 at 9:12 AM pink via use-livecode < use-livecode@lists.runrev.com> wrote: > Sorry for asking like this, but I need a quick tutorial in using the > dropbox > library. I have an

Re: Need crash course in Dropbox library

2019-02-15 Thread Mike Kerner via use-livecode
Then I would suggest Grab Gerard's LC dropbox v2 goodies that are at https://github.com/macMikey/dropboxapi_v2 The LC dropbox library was "inspired by" Gerard's library. The command names are different, but I'm pretty sure it's one-to-one and I'm pretty sure the syntax is identical. Where it isn'

Re: Need crash course in Dropbox library

2019-02-15 Thread Mike Kerner via use-livecode
Hey, pink, thanks for the clarification. First of all, is there a reason why you are doing it this way instead of using dropboxUpload? If you use dropboxUpload you can do it all in one shot. Gerard's stack explains the process and how to use the various commands Doing it the way you are doing it,

Re: Need crash course in Dropbox library

2019-02-17 Thread Mike Kerner via use-livecode
Hey pink Yes, you are just going to put 150MB at a time into the pData parameter and ship it. I have not uploaded any binary files, just encoded text files, so you may have to fiddle with encoding to make sure you don't get into any trouble. You should be able to open/read the files using put url "

[off]sublimeText update

2019-03-13 Thread Mike Kerner via use-livecode
The new sublimeText update dropped this morning, and it's pretty sweet. It now has things like git status integration, which is very cool. It would be really cool if we could get better integration between external text editors and ST. The ST kluge works great for updating scripts live in LC, exce

Re: [off]sublimeText update

2019-03-13 Thread Mike Kerner via use-livecode
Tracker.md > > Thanks, > Brian > On Mar 13, 2019, 10:18 AM -0400, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > The new sublimeText update dropped this morning, and it's pretty sweet. > > It now has things like git status integrat

Re: [off]sublimeText update

2019-03-26 Thread Mike Kerner via use-livecode
26. Mar 2019, at 15:05, Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > On Tue, Mar 26, 2019 at 8:28 AM Ralf Bitter via use-livecode < > > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> > wrote

LC-based OSS Document Managment System Looking For Love

2019-03-31 Thread Mike Kerner via use-livecode
Scanhammer someday hopes to be an LC-based OSS document management system. It needs love and attention, so if you might be interested in contributing, have a look: https://github.com/macMikey/scanhammer I wrote it on top of Levure, XPDF, and the fileBrowser dataViewTree. Ideas and issues: https:/

Re: Levure Dataview Question

2019-03-31 Thread Mike Kerner via use-livecode
You might want to open an issue at https://github.com/trevordevore/levurehelper-dataview/issues On Sat, Mar 30, 2019 at 7:24 AM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes would be good to know. I've seen demos of drag- reordering, and > scripted a few experiments

Re: [ANN] bnGuides has been updated

2019-03-31 Thread Mike Kerner via use-livecode
Bernd needs his own submenu in LC. On Thu, Mar 28, 2019 at 5:57 PM Niggemann, Bernd via use-livecode < use-livecode@lists.runrev.com> wrote: > bnGuides a tool to visually aid in alignment of controls has been updated > to version 0.5.0 > > if fixes some instances where bnGuides did not delete tem

Re: Is Anyone using the XPDFViewer?

2019-05-05 Thread Mike Kerner via use-livecode
Matthais, I'm using xpdf, and I have a couple repos with it working. https://github.com/macMikey/xpdf https://github.com/macMikey/scanhammer On Fri, May 3, 2019 at 3:50 PM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Paul, > > for whatever reason it still does

file id/hash

2019-05-15 Thread Mike Kerner via use-livecode
I thought I read something about being able to grab and search on the hash/id of a file. That would certainly be useful for those times where you move a file somewhere and then forget where you put it, and you can't remember the name. -- On the first day, God created the heavens and the Earth On

pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
anyone messing with the pdf widget, yet? Any thoughts about using it vs. xpdf? -- 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 a few hours, and did a little diving. And God said, "This is g

Re: pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
eninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Mike Kerner via use-livecode > Sent: Monday, June 10, 2019 12:03 PM > To: How to use LiveCode > Cc: Mike Kerner > Subject: pdf widget initial thangers &

[ANN]CRON - a library for Levure

2019-06-12 Thread Mike Kerner via use-livecode
Calling all Levurithans and anyone who wants to break some code: Mikey's CRON library is now up on Github. This version is intended for use with Levure projects. CRON allows you to schedule tasks for LC to execute. We use it to regularly update mobile devices, inventory spreadsheets, and ERP so

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-03 Thread Mike Kerner via use-livecode
We had the same problem with our Norton installs having issues with our LC-built apps, even when installing an update to the same app. We never were able to fix it, even with code signing. We still had to go into Norton, find the quarrantine, and whitelist the app. Switching AV was our solution,

Re: Any recommendation which GitHub client to use for Livecode contributions?

2019-08-11 Thread Mike Kerner via use-livecode
I am a big fan of gitKraken. On Thu, Aug 8, 2019 at 4:30 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/8/19 10:50 AM, Matthias Rebbe via use-livecode wrote: > > Okay, 3 in a row for Sourcetree, so i think i will use it, too. > > I'm a commandline kinda guy, so the

Re: Hactoberfest is coming...

2019-08-31 Thread Mike Kerner via use-livecode
OK, Mikey's 100% unofficial livecode hacktoberfest idea exchange repo is now live. https://macmikey.github.io/lc-hacktoberfest/ On Fri, Aug 30, 2019 at 11:22 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, very good idea. I got my first shirt last year. > > Thank

Re: Hactoberfest is coming...

2019-09-01 Thread Mike Kerner via use-livecode
ommit and issue a pull request back. On Sat, Aug 31, 2019 at 5:47 PM Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: > Good work, thanks Mikey. > > Sean Cole > Pi Digital Prod Ltd > > > On 31 Aug 2019, at 22:27, Mike Kerner via use-livecode < >

Re: Maintenance forever?

2019-09-01 Thread Mike Kerner via use-livecode
Ugh. I feel your pain on the RAID failure. We had one fail on our primary ERP server about a month ago when a drive controller bit it. The corruption then propogated to the rest of the array. The machine first locked up then was unbootable. About five hours later the team gave up on the transa

Re: Hactoberfest is coming...

2019-09-25 Thread Mike Kerner via use-livecode
The Hacktoberfest registration is now open: https://hacktoberfest.digitalocean.com Get registered and then between October 1, and 31, make 3 pull requests to projects housed on GitHub, and ge

Re: Hactoberfest is coming...

2019-09-26 Thread Mike Kerner via use-livecode
ds which are enough for now). > > Sean Cole > Pi Digital Prod Ltd > > > On 25 Sep 2019, at 21:05, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > The Hacktoberfest registration is now open: > > https://hacktoberfest.digitaloc

Re: Hactoberfest is coming...

2019-09-27 Thread Mike Kerner via use-livecode
e between October 1 and October 31. > > There are no links I can find to sign up to the fest yet, just a few links > to github which will ask you to sign in/up when it loads. > > Sean Cole > Pi Digital Prod Ltd > > > On 26 Sep 2019, at 21:47, Mike Kerner via use-livecode

Re: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
gt; use-livecode@lists.runrev.com> wrote: >> >> >> >> Correction. You can only begin registering from 1st October according >> to >> >> the site. >> >> >> >> I’m going to be submitting a bunch of fixes and updates for HTML5

Re: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
alesPersons is script local variable that I populate with the > salespersons on openField. filterOptions returns a list matching > salespersons LIKE %%. listOptions > populates the popup field so the user can select one of the filtered > salespersons. > > HTH > > Bob S >

Re: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
LOL, sorry, not a list field, a list of ideas. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: ...and Livecode... where are we now?

2019-10-03 Thread Mike Kerner via use-livecode
poor comms don't make this better. one good thing about LCG was that we had bi-monthly updates. this year, no comms. i am less hopeful that the influx of new revenue will matter in the medium term, because most of the effort will be on the requests that are tied to the new revenue. every time thi

Re: Give a bug a hug

2019-10-07 Thread Mike Kerner via use-livecode
there isn't any reason why bug bounties have to all go to the mothership. you're (for lack of a better word) kickstarting a bug fix. it's a bounty. it should go to the person who delivers the fix, the bounty hunter. ___ use-livecode mailing list use-live

Re: Give a bug a hug

2019-10-07 Thread Mike Kerner via use-livecode
Huh? I'm suggesting that this be taken the direction of a bounty. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listi

Re: Give a bug a hug

2019-10-08 Thread Mike Kerner via use-livecode
i am so not being clear about this. i hate it when no one else understands what i'm not saying. i am not proposing a system that is either administered by LC or where LC is involved in the work. what i am proposing is that all of us control this process. it's our money, right? We propose the bo

Re: Give a bug a hug

2019-10-10 Thread Mike Kerner via use-livecode
wow, i managed to mute this conversation. fail. @paul, that's exactly why we ponied up, too, as an insurance policy. we have been burned by numerous organizations either abandoning their software work product or disappearing. thankfully, for most of our mission-critical stuff, we have, own, and

Re: Give a bug a hug

2019-10-11 Thread Mike Kerner via use-livecode
agree On Fri, Oct 11, 2019 at 3:15 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > This is a wonderful project. > > Should be limited to bugs that are NOT regressions. > And instead extended by feature requests. > > ___ > use-livecode m

xpaj-gen infection?

2019-11-21 Thread Mike Kerner via use-livecode
i decided to try out avast for mac, and almost immediately i got a message that one of our compiled LC windoze apps is infected with xpaj-gen. I don't see this topic mentioned anywhere. Sophos didn't ever see anything, and neither did Norton. So maybe it's a false positive, and maybe it's someth

Re: iOS Dropbox access

2019-12-02 Thread Mike Kerner via use-livecode
why not use the dropbox library? On Wed, Nov 27, 2019 at 3:08 PM Marty Knapp via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a desktop app that reads data from a text file in Dropbox. I want > to create an iOS app that can also read (but not write) the same text file. > I've ins

google sheets - anybody doing anything besides mergGoogle

2020-03-04 Thread Mike Kerner via use-livecode
is anyone using anything besides mergGoogle to work with google sheets? care to share, if you are? -- 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 a few hours, and did a little diving. And G

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Mike Kerner via use-livecode
@Kaveh what are you using to connect to it? are you using the sheets api or something else? On Thu, Mar 5, 2020 at 2:34 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Bob Sneidar wrote: > > And again, I must caution that any local folders set to sync with a > > ne

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Mike Kerner via use-livecode
lot of work to get unicode imported properly. Somehow > got it to work. :-) > > On Thu, 5 Mar 2020 at 19:58, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > @Kaveh > > what are you using to connect to it? are you using the sheets api or

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-06 Thread Mike Kerner via use-livecode
at it would become a thing, and it would get updated as required, but crap happens). On Thu, Mar 5, 2020 at 6:04 PM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > On 04/03/2020 20:37, Mike Kerner via use-livecode wrote: > > is anyone using anything besides mer

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-08 Thread Mike Kerner via use-livecode
7;ll try to pull something together, but please promise not to judge me... > > Ben > > On 06/03/2020 15:13, Mike Kerner via use-livecode wrote: > > Ben, > > would you send me what you've got? I was considering paying someone to > > wrap the entire v4 api and dro

<    6   7   8   9   10   11   12   >