AW: Different results in LC with a file from 2 FTP programs

2014-12-03 Thread Tiemo Hollmann TB
Thanks Richard and Jacque for your hints. Up to know I couldn't drill down, why the file is increasing with the old FTP program, but I get on digging Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay

Re: How to open a second window w/o disturbing calling stack.

2014-12-03 Thread Graham Samuel
According to the LC Dictionary, ‘go’ should have done what you want. When going to a previously-unopened stack, if you don't specify a card, the go command displays the first card of the stack. If the stack is already open, the current card of the stack appears and the stack window is

Re: use-livecode Digest, Vol 135, Issue 3

2014-12-03 Thread Gregory Lypny
Hi Peter, Thank you for the heads up on the ps command. I was able to get Apache running with the original httpd.conf file. Apache does not run with the httpd.conf file that I modified the way you suggested in your previous post for LiveCode server. I must have entered something incorrectly or

Re: Different results in LC with a file from 2 FTP programs

2014-12-03 Thread Dave Cragg
On 2 Dec 2014, at 13:54, Tiemo Hollmann TB toolb...@kestner.de wrote: Hello, I am downloading a ASCII txt file with put URL tFile into tContent from my server. Then I filter the content of the file in LC 6.5.2 to get the wanted data. I changed my FTP program on Windows to FileZilla because

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread Ben Rubinstein
For those who just want to get the file, and don't want to learn anything about Git or GitHub: if you go the link that Brahmanathaswami gives below, on the right of the page you'll find a button Download ZIP - that gets you the latest version. Instructions are in the readme and the

AW: Different results in LC with a file from 2 FTP programs

2014-12-03 Thread Tiemo Hollmann TB
Hi Dave, that sounds plausible, I will give that a try Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Dave Cragg Gesendet: Mittwoch, 3. Dezember 2014 14:09 An: How to use LiveCode Betreff: Re: Different results

Re: Request for feedback

2014-12-03 Thread Michael Doub
I am very happy to say that I was proven wrong. We are able get the information needed to understand how the engine calculated the soft line wraps. If you put the formattedtext of a line that has be wrapped into a variable, the variable will contain the text of each segment of the line that

[ANN] Release 15 of the MasterLibrary is available

2014-12-03 Thread Michael Doub
https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 I have fixed the version checking logic. You will need to pick up this version with the link above. Release 15 contains a new __SoftLineBreak implementation that is faster and more accurate. Because of the new accuracy

Re: How to open a second window w/o disturbing calling stack.

2014-12-03 Thread Earthednet-wp
Graham, Thanks for checking this. I'm working in lcv7.0, on Mavericks. I'll retest. Sometimes LC needs to be restarted to get things working right. Unfortunately, V7.0.1 ( rc2) crashes on one of my operations, so I'm using v7.0, which crashes on quit. Oh well, hope it gets fixed next release.

Re: [ANN] Release 15 of the MasterLibrary is available

2014-12-03 Thread Magicgate Software - Skip Kimpel
Is anybody else having a problem when trying to launch this they get: ERROR Type: if: missing'then' Object: Lib Line: if item lComparing of fStartFolder  item lComparing of fDestinationFolder then Hint: (musical note) In am on a Windows machine running LC 6.7 On Wed, Dec 3, 2014 at 11:16 AM,

revBrowserOpenCef revBrowserClose not working

