gather windows

2018-03-27 Thread Mike Kerner via use-livecode
didn't someone write a stack for gathering all windows after a multi-monitor fiasco? -- 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,

Re: 9.0.0 RC-1 Hard crash still persists + New problem

2018-03-16 Thread Mike Kerner via use-livecode
I've got a completely different weird issue. On one machine all's well and everything seems happy (2017 MBP) On another (2011 mini), when I open LC, I get a weird grey/black box in the top left corner of the screen that almost looks like a mini version of the LC splash screen (but is so compressed

Issues with storage of data in stack

2018-03-07 Thread Mike Kerner via use-livecode
I'm working on a session for next week's LCG. We are all working on fun super-advanced pushing-the-envelope things in LC, but I wanted to do something for the beginners who are watching LCG, and handling data seemed like an obvious choice. I have to admit, I haven't stored data in a stack in a

Re: Password Checker

2018-02-27 Thread Mike Kerner via use-livecode
Troy is a beast in the security community, so I would not be too worried about him doing something nefarious. He is constantly working with white hats and blue teams to get on top of issues as soon as there is even a peep on the dark web. On Tue, Feb 27, 2018 at 12:57 PM, J. Landman Gay via

Re: Question about the result

2018-02-26 Thread Mike Kerner via use-livecode
It would be nice if we had more consistent locations to check for feedback, without special cases and provisos. For example, returning a value from a function and a command (forget "for value" and "for error") populate it or the result depending on whether we are using a command or a function.

Re: A little Levure-oriented question

2018-02-22 Thread Mike Kerner via use-livecode
The ST integration is one of the things that is really slick about Levure. Atom is a more polished editor, but you can configure ST to send a packet to LC when you save an SOS. Levure projects open a socket to listen for that signal, and when it receives the signal, reloads the script you just

Re: A little Levure-oriented question

2018-02-21 Thread Mike Kerner via use-livecode
Graham, You don't need universal code to make this happen. What Trevor was talking about yesterday was that he likes using universal handlers in card scripts (or card behaviors in this case). For your example all you have to do is take the script of the big green button, make it a SOS, and

Re: A little Levure-oriented question

2018-02-21 Thread Mike Kerner via use-livecode
"me" in a behavior script is the calling object. ___ 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: A little Levure-oriented question

2018-02-21 Thread Mike Kerner via use-livecode
rit that it’s better for version control, doesn’t > it? Or am I seeing it all wrong? > > Graham > > > On 21 Feb 2018, at 01:04, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > You can move as much or as little as you like. I pref

Re: A little Levure-oriented question

2018-02-20 Thread Mike Kerner via use-livecode
AFA the password protection goes, the traditional stack is only required when you _distribute_ the app. You do not need to store it that way. When you build a Levure app, it automatically creates a binary stack, installs the code, and password protects it. You get the best of both worlds: On

Re: A little Levure-oriented question

2018-02-20 Thread Mike Kerner via use-livecode
You can move as much or as little as you like. I prefer to move everything and use an external text editor whenever I want to edit code. The .rev or .livecode stack file for me, then has multiple cards with the layouts and the objects, but no code in it. I also have taken to removing all

Re: Levure update 0.9.5

2018-02-20 Thread Mike Kerner via use-livecode
I'm interested in hearing more about other people who are thinking about moving existing projects over. I've moved several small ones over (and built a couple from scratch), and have been thinking about moving my bigger ones. I'm not sure how much work it's going to be to rewrite anything,

Re: Levure update 0.9.5

2018-02-20 Thread Mike Kerner via use-livecode
do. > > I don’t know what I’ll do about Levure in the future. Perhaps I should > just admit defeat. > > Cheers > > Graham > > (My mood is influenced no doubt by hideously wet and cold weather in the > South of France… will I ever get back on my bike?) > > > On

Re: Levure update 0.9.5

2018-02-19 Thread Mike Kerner via use-livecode
hen to set aside time to consider all of > > the questions people may be having and try to proactively create docs. > > Unfortunately my time for extracurricular projects has been very limited > as > > of late. > > > > — > > Trevor DeVore > > ScreenSte

Re: Levure update 0.9.5

2018-02-19 Thread Mike Kerner via use-livecode
e time to consider all of > the questions people may be having and try to proactively create docs. > Unfortunately my time for extracurricular projects has been very limited as > of late. > > — > Trevor DeVore > ScreenSteps > > On Mon, Feb 19, 2018 at 9:37 AM

Re: Levure update 0.9.5

2018-02-19 Thread Mike Kerner via use-livecode
And wait, don't you have a Documentation Doughboy? On Mon, Feb 19, 2018 at 10:37 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > Then you have to throw these things out more often so the bread-and-butter > cult can do your bidding, my crusty master > > On Mon, Feb 19

Re: Levure update 0.9.5

2018-02-19 Thread Mike Kerner via use-livecode
Then you have to throw these things out more often so the bread-and-butter cult can do your bidding, my crusty master On Mon, Feb 19, 2018 at 10:25 AM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Mon, Feb 19, 2018 at 8:53 AM Mike Kerner via use-livecod

Re: Levure update 0.9.5

2018-02-19 Thread Mike Kerner via use-livecode
> > > Graham > > (A very old coder, who in his twilight years is trying to stick purely to > > LC rather than try to recycle his misspent youth, where several now > extinct > > low- and high-level languages had to be mastered). > > > > > On 16 Feb 2018,

LC TouchBar Macros

2018-02-15 Thread Mike Kerner via use-livecode
Has anyone designed any LC macros for the touchbar or any special trackpad gestures? -- 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

Re: Levure update 0.9.5

2018-02-15 Thread Mike Kerner via use-livecode
Check the wiki instead of the readme.md. The documentation is extensive. https://github.com/trevordevore/levure/wiki ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [ANN] Release 8.1.9

2018-02-09 Thread Mike Kerner via use-livecode
I like it when 24 hours go by and there are no replies. On Thu, Feb 8, 2018 at 9:50 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.9 Stable. By > "Stable", we mean that no reported

Re: SE: restore default handlers?

2018-02-07 Thread Mike Kerner via use-livecode
@Bob are you sure that's true? I seem to recall being able to accidentally reopen the db over and over without an error. I can't remember if the dbid increments when I do this, but I think it does. On Wed, Feb 7, 2018 at 11:04 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com>

Re: uh oh. Have to reactivate every LC and the activation server is down?

2018-02-05 Thread Mike Kerner via use-livecode
well that worked On Mon, Feb 5, 2018 at 6:04 PM, Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Before I’ve heard that you can disconnect internet to launch. Once running, > you can turn the internet connection back on. > On Mon, Feb 5, 2018 at 5:02 PM Mike

uh oh. Have to reactivate every LC and the activation server is down?

2018-02-05 Thread Mike Kerner via use-livecode
Something bad happened. I can't seem to get any copy of LC of any version to just launch. All of them want to be activated, and the activation server doesn't like me, either. Anyone else? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On

Re: Navigator update: better conversion to behaviors, better property editing, better version control, and send to private commands

2018-01-31 Thread Mike Kerner via use-livecode
I love it when someone else solves a problem I've been thinking about attacking. I get a lot more gaming in that way :-) On Wed, Jan 31, 2018 at 5:56 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > I updated the 5.1 alpha of Navigator. You can download Navigator 5

Re: making DG2 usable

2018-01-31 Thread Mike Kerner via use-livecode
..? I would love to see that. > > > On Jan 31, 2018, at 12:07 PM, Richard Gaskin via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Mike Kerner wrote: > > > > > > On 31 Jan 2018, at 2:07 pm, Richard Gaskin wrote: > > > >

Re: making DG2 usable

2018-01-31 Thread Mike Kerner via use-livecode
@Richard have you tried Bernd's modTableField as an alternative? I'm deploying it in my second project, and it's pretty darn cool. And fast. On Tue, Jan 30, 2018 at 10:18 PM, Mike Kerner <mikeker...@roadrunner.com> wrote: > So is that an RC1 thing or a 9.1 thing? > > On Tue, Jan

Re: making DG2 usable

2018-01-30 Thread Mike Kerner via use-livecode
So is that an RC1 thing or a 9.1 thing? On Tue, Jan 30, 2018 at 10:13 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > On 31 Jan 2018, at 2:07 pm, Richard Gaskin via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Good to hear about anything that

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-30 Thread Mike Kerner via use-livecode
I forgot that Gerard has a repo up, now. It's at https://github.com/gmcrev/DropBoxAPI2livecode. Grab that. There's a button for documentation or something like that at the top. That takes you to a second card that describes what you have to do. I am not aware of any code that completely

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Mike Kerner via use-livecode
or if it's in 9 DP11 Attach this as a substack. The error reporting will be more descriptive: https://github.com/macMikey/LCDropboxLibrary On Mon, Jan 29, 2018 at 2:39 PM, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > > Am 29.01.2018 um

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Mike Kerner via use-livecode
What specifically would you like to know, Klaus? use dropboxUpload to do an upload. Check out Gerard's Dropbox API v2 stack for a stack you can use to play so you can understand what's going on. I don't think he has his own repo, so you can download it from mine:

Re: Reloading script-only stacks

2018-01-29 Thread Mike Kerner via use-livecode
oooh. I didn't think of doing that with git... On Sun, Jan 28, 2018 at 6:13 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > It’s always going to be safest to close LiveCode, checkout a different > branch and then reopen LiveCode but just like people setup stuff so

Re: regex deconstructor

2018-01-29 Thread Mike Kerner via use-livecode
ot sure that is possible with this. > On Mon, Jan 29, 2018 at 8:48 AM Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > It's also not clear from the documentation what triggers the current line > > to unindent. If you are typing "end repeat" fo

Re: regex deconstructor

2018-01-29 Thread Mike Kerner via use-livecode
It's also not clear from the documentation what triggers the current line to unindent. If you are typing "end repeat" for instance, the line will unindent, but the documentation states that the _next_ line will unindent. On Mon, Jan 29, 2018 at 9:20 AM, Mike Kerner <mikeker...@r

Re: regex deconstructor

2018-01-29 Thread Mike Kerner via use-livecode
I'm not sure why they have some of those the way they have them. The indent regex in ST is not well documented (that I can find). For example, I don't think "<" is a reserved character in regex, but ST requires you to treat it as you would in html, i.e. "" The first thing that I'm trying to do

Re: regex deconstructor

2018-01-28 Thread Mike Kerner via use-livecode
@Brian, Which attempt are you talking about? We have two: The one I posted a couple of days ago is the proposed new one from King Keith at the ST newsgroup. The other is the one I wrote back in March and is in the livecode-sublimetext repo. The one for Atom is also one that I wrote after I

Re: Reloading script-only stacks

2018-01-27 Thread Mike Kerner via use-livecode
Check with Trevor - in Levure he waits for a signal on a port that ST sends when there is a save and then magically reloads. On Fri, Jan 26, 2018 at 3:29 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > With version control, switching branches switches out SoS files.

Re: regex deconstructor

2018-01-25 Thread Mike Kerner via use-livecode
use-livecode@lists.runrev.com> wrote: > Is that the same stuff that Atom uses? I’m not that good at writing RegEx > from scratch, but wouldn’t mind taking a look. I don’t have ST, so I > wouldn’t be able to test there. > On Thu, Jan 25, 2018 at 1:04 PM Mike Kerner via use-livecod

Re: regex deconstructor

2018-01-25 Thread Mike Kerner via use-livecode
in what you start with and what you want to end up > with and it tries to figure out the regex for it. It's less than perfect as > you can imagine. > > While RegEx is really handy when you need it, my feeling is to avoid it if > at all possible. > > Bob S > > > > On Ja

Re: LC Toolbar

2018-01-24 Thread Mike Kerner via use-livecode
sounds like it's time for another ide hack and PR... On Tue, Jan 23, 2018 at 11:21 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 1/23/18 6:34 PM, Marty Knapp via use-livecode wrote: > >> So I just installed LC 8.1.8 on my Mac and the toolbar always displays >>

Re: regex deconstructor

2018-01-24 Thread Mike Kerner via use-livecode
but not perfectly) is...challenging. On Wed, Jan 24, 2018 at 8:48 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > @Lagi, yes, exactly. > I found another one last night: regex101.com/ That one is interesting > because it seems to support some expressions that the others do not.

