Re: GitHub starter guide?

2015-05-01 Thread Mark Wieder
On 05/01/2015 05:30 PM, Richard Gaskin wrote: So it seems one can't use the web site as a repository without first installing a command line app. Dunno. I really only use git from the commandline. There's git integration built into RubyMine, but I don't trust it enough to use it. I just drop

Re: GitHub starter guide?

2015-05-01 Thread Scott Rossi
Knowing you want to do everything on Ubuntu, this may not be of interest to you, but there's a Mac front end that makes things pretty easy. I haven't done a huge amount with it (I'm a complete novice), but was able to configure everything and link to client repositories without reading any docs.

Re: GitHub starter guide?

2015-05-01 Thread shawnlc
I'm no git master by any stretch of the imagination. I've used it for quite awhile to find code though. I just recently got into repositories and team collaboration. Remember, github isn't the only place to use git. There's places like BitBucket, and GitLab; the pricing structures are quite dif

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
I’ve used easy github UIs. It’s the signing up part that may involve command line. > On May 1, 2015, at 8:40 PM, Peter Haworth wrote: > > I believe there are GUI tools available for github which might make things > easier. I found tese two with a quick Google search: > https://mac.github.com/

Re: GitHub starter guide?

2015-05-01 Thread Peter Haworth
I believe there are GUI tools available for github which might make things easier. I found tese two with a quick Google search: https://mac.github.com/ and https://windows.github.com/ Pete lcSQL Software Home of lcStackBrowser and

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
Do you want to say what the app is? > On May 1, 2015, at 8:39 PM, Bill Vlahos wrote: > > >There is a Mac app that makes it easy. Probably other platforms as well. > >What I don't see is comments and discussions. ___ use-livecode mailing list use-li

Re: GitHub starter guide?

2015-05-01 Thread Bill Vlahos
There is a Mac app that makes it easy. Probably other platforms as well. What I don't see is comments and discussions. Bill Vlahos Sent from my iPhone > On May 1, 2015, at 5:30 PM, Richard Gaskin wrote: > > Colin Holgate wrote: > > > For just going there and downloading source, I think it c

Re: GitHub starter guide?

2015-05-01 Thread Richard Gaskin
Colin Holgate wrote: > For just going there and downloading source, I think it can be easy, > go to the URL, click the download zip button. > > For signing up, and getting the rights to submit things, it’s harder. > This may be a good starting point: > > https://help.github.com/articles/set-up-gi

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
Ha! Some of those things are easier than others. For just going there and downloading source, I think it can be easy, go to the URL, click the download zip button. For signing up, and getting the rights to submit things, it’s harder. This may be a good starting point: https://help.github.com/a

Re: GitHub starter guide?

2015-05-01 Thread Richard Gaskin
Colin Holgate wrote: >> On May 1, 2015, at 7:54 PM, Richard Gaskin wrote: >> >> >Anyone here know of a good guide to get started with it? > > Is your plan to post developments of your own, or just download other > people’s source? Do you want people to fork source, or just use it? All of the abo

Re: Something like charIndex, but in a variable...

2015-05-01 Thread Alex Tweedly
You're right Ben - your general approach can be combined with my (simple minded) approach, and a few simple checks thrown in to give us a general function (reasonably, but not comprehensively, tested - up to things like "token 3 of word 2 to 4 of line 3 to 7" ...) on mouseup local myChunk,

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
Is your plan to post developments of your own, or just download other people’s source? Do you want people to fork source, or just use it? > On May 1, 2015, at 7:54 PM, Richard Gaskin wrote: > > >Anyone here know of a good guide to get started with it? _

GitHub starter guide?

2015-05-01 Thread Richard Gaskin
GitHub seems very powerful, but it seems usability takes a back seat there. I'd like to start using it and encourage others to as well, but at first glance it's dauntingly opaque to the point of off-putting. Anyone here know of a good guide to get started with it? TIA - -- Richard Gaskin F

Re: [OT] upgrading Linux to 64 bit

2015-05-01 Thread Peter Alcibiades
That is what I did, on both my own machine and another - just left the /home partition alone and did a new installation wiping the / partition. But. There are a couple of things to be careful of. Your menus may end up with a lot of junk in them unless the packages stay exactly the same. Mine

Re: Displaying Web Pages in a Field

2015-05-01 Thread Richard Gaskin
Mark Waddingham wrote: > On 2015-05-01 17:37, Richard Gaskin wrote: >> William Prothero wrote: >> >>> The only thing is that it’s a bit more tricky to get info >>> transferred between the web field and livecode, but it’s >>> do-able. >> >> That, and it doesn't exist at all in LiveCode for Linux.

Re: Displaying Web Pages in a Field

2015-05-01 Thread Devin Asay
On May 1, 2015, at 6:41 AM, Gregory Lypny wrote: > Hi Devin Asay and Scott Rossi, > > Thanks for responding. > > Devin, what Scott says is true: for many of the files the tags continue to > appear in the stack’s field. > > Scott, you mention a browser object. Where would I find it? I can’t f

Re: Displaying Web Pages in a Field

2015-05-01 Thread Mark Waddingham
On 2015-05-01 17:37, Richard Gaskin wrote: William Prothero wrote: The only thing is that it’s a bit more tricky to get info transferred between the web field and livecode, but it’s do-able. That, and it doesn't exist at all in LiveCode for Linux. We got the CEF Browser version of revBrowse

Re: Displaying Web Pages in a Field

2015-05-01 Thread Richard Gaskin
William Prothero wrote: > The only thing is that it’s a bit more tricky to get info transferred > between the web field and livecode, but it’s do-able. That, and it doesn't exist at all in LiveCode for Linux. It's funny, but the weakest link for me in using Ubuntu isn't anything in the OS or i

Re: Function to Remove HTML Tags from Text

2015-05-01 Thread Mark Schonewille
Gregory, set the htmlText of the templateField to myHtmlText put the templateField into myPlainText reset the templateField -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK:

Function to Remove HTML Tags from Text

2015-05-01 Thread Gregory Lypny
Hello everyone, Is there a LiveCode function that will remove all HTML tags from some text? I know how to do it in Mathematica but not LiveCode. I tinkered with MatchText (maybe in combination with ReplaceText?) but I don’t think I’m getting the regular expression right (I rarely use regex) and

Re: Displaying Web Pages in a Field

2015-05-01 Thread William Prothero
Gregory: Search for “browser” in the documents API, that you can find under the “Help” menu when in livecode IDE. It’s amazingly easy to set this up and you have a field that will render your web page the same as your browser (hopefully). I have used it to play YouTube movies, in addition to si

Re: Displaying Web Pages in a Field

2015-05-01 Thread Devin Asay
Well, he did say he wanted the text files to look “something like they do in a browser”. That’s an easy way to at least be able to easily read the html text in a field. But you’re right, it’s not ideal for high-quality display. Devin On Apr 30, 2015, at 4:10 PM, Scott Rossi wrote: > Using ht

We're giving away a book tonight!

2015-05-01 Thread Mark Schonewille
Hi! Economy-x-Talk raffles off a copy of the book Programming for the Real Beginner amongst our fans tonight. Everyone who likes the Facebook page of the book has a chance to win. To join the raffle, go to https://www.facebook.com/LiveCode.Beginner and just like the page. At the end of the d

Re: Repeat ... kind'a

2015-05-01 Thread TEDennis
re: you might consider using the more ubiquitous /* ... */ Yes, I have done that. However, I have been "conditioned" to distrust that format. I use the "ubiquitous" format extensively for commenting blocks of code. ie: How did we get here, what are we doing here, and what do we expect as a re

Re: Displaying Web Pages in a Field

2015-05-01 Thread Gregory Lypny
Hi Devin Asay and Scott Rossi, Thanks for responding. Devin, what Scott says is true: for many of the files the tags continue to appear in the stack’s field. Scott, you mention a browser object. Where would I find it? I can’t find one in the LiveCode’s Tools palette or under the Object menu. I

Re: Something like charIndex, but in a variable...

2015-05-01 Thread Ben Rubinstein
Hi Alex, Yes that's that approach I was trying to make a relatively general version of (see my response 16:50) to handle arbitrarily complex chunk expressions - but it would still fail (in fact probably worse?) with chunk 1. But I think the principle is right. Ben On 30/04/2015 23:26, Alex

[ANNOUNCE] "language-livecode" package for Atom Editor

2015-05-01 Thread Peter TB Brett
Hi all, == Atom language-livecode package 0.2.0 == The "language-livecode" package for the Atom editor (https://atom.io/) provides syntax highlighting and indentation support for editing LiveCode Builder (.lcb) source files. == Installation Install the "language-livecode" package from

Re: Docker, anyone?

2015-05-01 Thread David Bovill
No - but I'm on the same path :) On Fri, 1 May 2015 at 01:51, Richard Gaskin wrote: > Has anyone here experimented with making a Docker container for a LiveCode > socket server? > > http://www.docker.com/ > > Richard Gaskin > Fourth World Systems > http://fourthworld.com > ___

Re: HTML5...

2015-05-01 Thread Ben Rubinstein
On 30/04/2015 20:16, Mark Waddingham wrote: On 2015-04-30 21:08, Colin Holgate wrote: I bet you type your replies quicker than most too. Not as quick as Kevin! Glad nobody was offended. Of course Kevin would be a fast typer - when I first met RunRev, their main product was a typing tutor p

Re: On-Rev server Pancake problems - old backup restored?

2015-05-01 Thread Dave Kilroy
Hi all - my data has just reappeared PHEW! - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/On-Rev-server-Pancake-problems-old-backup-restored-tp4691642p4691731.html

Re: On-Rev server Pancake problems - old backup restored?

2015-05-01 Thread Pierre Sahores
Hi Alex, David is still acting on the accounts migration from pancake to jasmine. It seems to be a pain. If i right understand, each domain of each of our editor’s accounts needs to be individually reinstalled on the jasmine host server. As a confirmation example, www.wrds.com (one of m

Plugin to change some settings for mobile devices

2015-05-01 Thread Ludovic THEBAULT
Hello, Here a plugin for Livecode to change some settings for mobile device that not accessible by the standalone settings . Put the file in your plugins folder. At the first update, originals files are saved in a "Saved" folder in your plug-in folder. You can change : For iOS : - the languag

Re: Plain text library stacks - BOM needed

2015-05-01 Thread Mark Waddingham
I’ve found that when LiveCode saves the stack script file, it adds a Byte Order Mark (BOM) to denote the file is UTF-8 encoded. If the BOM is not present when you start using such a library stack, the engine will treat it as being natively encoding. I have found that to be true with both the IDE a

Re: Repeat ... kind'a

2015-05-01 Thread Mark Waddingham
It seems to me this is a bug that should have been caught during the script compilation phase, instead of during execution. somehow indicating a runtime error on the prior statement. It cost me several hours and some lost data to figure it out, primarily because of the rare circumstances that ca