Re: Basic question about behaviors

2020-08-25 Thread Mike Kerner via use-livecode
i like "this me" less and less every time i read it. On Mon, Aug 24, 2020 at 11:30 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Wouldn’t it just be “me”? And “this me” should be the behavior object. > > Sent from my iPhone > > > On Aug 24, 2020, at 11:19 PM,

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread Mike Kerner via use-livecode
this has always been a problem with multiple development tools, at least for as long as I can remember x-platform development tools and WYSIWYG being a thing, so Win 95, and MacOS 6 or 7 (uh...7?). I agree it would be great if LC would try harder, since the goal is to make the developer's life

Re: Google API Oauth - refresh tokens?

2020-08-03 Thread Mike Kerner via use-livecode
I'm pretty sure that refresh tokens are used with service accounts (the account has its own authorization so that it can do things, but it does not have its own storage or documents). Authentication is more involved, including, for instance, generating a JWT which has to be built and sent to

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-07-21 Thread Mike Kerner via use-livecode
nces which suggest that, but they date back to last year, and I > believe > > I've used this stack in January. (I also tried using LC 9.0.4 with the > same > > result.) > > > > I will try to get back to this. In the meantime, have you - or anyone - > found > > issue

Re: iOS - open next field?

2020-07-01 Thread Mike Kerner via use-livecode
oh, wait, I thought you meant the return key, or in your photo, the "go", key. nothing to see here, move along, move along. On Wed, Jul 1, 2020 at 10:40 AM Mike Kerner wrote: > yep. > use the on inputReturnKey event > then mobileControlTarget() to get the current field > You need to know what

Re: iOS - open next field?

2020-07-01 Thread Mike Kerner via use-livecode
yep. use the on inputReturnKey event then mobileControlTarget() to get the current field You need to know what the next field is to get the focus, then you use use mobileControlDo (next object),"focus" I generally have a handler in the card to do this, and I also generally have a list of the

Re: stacks panel in standalone application settings disabled

2020-06-24 Thread Mike Kerner via use-livecode
what's really weird is even if you turn on the other platforms, it stays disabled. On Wed, Jun 24, 2020 at 2:47 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/24/20 7:26 AM, Mike Kerner via use-livecode wrote: > > why would it be disabled in

Re: datagrid delay hilite

2020-06-24 Thread Mike Kerner via use-livecode
ntentionally is > iOS only. What is the solution for Android? > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf >

Re: datagrid delay hilite

2020-06-24 Thread Mike Kerner via use-livecode
nm, the datagrid library uses mobileControlSet sScrollerId, "delayTouches", "false" instead of true. bug report issued. On Tue, Jun 23, 2020 at 5:30 PM Mike Kerner wrote: > i just put a new dg in a mobile app (was using the mergDGScroller before), > and noticed that the auto-hilite is very

Re: stacks panel in standalone application settings disabled

2020-06-24 Thread Mike Kerner via use-livecode
ce but it works. > > On 6/23/20 4:11 PM, Mike Kerner via use-livecode wrote: > > uh, isn't that a problem if you have behaviors included and you need to > add > > or remove some? > > > > On Tue, Jun 23, 2020 at 4:57 PM J. Landman Gay via use-livecode < > > use-live

datagrid delay hilite

2020-06-23 Thread Mike Kerner via use-livecode
i just put a new dg in a mobile app (was using the mergDGScroller before), and noticed that the auto-hilite is very fast, like so fast that the dg selects the row instead of recognizing that what you're really trying to do is scroll. has anyone resolved that? -- On the first day, God created the

Re: stacks panel in standalone application settings disabled

2020-06-23 Thread Mike Kerner via use-livecode
uh, isn't that a problem if you have behaviors included and you need to add or remove some? On Tue, Jun 23, 2020 at 4:57 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/23/20 2:34 PM, Mike Kerner via use-livecode wrote: > > why would everythin