Re: regex deconstructor

2018-01-24 Thread Mike Kerner via use-livecode
-)) > > I bought this years ago - it's brilliant and it builds a tree of what > everything does > > https://www.regexbuddy.com/benefits.html > > click on the iamge on the right > > Kindest Regards Lagi > > On 24 January 2018 at 02:00, Mike Kerner via use-livecod

Re: regex deconstructor

2018-01-23 Thread Mike Kerner via use-livecode
well that might do it. And don't call me "Richard". On Tue, Jan 23, 2018 at 6:12 PM, Martin Koob via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Richard. > > I found this site https://regexr.com when I was trying to make a regex > expression that I could use to find GLX calls I

regex deconstructor

2018-01-23 Thread Mike Kerner via use-livecode
Does anyone know of a regex deconstructor? I've looked but haven't found one. I've found lots of evaluators and ones that will throw sample text at a regex but not one that breaks one down and sort-of explains what it does. Similarly, going the other way, a regex builder would also be nice, but

Re: Crazy script-only stack question

2018-01-23 Thread Mike Kerner via use-livecode
@JLG I thought with "breaktpoint" you could debug SOS behaviors On Tue, Jan 23, 2018 at 1:21 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > On Tue, Jan 23, 2018 at 9:42 AM, Mark Waddingham via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > On 2018-01-23