2014-12-03 Thread JOHN PATTEN
Hi All, Using LiveCode 7.0.0 with Yosemite… I have an openCard script that does the following: Global tBrowserID on openCard put revBrowserOpenCef(the windowId of this stack,

RELEASE LiveCode 6.7.1 RC3

2014-12-03 Thread Benjamin Beaumont
Dear List Members, We're pleased to announce the release of LiveCode 6.7.1 RC3. This is a maintenance release focusing on bug fixes and refinement. *Release Contents* This release contains 7 bug fixes. For a full list of the bugs fixed in this release please see the release notes:

RELEASE LiveCode 7.0.1 RC3

2014-12-03 Thread Benjamin Beaumont
Dear List Members, We're pleased to announce the release of LiveCode 7.0.1 RC3. This is a maintenance release focusing on bug fixes and refinement. *Release Contents* This release contains 32 bug fixes. For a full list of the bugs fixed in this release please see the release notes:

Re: How to open a second window w/o disturbing calling stack.

2014-12-03 Thread William Prothero
Grahan: Ok, after I restarted my computer and relaunched LC, all worked as expected. Thanks for responding and assuring me that it’s supposed to work the way I want. Best, Bill On Dec 3, 2014, at 3:00 AM, Graham Samuel livf...@mac.com wrote: According to the LC Dictionary, ‘go’ should have done

Crash in V7.0.1 (rc2) fixed in (rc3)

2014-12-03 Thread William Prothero
Whoopee, the crash I was seeing in V7.0.1(rc2) disappeared in rc3. Thanks, LC team! Best, Bill William A. Prothero http://es.earthednet.org/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread J. Landman Gay
Clicking the Download ZIP button works, thanks. I was one of the people who couldn't load the original in BBEdit under Mavericks, but the last two versions have worked fine for me so I think you can probably remove that warning in the Read Me. Maybe. I think. Nice to see some syntax coloring

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread Devin Asay
On Dec 3, 2014, at 12:39 PM, J. Landman Gay jac...@hyperactivesw.com wrote: Clicking the Download ZIP button works, thanks. I was one of the people who couldn't load the original in BBEdit under Mavericks, but the last two versions have worked fine for me so I think you can probably remove

RE: How to open a second window w/o disturbing calling stack

2014-12-03 Thread FlexibleLearning.com
Lock messages Go cd 1 of stack mySubStack as palette Unlock messages Or have I misunderstood? Hugh Senior FLCo Folks: I want to open a second window in my app. The window in the calling stack is the first card of a substack named ?myCallingSubstack?. I want to go to the first card of a

Delete and object from script within the object?

2014-12-03 Thread William Prothero
Folks: I’m trying to delete an image from a script within that image LC doesn’t like that because the script in the object hasn’t finished yet. —the image script is: on mouseUp put the name of me into myImage deleteTheImage myImage end mouseUp —In the stack script on deleteTheImage

Re: How to open a second window w/o disturbing calling stack

2014-12-03 Thread William Prothero
Hugh: Thanks. I just wanted a second normal window. But, it does work correctly. Don’t know why my test version messed up, but when I came in in the morning, all was working. Best, Bill On Dec 3, 2014, at 12:58 PM, FlexibleLearning.com ad...@flexiblelearning.com wrote: Lock messages Go cd 1

Re: Delete and object from script within the object?

2014-12-03 Thread Björnke von Gierke
send deleteTheImage myImage to this stack in 0 seconds On 03 Dec 2014, at 22:57, William Prothero proth...@earthednet.org wrote: Folks: I’m trying to delete an image from a script within that image LC doesn’t like that because the script in the object hasn’t finished yet. —the image

Re: [OT] baby

2014-12-03 Thread Monte Goulding
Hi Folks Thanks for all the public and private messages from folks on this list. Everyone is home now after Sarah had some help with her breathing for a couple of days and some time under lights for jaundice. She's not quite up to responding to the bug reports yet. You will need to wait until

Re: Delete and object from script within the object?

2014-12-03 Thread William Prothero
Great! Thanks Bjornke! Bo;; On Dec 3, 2014, at 2:10 PM, Björnke von Gierke b...@mac.com wrote: send deleteTheImage myImage to this stack in 0 seconds On 03 Dec 2014, at 22:57, William Prothero proth...@earthednet.org wrote: Folks: I’m trying to delete an image from a script within that

Re: use-livecode Digest, Vol 135, Issue 3

2014-12-03 Thread Peter W A Wood
Hi Gregory I believe that you need to use absolute filepaths in the Apache configuration file rather than relative ones. So I think you will need to change Library/WebServer/CGI-Executables/“ to “/Library/WebServer/CGI-Executables/“ or