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
> Gesen
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 brou
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
On 2 Dec 2014, at 13:54, Tiemo Hollmann TB 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 my old FTP
>
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 LiveCode.p
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 res
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
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 of
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.
B
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, Mic
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,
"http://www.youtube.com/embed/9HF_FcHOP-s?controls=1&showinfo=0&showsearch=0&modestbranding=1&rel=0&autoplay=0&autohi
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:
http://downloa
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:
http://downlo
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 wrote:
> According to the LC Dictionary, ‘go’ should have done what you want.
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 an
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
On Dec 3, 2014, at 12:39 PM, J. Landman Gay 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 that
> warning in t
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
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 image
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
wrote:
> Lock messages
> Go cd 1 of stack "mySubStack" as
send "deleteTheImage" && myImage to this stack in 0 seconds
On 03 Dec 2014, at 22:57, William Prothero 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 script is:
> on mo
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 s
Great! Thanks Bjornke!
Bo;;
On Dec 3, 2014, at 2:10 PM, Björnke von Gierke wrote:
> send "deleteTheImage" && myImage to this stack in 0 seconds
>
> On 03 Dec 2014, at 22:57, William Prothero wrote:
>
>> Folks:
>> I’m trying to delete an image from a script within that image LC doesn’t
>> li
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
“/Users//Library/WebServer/CGI
24 matches
Mail list logo