Re: Crazy script-only stack question

2018-01-22 Thread Mike Kerner via use-livecode
I don't think age of the QR means anything except someone was ahead of their time. If the mothership suddenly says "aha" then we get "aha" On Mon, Jan 22, 2018 at 6:30 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > Yeah, the five-liner is intended only as a way of

Re: Crazy script-only stack question

2018-01-22 Thread Mike Kerner via use-livecode
We are starting to get a bit afield, but as long as we are, the issues with the layout editor bring us to the same place as the issues with the script editor: Why exert so much effort on the editor instead of writing plugins for third-party OSS editors, that have a much larger user base and

Re: Do script-only stacks support "chained" behaviors?

2018-01-22 Thread Mike Kerner via use-livecode
Brian, That can of worms is why I was thinking that a handler similar to "libraryStack" might be appropriate - like "behaviorStack" On Mon, Jan 22, 2018 at 5:02 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > A script only stack has no place to hold properties which

Re: Do script-only stacks support "chained" behaviors?

2018-01-22 Thread Mike Kerner via use-livecode
ode@lists.runrev.com> wrote: > On Mon, Jan 22, 2018 at 6:10 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > > The way he suggested structuring the projects was putting the ui elements > > and their behaviors into /ui/stackName (and then th

Re: Do script-only stacks support "chained" behaviors?

2018-01-22 Thread Mike Kerner via use-livecode
works just > fine to show only objects with scripts or behaviors in the list: > > the behavior of tID is not empty or the script of tID is not empty > > On Mon, Jan 22, 2018 at 6:10 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > >

Re: Do script-only stacks support "chained" behaviors?

2018-01-22 Thread Mike Kerner via use-livecode
Geoff, Since Trevor didn't answer the Levure question, The way he suggested structuring the projects was putting the ui elements and their behaviors into /ui/stackName (and then the behaviors for that stack into /ui/stackName/behaviors/). As for naming the stacks, Scriptifier does it one (long)

Re: Do script-only stacks support "chained" behaviors?

2018-01-21 Thread Mike Kerner via use-livecode
then release it with stern > > warnings that anyone using it on a non-backed-up project is foolish, and > I > > am not responsible for the horrible things they do with it. It should be > > available sometime tomorrow. > > > > gc > > > > On Sat, Jan 20,

Re: Do script-only stacks support "chained" behaviors?

2018-01-20 Thread Mike Kerner via use-livecode
Dumb question, Geoff, are you going to embed/call Scriptifier to achieve that or are you going to do something else? On Sat, Jan 20, 2018 at 8:25 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > I get that it can be done, I just hesitate to start monkeying with

Re: Do script-only stacks support "chained" behaviors?

2018-01-20 Thread Mike Kerner via use-livecode
I believe they do, because I think Trevor is doing this with Levure. On Sat, Jan 20, 2018 at 5:51 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > This page http://livecode.wikia.com/wiki/Behavior describes "chained" > behaviors, saying that button 1 can have button 2

Re: Roadmap: "Automated REST API wrapping"?

2018-01-18 Thread Mike Kerner via use-livecode
I think it was part of a two-fer that Mark and Kevin were doing during the keynote in either July or August or September or October or November On Thu, Jan 18, 2018 at 12:12 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mark Waddingham wrote: > > > On 2018-01-17

Re: Roadmap: "Automated REST API wrapping"?

2018-01-16 Thread Mike Kerner via use-livecode
This was discussed at LCG but I'll get the month wrong - August? On Tue, Jan 16, 2018 at 9:40 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > The LC Roadmap at includes > under "Planned": > > Automated REST API wrapping >

Re: Dropbox help

2018-01-16 Thread Mike Kerner via use-livecode
Klaus, The good news is that this is all fairly straightforward. appKey, appSecret, tokenKey, and tokenSecret are all obsolete and should not do anything. You need the “Generated Access Token”. 1) Go to www.dropbox.com/developers/apps 2) Tap on your app 3) Scroll down to the “Generated access

