Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Mark Wieder
On 04/05/2016 06:41 PM, Kay C Lan wrote: Mark Wieder wrote: But I do want to say that there's fascinating reading in https://github.com/livecode/livecode/pull/3518#issuecomment-205199749 If you've had a look at that thread you'll see some of it is related to the Instructions for using the Web

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Monte Goulding
> On 6 Apr 2016, at 12:25 PM, Mike Kerner wrote: > > Just to be clear, you don't need to use gitHub, etc. to work on any of the > files. The web interface is easy enough to use. You just have to get to > the file you want to edit, Hit the edit button, make your

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Charles Warwick
On 6/04/2016 4:36 am, J. Landman Gay wrote: On 4/5/2016 2:26 AM, Kay C Lan wrote: That's why I suggested prefixing the subject with [DOC] so as people can quickly filter out subjects they are not interested in. Thank you those who use [ANN] [BUG] and [OT] - very helpful. I also envisaged (maybe

Re: "this me" vs "me"

2016-04-05 Thread Scott Rossi
Using "this me" gets you the long id of the object (button/stack) serving as a control's behavior. Using "me" by itself gets you the long id of the control the behavior is assigned to. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 4/5/16, 7:34 PM, "use-livecode on

Re: Error: Unable to open the database file

2016-04-05 Thread Mike Bonner
Ah. Do you need to update the file in place, or just be able to use it with your app? If the second, you might put url " http://54.210.118.224/Downloads/yourfile.sqlite; into URL (specialfolderpath("tmp") & "/yourfile.sqlite") at which point you can use revopendatabase to open the local copy of

Re: Error: Unable to open the database file

2016-04-05 Thread Ray
Mike - if I set the folder to the area I've set up to work with this, "http://54.210.118.224/Downloads/;, I get "can't open that directory" returned in the result. I can read files at that location but I get an "error 405 method not allowed" if I try to write files to that location. Could

Re: Error: Unable to open the database file

2016-04-05 Thread Ray
Mike - if I set the folder to "http://54.210.118.224/Downloads/; I get "can't open that directory" returned in the result. I can read files at that location but I get an "error 405 method not allowed" if I try to write files to that location. Could that be the problem? Regarding mapping the

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Kay C Lan
On Wed, Apr 6, 2016 at 10:25 AM, Mike Kerner wrote: > Just to be clear, you don't need to use gitHub, etc. to work on any of the > files. The web interface is easy enough to use. You just have to get to > the file you want to edit, Hit the edit button, make your

"this me" vs "me"

2016-04-05 Thread Sannyasin Brahmanathaswami
Rummaging through all the IDE scripts, lots of gold in there. on setAsBehavior pTarget set the behavior of pTarget to the long id of this me end setAsBehavior What does the use of "this" get us? vs just using "me" I read the dictionary entry... doesn't help with understanding the use case

Re: Error: Unable to open the database file

2016-04-05 Thread Mike Bonner
can you map the server to a drive letter? (or mount it to a folder on the local system) If so, that might help. Alternatively, can you "set the folder.." to a path on the server and see "the files"? If you can successfully set the default folder, then you can just supply the filename and see

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Mike Kerner
Just to be clear, you don't need to use gitHub, etc. to work on any of the files. The web interface is easy enough to use. You just have to get to the file you want to edit, Hit the edit button, make your changes, explain them, and you're done. It really is very simple without having to fork,

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Sannyasin Brahmanathaswami
Trevor Wrote: It isn't about how easy the custom control is to create, it's about how easy it is to update the control across an entire project as the control evolves. Thanks Trevor. You hit a nail on the head. That is at least one answer to my core question. > Put another way, can we, in

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Kay C Lan
Mark Wieder wrote: >But I do want to say that there's fascinating reading in >https://github.com/livecode/livecode/pull/3518#issuecomment-205199749 If you've had a look at that thread you'll see some of it is related to the Instructions for using the Web Interface to access the Docs on Github. As

Re: Design Challenge -- Round Corner mask on images

2016-04-05 Thread Dave Kilroy
Thank you Trevor Your widget is really cool - and is acting as yet another spur for me to make a start in LiveCodeBuilder (I had planned to start learning LCB this week and now will definitely make a start on Thursday) Dave Trevor DeVore wrote > On Sun, Mar 27, 2016 at 6:26 PM, Sannyasin

Re: The TSA Android app

2016-04-05 Thread Monte Goulding
So were they trying to avoid racial profiling? If the brief was "give us a way to randomly choose who to cavity search" and developers had to do an analysis of existing procedures, work out a way then comply with the huge amount of red tape that there would be for anything like this then it's

The TSA Android app