stacks panel in standalone application settings disabled

2020-06-23 Thread Mike Kerner via use-livecode
why would everything on the stacks panel of the standalone application settings be disabled? -- 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

SHA256withRSA

2020-06-16 Thread Mike Kerner via use-livecode
how about SHA256withRSA - anyone have an lc script? -- 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 good."

Re: base64urlencode

2020-06-16 Thread Mike Kerner via use-livecode
you sure? there is a difference in padding, as well, it seems. On Tue, Jun 16, 2020 at 12:44 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/16/20 9:24 AM, Mike Kerner via use-livecode wrote: > > does anyone have a routine to do base64url

base64urlencode

2020-06-16 Thread Mike Kerner via use-livecode
does anyone have a routine to do base64urlencoding? it's not the same as base64encoding or urlencoding. -- 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

Re: ADA Compliency

2020-05-28 Thread Mike Kerner via use-livecode
Oh gawd, I had an ancient college sweaty OMG FINALS panic attack, because I thought you wrote Ada, not ADA. On Tue, May 26, 2020 at 6:57 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone done anything in regards to ADA compliancy in mobile apps built > with

Re: lc vs macos vs xc vs ios table

2020-05-26 Thread Mike Kerner via use-livecode
here's an interesting note for me the next time I'm in a panic over an annual build: XC prior to 11 won't run on catalina (maybe 10 will, so maybe pretend I said "10" back there). On your machine, you'll see the circle-slash through the icon for xcode 9.x, which means apps that you built with LC

Re: ANN: glx2 script editor 4.1

2020-05-25 Thread Mike Kerner via use-livecode
thanks, mark. On Thu, May 21, 2020 at 11:31 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > I have moved the repository from bitbucket to github because reasons. > > This is the latest build. It's now at glx2ScriptEditor version 4.1. > Release notes and a documentation

lc vs macos vs xc vs ios table

2020-05-20 Thread Mike Kerner via use-livecode
do we have a table somewhere on which versions can be connected? i just tried to rebuild one of our apps for the annual app-build-of-doom, and discovered that: i can't seem to build for ios 9.3.5 (some older ipads), because i need to run xcode 11 on catalina. on 9.3.5 the app flashes white and

Re: [ANN] Release 9.6.0 RC-2

2020-05-20 Thread Mike Kerner via use-livecode
if i do a build for ios, the build number is what shows in xcode as the "version", and the "version" does not appear anywhere. On Wed, May 20, 2020 at 11:43 AM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear list members, > > We are pleased to announce the

mergGoogle source OSS'd

2020-05-12 Thread Mike Kerner via use-livecode
LC has decided to deprecate mergGoogle, which is disappointing since my company uses it hourly to generate reports from our ERP system that our customers can use to check up on you-name-it. However, LC also generously agreed to OSS it, so here it is. https://github.com/macMikey/merggoogle -- On

Re: Best relational database for IOS / Android

2020-04-29 Thread Mike Kerner via use-livecode
do you mean for c/s? if it's client-only, then sqlite and mysql are perfectly integrated into lc for ios. On Wed, Apr 29, 2020 at 9:55 AM Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Good morning, > > In your opinion, what is the best relational database to use for an

Re: Which git service suits a LiveCoder best?