Re: LC Global schedule is online

2018-01-11 Thread Mike Kerner via use-livecode
I have a couple of ideas on how to waste an hour of everyone's time, but I didn't think I could have it done by January, so I'm glad I can procrastinate a while longer. On Thu, Jan 11, 2018 at 3:19 PM, Heather Laine via use-livecode < use-livecode@lists.runrev.com> wrote: > Well, indeed, Mr TBA

Re: iOS Profile Menu

2018-01-06 Thread Mike Kerner via use-livecode
gt; Xcode 9.1 has only Archives and Crashes. I had to go to Devices and > Simulators under the Window menu to connect my iPad etc. Plus, on my setup, > I see only "Download Manual Profiles” (emphasis on Manual) in my Accounts > tab of Xcode Prefs. > > Roger > > > On Jan 6, 2018

Re: iOS Profile Menu

2018-01-06 Thread Mike Kerner via use-livecode
> > BTW, I’m using LC 8.1.8 and Xcode 9.1 and I do get the green indication > in LC Prefs. > > > > Thanks for your help, > > Roger > > > > > >> On Jan 6, 2018, at 5:07 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> w

Re: iOS Profile Menu

2018-01-06 Thread Mike Kerner via use-livecode
Roger, These come from your apple developer profile. After you have created your various app identifiers and profiles, the easiest way to keep them up-to-date is from within xCode, but xCode tends to add extras, sometimes. Go into xCode, choose Preferences. Then pick the second tab, called