2016-04-05 Thread Mark Wieder
http://boingboing.net/2016/04/05/man-recreates-tsas-47400.html -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Error: Unable to open the database file

2016-04-05 Thread Ray
I did read some about the file locking issues so I'll continue to look into that. Regarding testing with sqLite3, I'm not sure what to do with it. I downloaded the pre-compiled binary for Windows 64. It gave me 2 files, sqlite3.def and sqlite3.dll but I'm not sure what to do with them.

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Alex Tweedly
I fully agree - it ain't that hard, even I could do it. This is the first time I've used git, or Github, etc. I followed Ali's instructions cautiously and slowly, hit one minor bump-in-the-road (which Mark solved for me within minutes courtesy of the use-list), one more minor issue which was

Re: Error: Unable to open the database file

2016-04-05 Thread Peter Haworth
I suppose I should also mention the usual caveat about using sqlite over a networked file system, which is that sqlite relies on file system locking to preserve data integrity and some networked file systems are buggy in that area according to the sqlite website. On Tue, Apr 5, 2016, 3:57 PM Ray

Re: Error: Unable to open the database file

2016-04-05 Thread Ray
Peter - thanks for jumping in here. Yes, I can read and write files to this location and, as a matter of fact, I can even do a straight read of the database file on the server and get the same cryptic characters back I get when I read the local copy. I just can't establish a connection to it

Re: [OT] Climbing into bed?

2016-04-05 Thread Richard Gaskin
RM wrote: > Has Mark Sh. climbed into bed with the enemy? > > https://blogs.windows.com/…/…/run-bash-on-ubuntu-on-windows/ > > > Is this a good thing, or not?

Re: Error: Unable to open the database file

2016-04-05 Thread Peter Haworth
You might want to try opening the database with something other than Livecode in hope that you will get a more informative error message. sqlite3 is the official sqlite command line tool. It's distributed with OSX but not sure if it's included with Windows. Are you able to access any other

Re: Error: Unable to open the database file

2016-04-05 Thread Ray
Devin - thanks for the idea but that's not it. I just checked and everything on my Windows 8.1 system matches case with the database file path on the Linux server. I even tried changing the name of the database file to all lower case but that didn't work either. Thanks... On 4/5/2016 3:38

Re: Error: Unable to open the database file

2016-04-05 Thread Devin Asay
Ray, You may have moved your DB file from a system that is not case sensitive, like MacOS, to one this is case sensitive, like Linux. Do all of your folders and file names have the same exact spelling, including upper and lower case letters, as the string in your path variable? Devin > On

Re: Error: Unable to open the database file

2016-04-05 Thread Ray
...one other note. I'm guessing calls to sqLite need drivers. These drivers are probably built in to Livecode and the OnRev server which would explain why LC's database commands works so well locally and with the OnRev based samples. If this is the problem, does anybody know how I could

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread J. Landman Gay
On 4/5/2016 2:26 AM, Kay C Lan wrote: That's why I suggested prefixing the subject with [DOC] so as people can quickly filter out subjects they are not interested in. Thank you those who use [ANN] [BUG] and [OT] - very helpful. I also envisaged (maybe wrongly) that you wouldn't be posting the

[OT] Climbing into bed?

2016-04-05 Thread RM
Has Mark Sh. climbed into bed with the enemy? https://blogs.windows.com/…/…/run-bash-on-ubuntu-on-windows/ Is this a good thing, or not? Richmond. ___ use-livecode

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Roger Eller
On Tue, Apr 5, 2016 at 12:49 PM, Richard Gaskin wrote: > > > That is, you *can't* edit a Widget in LC at all at the moment, so it's > essential that a Widget be thoroughly debugged. > > > -- > Richard Gaskin > Fourth World Systems > Software Design and Development

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Mark Wieder
On 04/05/2016 09:35 AM, J. Landman Gay wrote: As our glorious ex-leader used to say,, I misremembered. Well, since that lets me off the hook, let me say now that really, it ain't that hard to do. There's a bit of setup involved, but after that you're home free. -- Mark Wieder

Error: Unable to open the database file

