Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 18:41 schrieb Roger Guay via use-livecode > : > > Hi Klaus, > > So are you saying that I create a folder called > "specialfolderpath("documents”)”, add this folder to the “Copy Files” of the > Standalone Application Settings, and

Re: Reloading script-only stacks

2018-01-29 Thread Trevor DeVore via use-livecode
On Sat, Jan 27, 2018 at 10:17 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > 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. The way the Levure/SublimeText integration works is as follows:

Re: Open stack "MyStack" Not working

2018-01-29 Thread Kay C Lan via use-livecode
What is the line before your "open stack" line? Is there any chance that the stack "myStack" has accidently had it's name changed: " myStack", "myStack ", " myStack " or "my Stack" - note the spaces What happens when you enter the command into the Message Box, does that open the Stack? If not, can

DataGrid Horizontal Scrollbar

2018-01-29 Thread Terence Heaford via use-livecode
When I have a DataGrid with the show horizontal scrollbar set to auto the scrollbar is hidden when the DataGrid contains no rows. On the face of it this seems correct but when the DataGrid header is wider than the window the scrollbar is still not visible and hence it is not possible to see

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
> Am 29.01.2018 um 18:57 schrieb Klaus major-k via use-livecode > : > > Hi Roger, > >> Am 29.01.2018 um 18:41 schrieb Roger Guay via use-livecode >> : >> >> Hi Klaus, >> >> So are you saying that I create a folder called >>

Re: Artifacts on screen from closed stacks on Android

2018-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
Unfortunately, it is worse than that… see these screenshots from the Galaxy A7 running Nougat http://wiki.hindu.org/uploads/20171227_104835.jpg The entire "portal" stack remains rendered in the background, in this case, on card "home" even though a) it was closed b)

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

2018-01-29 Thread Klaus major-k via use-livecode
Hi Mike, > Am 29.01.2018 um 19:55 schrieb Mike Kerner via use-livecode > : > > What specifically would you like to know, Klaus? > use dropboxUpload to do an upload. yes, sure, that works on my machine, but not on other user computers and/or mobile devices!

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

2018-01-29 Thread Mike Kerner via use-livecode
What is failing on mobile or other machines? Are you getting an error? That reminds me, I have a more recent version of the LC dropbox library that does more complete error reporting. If I remember correctly Monte is going to integrate this version in an upcoming LC but I don't remember when or

RE: Saving Changes in iOS

2018-01-29 Thread Ralph DiMola via use-livecode
The folders already exists. You can of course create sub-folders. In iOS "the Documents folder" is automatically backed up but "the Temporary Folder" is not. Apple reviewers will get upset if you put too much into the documents folder. You will be required to either move files to the temporary

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: regex deconstructor

2018-01-29 Thread Brian Milby via use-livecode
> > Based on how it works, indent applies to the next line and unindent > applies to the current line (in Atom). ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Saving Changes in iOS

2018-01-29 Thread Roger Guay via use-livecode
Hi Klaus, So are you saying that I create a folder called "specialfolderpath("documents”)”, add this folder to the “Copy Files” of the Standalone Application Settings, and put my MainStack into it? Thanks, Roger > On Jan 29, 2018, at 9:21 AM, Klaus major-k via use-livecode >

Open stack "MyStack" Not working

2018-01-29 Thread Roger Guay via use-livecode
All of a sudden, today, open stack “myStack” Does not work. I results in this error: Message execution error: Error description: Handler: error in statement Hint: message So far, I’ve tried restarting my Mac (OS 10.13.2) a number of times and I’ve tried ditching the prefs, all to no

[ANN] This Week in LiveCode 114

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

Re: regex deconstructor

2018-01-29 Thread Brian Milby via use-livecode
It kind of makes sense for the unindent to apply to the current line. Usually I think of the end of a block being at the same level as the start. I’ll take a look at the RegEx you provided. I read through it over the weekend and understand most of it. Stuff that is missing is the double indent

Re: Saving Changes in iOS

2018-01-29 Thread Roger Guay via use-livecode
Sorry Klaus and Ralph, but I’m not getting it. How/where do I find the "the documents folder" or "the temporary folder”? (Preparing right hand for dope-slap) Thanks, Roger > On Jan 29, 2018, at 8:30 AM, Ralph DiMola wrote: > > Roger, > > On Android and iOS "the

Re: Artifacts on screen from closed stacks on Android