Re: SQL Insert Syntax

2018-01-05 Thread Mike Kerner via use-livecode
the only problem is your quoted column names. On Fri, Jan 5, 2018 at 4:38 PM, Devin Asay via use-livecode < use-livecode@lists.runrev.com> wrote: > Bob, > > You could try parameterizing your statements as described in the > dictionary. Also, you don’t want to quote your column names. > > put

Re: Visibility problem

2018-01-05 Thread Mike Kerner via use-livecode
did you bring the stack to the front? On Fri, Jan 5, 2018 at 3:18 PM, Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a substack which is supposed to contain logging data. It’s got a > single card and a single scrolling field. Being at an early stage of >

Re: Function for returning a list of objects on a card

2018-01-05 Thread Mike Kerner via use-livecode
if you don't want to wait, read the project browser code. On Fri, Jan 5, 2018 at 12:10 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all. > > I put together a couple of handlers that will return all the objects on a > card in the form of an array whose elements

Re: How to tell if it's a datagrid

2018-01-05 Thread Mike Kerner via use-livecode
t; > > On Jan 5, 2018, at 05:48 , Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > uhhh guessing: can you check if the object has a parent? If the parent > is > > a datagrid, then the object is not a datagrid > > > _

Re: How to tell if it's a datagrid

2018-01-05 Thread Mike Kerner via use-livecode
whoa. everyone else's replies didn't show up until just now, and they're all above mine. weird email glitch this AM. On Fri, Jan 5, 2018 at 8:48 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > uhhh guessing: can you check if the object has a parent? If the parent > i