2020-04-28 Thread Mike Kerner via use-livecode
I wouldn't say it's using levure as intended. trevor, in his videos, anyway, does not export every script to an SOS, only ones that are a certain length. if you do it that way, then scriptTracker could be valuable. I choose to put every script in SOS's, so scriptTracker isn't particularly useful

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Mike Kerner via use-livecode
github. pricing is getting better, especially in the last month, to compete with gitlab. we have projects in both github and gitlab (and I guess one person is messing with Azure, or whatever M$'s other git thang is), but people seem to be using github more. gitkraken is the most popular gui our

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread Mike Kerner via use-livecode
it really has been, by multiple people, over multiple years. i'm not going to repeat myself, or them. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread Mike Kerner via use-livecode
interesting. i didn't realize the oauth routines were in an lcs library. it's only 423 lines, and a lot of that is documentation. On Thu, Mar 12, 2020 at 4:08 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I have another type of slowdown on Win 10 that I can't get an

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread Mike Kerner via use-livecode
i'm kind-of annoyed. i have spent enough of my company's funds and my personal time doing lc sessions for beginners. the two years before the lc global sessions, we had a similar level of communication from hq as we do now. there is a difference between complaining and flameing badgering over

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread Mike Kerner via use-livecode
monte has previously said that merggoogle is using a c-library. the "need" for merggoogle is to not rewrite the existing code and/or write a new library from scratch. otherwise i wouldn't need to issue an rfq to have someone write a library. i could have it done for free. or i would be overrun

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread Mike Kerner via use-livecode
sult.) > > I will try to get back to this. In the meantime, have you - or anyone - > found > issues recently with OAuth2, in particular against any of the Google APIs? > > Ben > > > On 08/03/2020 22:22, Mike Kerner via use-livecode wrote: > > it might help us get

[rfq]implement google sheets rest api

2020-03-11 Thread Mike Kerner via use-livecode
we're looking for someone to quote implementing the google sheets rest api to replace mergGoogle (and extend features since the rest API is more extensive than mergGoogle) https://developers.google.com/sheets/api/reference/rest I was thinking of taking the nice work monte did on the lc dropbox

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-08 Thread Mike Kerner via use-livecode
, 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 dropping mergGoogle, so any head start

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-06 Thread Mike Kerner via use-livecode
that 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-05 Thread Mike Kerner via use-livecode
f 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-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 > >

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

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

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

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

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

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:

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

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

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: Hactoberfest is coming...

2019-10-01 Thread Mike Kerner via use-livecode
ersons 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
e@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-09-27 Thread Mike Kerner via use-livecode
tober 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-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.dig

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

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

Re: Hactoberfest is coming...

2019-09-01 Thread Mike Kerner via use-livecode
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 < > use

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

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

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,