2018-01-29 Thread Bob Sneidar via use-livecode
I hide background images and then set the background fill of the card to that image id. Not sure if that would help. Bob S > On Jan 28, 2018, at 19:06 , J. Landman Gay via use-livecode > wrote: > > On 1/28/18 8:25 PM, Sannyasin Brahmanathaswami via

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 17:17 schrieb Roger Guay via use-livecode > : > > Sorry Klaus and Ralph, but I’m not getting it. How/where do I find the "the > documents folder" or "the temporary folder”? You already named it: the documents folder the temporary

multiple cameraControls possible?

2018-01-29 Thread Alan via use-livecode
I've been testing out the cameraControl a bit more and trying to make more than 1 at a time. It is possible but only seems to have one of them active at a time (i.e. updating). Though if the second one is then deleted, the first one becomes active again. Is it possible to have more than 1

Re: RevQueryDatabase error in standalone

2018-01-29 Thread Mark Wieder via use-livecode
On 01/29/2018 03:48 PM, Bob Sneidar via use-livecode wrote: Hi all. Now I'm not even getting to the revOpenDatabase call. Mind you this ONLY happens when I run the standalone. Not in the IDE. This is what I get when I send an email from the crash dialog: Executing at 3:40:49 PM on Monday,

Re: Treeview widget - setting scroll?

2018-01-29 Thread Brian Milby via use-livecode
You do not have the ability to get/set a position by line number/position percentage but you can get/set the selected line using a path (see the dictionary for specifics). It is probably possible to extend the widget to get a position, setting would also be possible I imagine. On Sun, Jan 28, 2018

Re: RevQueryDatabase error in standalone

2018-01-29 Thread Bob Sneidar via use-livecode
Hi all. Now I'm not even getting to the revOpenDatabase call. Mind you this ONLY happens when I run the standalone. Not in the IDE. This is what I get when I send an email from the crash dialog: Executing at 3:40:49 PM on Monday, January 29, 2018 Type: Object: card id 1002 of stack

Re: multiple cameraControls possible?

2018-01-29 Thread Sean Cole (Pi) via use-livecode
Hi Alan. Is this for iOS, Android or desktop? Based on the dev api for both iOS and Roid it should be possible to access both cameras simultaneously. It doesn't appear to be so simple with external cameras. Desktop is a different story. Either way, cameraControl would need modifying to enable it.

making DG2 usable

2018-01-29 Thread Richard Gaskin via use-livecode
The new DG2 has some great features, but on my phone its performance makes it unusable. Scrolling is painfully slow, the reordering and deleting slow enough to feel wonky. Maybe I'm doing something wrong. Is there some special combination of acceleratedRendering and/or other features I

Re: Open stack "MyStack" Not working

2018-01-29 Thread Roger Guay via use-livecode
Hi Kay C, Thanks for your help . . . this is really perplexing, but I think I may have fixed it. Trouble is, I’m not sure how. The first thing I did was clean out my LC prefs Then I deleted and reloaded LC 8.1.8 These two did not seem to fix the problem of not being able to open a stack by

Saving Changes in iOS

2018-01-29 Thread Roger Guay via use-livecode
I know I’m out to lunch again, but I notice that one cannot use the ol’ Launcher+MainStack method in iOS to save user changes. What’s up with that? How does one save user changes in iOS? Thanks, Roger ___ use-livecode mailing list

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

RE: Saving Changes in iOS

2018-01-29 Thread Ralph DiMola via use-livecode
Roger, On Android and iOS "the engine folder" is read only. Any files/stacks you want to save/modify must be moved to "the documents folder" or "the temporary folder" before they can be modified/saved. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 16:14 schrieb Roger Guay via use-livecode > : > > I know I’m out to lunch again, but I notice that one cannot use the ol’ > Launcher+MainStack method in iOS to save user changes. What’s up with that? > How does one save user changes

[ANN] Release 8.1.9 RC-2

2018-01-29 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 8.1.9 RC-2. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 8.1.9 RC-2 contains important

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
I don't think you can double-indent, and you can't double-unindent, either, so the case/switch structure for instance is a bit of a hack that we had to compromise on. The problem with the indent/unindent applying to the current line is that the docs say that they apply to the _next_ line. It

Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Klaus major-k via use-livecode
Hi friends, OK, now I'm able to uplod files to my dropbox, but if I want to publish the app, I need to implement the "OAuth app authorization flow" of Dropbox into my app!? The user will only be able to print to a PDF and then upload this PDF to his Dropbox, so nothing fancy, just upload a

Re: DataGrid Horizontal Scrollbar

2018-01-29 Thread Tom Glod via use-livecode
probably but if you were to look at the datagrid library i'm sure you can set the disabled of the scrollbar to false once you find the name of it. On Mon, Jan 29, 2018 at 2:01 PM, Terence Heaford via use-livecode < use-livecode@lists.runrev.com> wrote: > When I have a DataGrid with the show