Re: How to tell if it's a datagrid

2018-01-05 Thread Mike Kerner via use-livecode
uhhh guessing: can you check if the object has a parent? If the parent is a datagrid, then the object is not a datagrid On Thu, Jan 4, 2018 at 7:13 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Given an object reference, how can I tell the object is a datagrid? You

Re: Two new videos about using Navigator with LiveCode

2018-01-04 Thread Mike Kerner via use-livecode
I'll email you off-list On Thu, Jan 4, 2018 at 4:08 PM, Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > I don't see a way to publish to http://livecodeshare.runrev.com > > I posted to the forums: > http://forums.livecode.com/viewtopic.php?f=13=30394 > > thanks! > > gc > >

Re: Parameters for functions and commands

2018-01-04 Thread Mike Kerner via use-livecode
I agree that the syntax should be the same. the parenthesis difference is annoying Then there's the way RETURN is handled in functions as opposed to handlers (vs RETURN FOR VALUE and RETURN FOR ERROR) On Thu, Jan 4, 2018 at 4:57 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com>

Re: Two new videos about using Navigator with LiveCode

2018-01-04 Thread Mike Kerner via use-livecode
Do you have a repo, too? On Thu, Jan 4, 2018 at 11:19 AM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > Often "Navigator" works good for me in LC 8 (I stopped developing in LC 9). > It is especially very valuable when working with nested groups. > > Why don't you announce the

reset waitdepth when idle

2017-12-30 Thread Mike Kerner via use-livecode
Is there a way to reset the waitDepth when nothing is happening? I am running a CRON-type setup. I fire events on a schedule, provided that the waitDepth <=1. Even when LC is idle and nothing is actually waiting, SOMETIMES the waitDepth can be >1, and seeing that, my CRON event never fires the

Re: Remote Debugging on iOS

2017-12-26 Thread Mike Kerner via use-livecode
But can you just put the "breakpoint" line in the SOS? On Sun, Dec 24, 2017 at 9:55 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > jacque wrote: > > Remote debugging doesn't work with script-only stacks (I had to ask > here > on the list myself a

Re: Remote Debugging on iOS

2017-12-23 Thread Mike Kerner via use-livecode
what about "breakpoint"? On Sat, Dec 23, 2017 at 7:34 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 12/23/17 4:43 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > >> Does remote debugging (in 9.*) only fire on Android? I added it to my >>

Re: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Mike Kerner via use-livecode
uld you wish. > > On Fri, Dec 22, 2017 at 8:13 PM Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > cool! that'll give me more space in my tools palette for all the widgets > > I'll be able to download from the widget store > > > > On F

Re: Could not encode class bundle

2017-12-22 Thread Mike Kerner via use-livecode
Because in LC you can do that because LC is written largely in LC. On Fri, Dec 22, 2017 at 3:26 PM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: > Could you put > > "answer the result " > > before > > throw "could not encode class bundle" > > in the