2016-04-05 Thread Ray
I've never worked with sqLite databases before but it appears I should be able to access one on a server pretty much the same as I do locally. Here's what I've done: put revOpenDatabase("sqLite",localPath) into theDbId -- this creates a zero K local database file put

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Richard Gaskin
Paul Dupuis wrote: > Actually, not so much maintain the custom control. It is the > convenience of having a custom control on a tool palette where > I can just drag and drop a copy where needed (like Widgets or > "regular" Tools"). > I have been known,

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Richard Gaskin
Trevor DeVore wrote: > On Tue, Apr 5, 2016 at 10:39 AM, Richard Gaskin wrote: > >> With the group message, behaviors, before and after handlers, >> getProp and setProp, and other such goodies, I can't think of >> a project I've worked on in recent years that hasn't made >> extensive use of

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread J. Landman Gay
On April 5, 2016 10:27:38 AM Mark Wieder wrote: On 04/05/2016 12:26 AM, Kay C Lan wrote: Then I read Mark Wieder's comments to Kay and decided I was wrong. :) I can't for the life of me find a response from Mark - I've checked my SPAM - but I'll take a stab and

Release 6.7.11 RC 1 / 7.1.4 RC 1

2016-04-05 Thread panagiotis merakos
Dear List Members, We are pleased to announce the release of LiveCode 6.7.11 RC 1 and 7.1.4 RC 1. *Release Contents* - 3 bugs are fixed in LiveCode 6.7.11 RC 1 - 9 bugs are fixed in LiveCode 7.1.4 RC 1 (in addition to the 3 bugs fixed in 6.7.11 RC 1, which are also fixed in 7.1.4 RC 1).

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Paul Dupuis
On 4/5/2016 11:57 AM, Trevor DeVore wrote: > On Tue, Apr 5, 2016 at 11:55 AM, Trevor DeVore > wrote: > >> > >> > I imagine the problem Paul is trying to solve ... >> > > This should read ONE problem Paul is trying to solve rather than THE > problem Paul is trying to

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Trevor DeVore
On Tue, Apr 5, 2016 at 11:55 AM, Trevor DeVore wrote: > > I imagine the problem Paul is trying to solve ... > This should read ONE problem Paul is trying to solve rather than THE problem Paul is trying to solve. -- Trevor DeVore ScreenSteps www.screensteps.com-

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Trevor DeVore
On Tue, Apr 5, 2016 at 10:39 AM, Richard Gaskin wrote: > > But traditional custom controls have a place too, and the LiveCode Script > they rely continues to be enhanced even as LCB is expanded along with it. > > The additional object overhead of custom controls isn't

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Mark Wieder
On 04/05/2016 12:26 AM, Kay C Lan wrote: Then I read Mark Wieder's comments to Kay and decided I was wrong. :) I can't for the life of me find a response from Mark - I've checked my SPAM - but I'll take a stab and agree with him... he's far more switched on than I am :-) I also have no idea

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Richard Gaskin
Paul Dupuis wrote: > On 4/5/2016 6:12 AM, Peter TB Brett wrote: >>> Frequently we use small groups to instantiate "objects" which are >>> made of of several controls grouped together. These are then >>> replicated across some card for whatever purpose. I think that is the >>> underlying model

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Paul Dupuis
On 4/5/2016 6:12 AM, Peter TB Brett wrote: >> Frequently we use small groups to instantiate "objects" which are >> made of of several controls grouped together. These are then >> replicated across some card for whatever purpose. I think that is the >> underlying model for the DataGrid. >> >> Would

AW: LC8 - Any new restrictions for windows icon?

2016-04-05 Thread Tiemo Hollmann TB
Thanks Panos I had seen this report, but in my case the icon file attachment wasn't saved and ddidn't threw an error. But perhaps it's the same issue. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von panagiotis merakos

[ANN] This Week in LiveCode 27

2016-04-05 Thread Peter TB Brett
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 #27 here: https://goo.gl/d6skui This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Peter TB Brett
On 04/04/2016 23:29, Sannyasin Brahmanathaswami wrote: Just putting my little pinky into the widget world. Frequently we use small groups to instantiate "objects" which are made of of several controls grouped together. These are then replicated across some card for whatever purpose. I think

Re: LC8 - Any new restrictions for windows icon?

2016-04-05 Thread panagiotis merakos
Hi Tiemo, This is reported under http://quality.livecode.com/show_bug.cgi?id=16689, and it will be fixed in the next LiveCode 8 release. Best regards, Panos -- On Tue, Apr 5, 2016 at 8:59 AM, Tiemo Hollmann TB wrote: > Hello, > > I can't assign any custom icon to my

LC8 - Any new restrictions for windows icon?

2016-04-05 Thread Tiemo Hollmann TB
Hello, I can't assign any custom icon to my windows standalones in LC 8 (DP11/16) anymore. After choosing the icon in the standalone settings, closing the window and reopening the standalone settings window, the assigned icon is empty. Also, if I save the file before closing the standalone

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Kay C Lan
On Mon, Apr 4, 2016 at 3:27 AM, J. Landman Gay wrote: >posting requests to the list will > add too much irritating noise; That's why I suggested prefixing the subject with [DOC] so as people can quickly filter out subjects they are not interested in. Thank you those who