[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

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 &

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

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

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

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

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

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:

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

Re: [off]sublimeText update

2019-03-13 Thread Mike Kerner via use-livecode
files. The ST plugin works by > sending messages to a server process running in the IDE. > > forums.livecode.com/viewtopic.php?f=77=31079 > github.com/bwmilby/lc-misc/tree/master/ScriptTracker > github.com/bwmilby/lc-misc/blob/master/ScriptTracker/ScriptTracker.md > > Thanks, > Bria

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

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

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

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: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Mike Kerner via use-livecode
Trap inside the preopencard handler. LC fails silently in built applications, so if some code or routine that is either directly or indirectly triggered by the preopencard handler fails, the handler will just stop executing. You might be able to find out what's going on with the mobile debugger,

Re: Can We Position the Label/Name of a Button

2018-12-04 Thread Mike Kerner via use-livecode
have you tried setting the textAlign? On Tue, Dec 4, 2018 at 3:02 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > See: > > http://wiki.hindu.org/screenshots/button-label-center.png > > Syntax > set the iconGravity of button to position > Summary >

Re: glo webhooks

2018-12-03 Thread Mike Kerner via use-livecode
> for the rest of us” origins. For this reason it is becoming hard to be > productive in LC just using common sense and programming experience. > > But I guess this is a rant, so I will stop. > > Graham > > > On 3 Dec 2018, at 16:23, Mike Kerner via use-livecode < > u

Re: glo webhooks

2018-12-03 Thread Mike Kerner via use-livecode
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 use-liv

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

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-29 Thread Mike Kerner via use-livecode
@tom Yeah, that was a nifty demonstration of how to get around single-threadedness, especially after Mark and I had been talking about that very topic for a week or so. I was thinking that it would be cool to attach various LC externals and libraries to make a robust way to implement some better

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Mike Kerner via use-livecode
potentially useful for a couple of > lightweight activities I’d like to have ticking-over in the background on > my LC Server, pending page visits. > Best, > Keith > > > On 28 Nov 2018, at 17:30, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > &g

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Mike Kerner via use-livecode
In the meantime, there are two commands to have a look at if you want to have a crack at rolling your own send and do send "doSomething" to me in 60 seconds then there is a way to see if you're interrupting an asynchronous activity pendingMessages On Wed, Nov 28, 2018 at 12:02 PM Mike Kerner

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Mike Kerner via use-livecode
LC is single-threaded so CRON is a little tricky. I have code that works with those limitations. I suppose I should repo it. Some day I might even get the secondary process part working. On Wed, Nov 28, 2018 at 11:15 AM Keith Clarke via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: directory tree view

2018-11-16 Thread Mike Kerner via use-livecode
Yep, some more testing shows that it was a bug in my test code that was leading me to believe that the widget object code was embedded in the stack. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: directory tree view

2018-11-16 Thread Mike Kerner via use-livecode
of 9. >> >> Thanks, >> Brian >> On Nov 16, 2018, 9:06 AM -0600, Mike Kerner via use-livecode < >> use-livecode@lists.runrev.com>, wrote: >> > Brian, >> > The widgets are backward-compatible, right? I can include the new >> version >>

Re: directory tree view

2018-11-16 Thread Mike Kerner via use-livecode
> release of 9. > > Thanks, > Brian > On Nov 16, 2018, 9:06 AM -0600, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > Brian, > > The widgets are backward-compatible, right? I can include the new version > > of t

Re: directory tree view

2018-11-16 Thread Mike Kerner via use-livecode
Brian, The widgets are backward-compatible, right? I can include the new version of the widget and it will work in any version of 8 or 9? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Reading data from Google Sheets

2018-11-15 Thread Mike Kerner via use-livecode
why aren't you using merggoogle again? It has issues but it would be easier to get going. On Thu, Nov 15, 2018 at 3:06 PM JJS via use-livecode < use-livecode@lists.runrev.com> wrote: > i used this 3 years ago, found some examples and altered it a bit, still > works ok. > > we used this to find

directory tree view

2018-11-15 Thread Mike Kerner via use-livecode
I fought through the various tree view issues and got it to build a directory list that's kind-of functional. Please break and report issues on the repo. https://github.com/macMikey/directoryTreeView -- On the first day, God created the heavens and the Earth On the second day, God created the

Re: NSURLErrorDomain error -999

2018-11-14 Thread Mike Kerner via use-livecode
however since it's macos i'm sure it's similar to ios. I'll stick a try/catch in. It's weird because the file that it's complaining about isn't even one that's being loaded. On Wed, Nov 14, 2018 at 11:20 AM Mike Kerner wrote: > mac not ios > > On Wed, Nov 14, 2018 at 10:23 AM panagiotis

Re: NSURLErrorDomain error -999

2018-11-14 Thread Mike Kerner via use-livecode
mac not ios On Wed, Nov 14, 2018 at 10:23 AM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Do you see this on the (mobileControlCreate) iOS browser? > > I think you can just ignore it. > > https://quality.livecode.com/show_bug.cgi?id=12575 > > Best, > Panos > -- >

NSURLErrorDomain error -999

2018-11-14 Thread Mike Kerner via use-livecode
Any idea what the error means, before I fire up the sniffer? -- 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 good."

Re: Reading data from Google Sheets

2018-11-14 Thread Mike Kerner via use-livecode
There's also the mergGoogle external. On Wed, Nov 14, 2018 at 12:37 AM Kaveh Bazargan via use-livecode < use-livecode@lists.runrev.com> wrote: > Thank you so much to both. And Andre, if you could write a blog post for > every question I have it would help me a lot. ;-) > > Actually I think I had

Re: tree view hide key

2018-11-02 Thread Mike Kerner via use-livecode
the entire tree (optionally > > > setting the arrayData at the same time) > > > - MouseUp no longer registers as a click when the MouseDown was on a > > > different row > > > > > > I don't see anything else in the QCC for the Tree Widget that I can > &g

Re: Tab between fields on mobile device

2018-11-01 Thread Mike Kerner via use-livecode
Instead of using tab we use enterkey, that way both hardware and on-screen keyboards work. On Thu, Nov 1, 2018 at 9:42 AM Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > I'm trying to tab from field to field in a mobile app when pressing > the TAB key on a bluetooth

Re: tree view hide key

2018-10-31 Thread Mike Kerner via use-livecode
I was thinking about using it for a directory view. It seemed like a natural fit - nodes are subdirectories and leaves are files. You can't just limit the hiliteChanged event to leaves, so you have to be able to determine if the user clicked on a leaf or a node, and if it's a node behave

Re: tree view hide key

2018-10-31 Thread Mike Kerner via use-livecode
see anything else in the QCC for the Tree Widget that I can address > at the moment. > > Thanks, > Brian > > On Tue, Oct 30, 2018 at 5:08 PM Bob Sneidar via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Yeah I really tried to like the tree view

tree view hide key

2018-10-30 Thread Mike Kerner via use-livecode
In tree view can you hide the keys of the array? I was messing with using it to display directory and subdirectory contents, but it seems that you have to display the key, which makes some other things more difficult. ___ use-livecode mailing list

Re: ?Make Docset? updated to 3.1, DASH docset for LC now at 1.7.1

2018-10-29 Thread Mike Kerner via use-livecode
I'm going to wait on both until later today and see if they auto-update. The ipad auto-updated for me on Saturday. On Sat, Oct 27, 2018 at 10:27 PM James Hale via use-livecode < use-livecode@lists.runrev.com> wrote: > From Mike > > First of all, thanks a lot for doing this. Dash is now my

Re: “Make Docset” updated to 3.1, DASH docset for LC now at 1.7.1

2018-10-27 Thread Mike Kerner via use-livecode
ecode wrote: >> > Hi Mike, >> > >> > You have to chose the user contributed docs and do a check for updates. >> I did it yesterday. Mine is also set on auto update but it seems to only >> work on the main docset. >> > >> > Best Re

Re: “Make Docset” updated to 3.1, DASH docset for LC now at 1.7.1

2018-10-27 Thread Mike Kerner via use-livecode
main docset. > > > > Best Regards, > > Ron > > > >> On Oct 27, 2018, at 6:45 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> > >> First of all, thanks a lot for doing this. Dash is now my default way > to >

Re: “Make Docset” updated to 3.1, DASH docset for LC now at 1.7.1

2018-10-27 Thread Mike Kerner via use-livecode
First of all, thanks a lot for doing this. Dash is now my default way to access the docs, on both my ipad and mac. I love it. Second, I have auto-updates turned on for both platforms, but they both show the LC docs at 1.6.1 ___ use-livecode mailing

Re: [off]Hactoberfest

2018-10-26 Thread Mike Kerner via use-livecode
FIVE DAYS Y'ALL! I got my five pull requests in, and just confirmed my t-shirt. On Tue, Oct 23, 2018 at 8:01 AM Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Fri, Oct 19, 2018 at 9:54 AM Trevor DeVore > wrote: > > > I've added another screencast that shows how to

Re: [off]Hactoberfest

2018-10-19 Thread Mike Kerner via use-livecode
Something to remember, everyone, is even if you have no idea what you're doing, you probably can still help. Fixing something in docs is a great way to start. • There are a bunch of LC-related projects on GitHub. You can do something for ANY of them. Me? I've been working on Trevor's Levure

<    1   2   3   4   5   6   7   8   9   10   >