Re: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Mike Kerner via use-livecode
cool! that'll give me more space in my tools palette for all the widgets I'll be able to download from the widget store On Fri, Dec 22, 2017 at 2:38 PM, Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > the good news is i ran my stack and i make EXTENSIVE use of the >

Re: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Mike Kerner via use-livecode
bar so you can add whatever icons you like. I've looked at doing it, but it's not on the front burner. On Fri, Dec 22, 2017 at 11:10 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > Thanks for ruining it for me, Ralph. Any thought of analog makes me ill. > > On Fri, Dec 22, 2

Re: [ANN] Release 9.0.0 DP-11

2017-12-22 Thread Mike Kerner via use-livecode
Thanks for ruining it for me, Ralph. Any thought of analog makes me ill. On Fri, Dec 22, 2017 at 10:54 AM, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Wh > You folks rock! > > I feel like the xmas I got my first Heathkit oscilloscope. I spent the > entire

Re: [off] Apple to unify ios/macos apps next year

2017-12-20 Thread Mike Kerner via use-livecode
s major-k via use-livecode wrote: > >> Hi Mike, >> >> Am 20.12.2017 um 21:14 schrieb Mike Kerner via use-livecode < >>> use-livecode@lists.runrev.com>: >>> >>> https://www.bloomberg.com/news/articles/2017-12-20/apple-is- >>> said-to-have

[off] Apple to unify ios/macos apps next year

2017-12-20 Thread Mike Kerner via use-livecode
https://www.bloomberg.com/news/articles/2017-12-20/apple-is-said-to-have-plan-to-combine-iphone-ipad-and-mac-apps -- 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

Re: Versions of LC and Xcode

2017-12-19 Thread Mike Kerner via use-livecode
Doesn't this sound like a good idea for the "Hacking the IDE series" at LCG? On Tue, Dec 19, 2017 at 12:03 PM, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > BR, > > I've been a little under the weather so I can't test. I always rename/move > the most recent version of

Re: Analyzing Crashes on iOS Apps

2017-12-19 Thread Mike Kerner via use-livecode
I think you can also get crash reports if someone quits the app under certain conditions. On Tue, Dec 19, 2017 at 3:19 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > One app report 90 crashes in iTunes connect among users who have opted in. > > How can

Re: [ANN] Release 8.1.9 RC-1

2017-12-19 Thread Mike Kerner via use-livecode
Excellent. On Tue, Dec 19, 2017 at 8:54 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Well, short answer is "quite soon, before Christmas" :) > > On Tue, Dec 19, 2017 at 1:48 PM, Mike Kerner via use-livecode < > use-livecode@lis

Re: [ANN] Release 8.1.9 RC-1

2017-12-19 Thread Mike Kerner via use-livecode
Any word on the next release of 9? On Tue, Dec 19, 2017 at 7:33 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.9 RC-1. > > Getting the Release > === > You can get the

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
rojects you've worked on will also be there. > > > On 12/12/17 2:38 PM, Mike Kerner via use-livecode wrote: > >> I forgot about Start Center. Can you (easily) edit Start Center? Does it >> get botched with each new LC version load? What's wrong with Home? I >> like >> Home. I

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 12/12/17 1:26 PM, Mike Kerner via use-livecode wrote: > >> You know what would be really great? If we had a stack that opened at >> startup that had links to all those projects we're currently

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
> On Dec 12, 2017, at 11:26 , Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > You know what would be really great? If we had a stack that opened at > > startup that had links to all those projects we're currently working on

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
You know what would be really great? If we had a stack that opened at startup that had links to all those projects we're currently working on, and those utilities we need to run frequently, like collectMyStacks and a script to move and resize the script editor. It would be really helpful with

Re: Script Editor problem

2017-12-09 Thread Mike Kerner via use-livecode
*set* the rect of stack "revNewScriptEditor 1" to the 50,50,900,900 On Sat, Dec 9, 2017 at 2:13 PM, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > Actually tested, and though I can access the "revDebuggerLibrary" stack, I > cannot do much with it. I can get its properties,

Re: Datagrid 2

2017-12-05 Thread Mike Kerner via use-livecode
here i can find mobTableField or more information > about it? > > Regards, > Matthias > > > > Am 05.12.2017 um 20:52 schrieb Mike Kerner via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > > > Tom, > &g

Re: Datagrid 2

2017-12-05 Thread Mike Kerner via use-livecode
Tom, The other option is to use mobTableField (I think Bernd is the author) if you don't need all the bells and whistles of the DG. I'm using both in different mobile apps. The original DG works fine even for large DG's with horizontal and vertical scrolling, but MTF is even more responsive. ETA

Re: [ANN] Release 8.1.8

2017-12-04 Thread Mike Kerner via use-livecode
and don't update xcode... On Mon, Dec 4, 2017 at 10:24 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.8 Stable. By > "Stable", we mean that no reported regressions have been

Re: macOS High Sierra Your Mac. Trashed (possibly)

2017-11-29 Thread Mike Kerner via use-livecode
who own Macs as > well as those who know what they are doing, and as Apple > seems to be in the dumbing-down industry they should > be helping the prunes rather than . . . > > Richmond. > > > On 29/11/17 4:34 pm, Mike Kerner via use-livecode wrote: > >&g

Re: macOS High Sierra Your Mac. Trashed (possibly)

2017-11-29 Thread Mike Kerner via use-livecode
It's only if you have physical access to the machine and the preference isn't locked, and the password isn't set, and I think you also have to be an admin, because if you aren't, you won't be able to add a new user. On Wed, Nov 29, 2017 at 6:12 AM, Richmond Mathewson via use-livecode <

Re: IDE breaks down over time

2017-11-28 Thread Mike Kerner via use-livecode
There are a slew of PB QR's. That was one that I was suggesting we work on for LCG as a 'hacking the ide' multi-part project. On Tue, Nov 28, 2017 at 7:35 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > It’s likely you are encountering some execution errors in the

Re: New Books/Dictionary

2017-11-28 Thread Mike Kerner via use-livecode
This sounds like a good LCG multi-part project - building a mobile app version of the dictionary that you can mark up similar to the way you can mark up pdf's and images. Maybe you have a paint/draw layer that overlays the dictionary for notes, illustrations, etc. On Mon, Nov 27, 2017 at 1:25

Re: sync LC applications

2017-11-25 Thread Mike Kerner via use-livecode
on). On Sat, Nov 25, 2017 at 7:54 PM, Mike Kerner <mikeker...@roadrunner.com> wrote: > That would be a good thing for the community to maintain, I think, too. > > On Sat, Nov 25, 2017 at 3:00 PM, Jim Lambert via use-livecode < > use-livecode@lists.runrev.com> wrote: > &g

Re: sync LC applications

2017-11-25 Thread Mike Kerner via use-livecode
That would be a good thing for the community to maintain, I think, too. On Sat, Nov 25, 2017 at 3:00 PM, Jim Lambert via use-livecode < use-livecode@lists.runrev.com> wrote: > > Paolo wrote: > > > > I went through this tutorial about push notifications > > ... > > According to some comments,

Re: New Books/Dictionary

2017-11-25 Thread Mike Kerner via use-livecode
have you tried tinydict? On Sat, Nov 25, 2017 at 12:34 PM, Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: > Coz it sucks at searching for one thing! For another, it’s nice to have it > on a device to the side of you rather than swapping on the pc desktop. > > Greg, I’m

Re: Apps or via browser using HTML5

2017-11-22 Thread Mike Kerner via use-livecode
We have had this discussion multiple times, on both this list and in the forums, if memory serves. On Wed, Nov 22, 2017 at 3:32 AM, Pyyhtiä Christer via use-livecode < use-livecode@lists.runrev.com> wrote: > It might be this discussion has already been on this list. > > Recently I have seen and

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