Geoff,
Add me to the list of long-time happy users.
Paul Looney
> On Feb 6, 2018, at 7:33 PM, Geoff Canyon via use-livecode
> wrote:
>
> Hey, you're welcome! I'm just happy (and a bit surprised!) that it's still
> useful/in use.
>
> On Tue, Feb 6, 2018 at 3:03 PM, hh via use-livecode <
> us
Hey, you're welcome! I'm just happy (and a bit surprised!) that it's still
useful/in use.
On Tue, Feb 6, 2018 at 3:03 PM, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:
> > Mark T. wrote:
> > Geoff Canyon is amazing.
> > Thanks for all of your hard work on this very useful plugin.
>
On Tue, Feb 6, 2018 at 3:28 PM, Warren Samples via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
>>
> With all due respect, this is not all correct information. It is perfectly
> valid to escape using single quotes (and double quotes) on the command line
hmm, for spaces, that seems to b
Has anyone here had occasion to test relative speed of LC Server vs PHP
for common tasks (file I/O, array splits, parsing, etc.)?
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobile, and the Web
__
On 02/06/2018 07:35 PM, hh via use-livecode wrote:
You are obviously an expert with the shell/unix.
Nothing of the sort, I'm just sharing some information I have collected
from other sources and have found to work in this kind of situation :D
Warren
> Warren S. wrote:
> The dictionary says: "On OS X systems, you can use the open process
> command to start up an application, but not a Unix process. To work with
> a Unix process, use the shell func instead." That makes me wonder if you
> can only use shell() with ffmpeg.
It is not quite clea
On Tue, Feb 6, 2018 at 2:59 PM, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On 02/06/2018 02:46 PM, Geoff Canyon via use-livecode wrote:
>
>> Does this do what I think it does!? i.e. make it so rev code can throw
>> errors, be debugged, breakpointed, and stepped through.
On 02/05/2018 11:04 PM, Stephen Barncard via use-livecode wrote:
I have this open sourced app
ffmpeg
and I need to copy the first file from a CD, convert it to a wav file, name
it, and save it to a file on a hard drive.
(the executable is located in the same folder as the stack, hence the ./ )
On 02/06/2018 10:25 AM, Dr. Hawkins via use-livecode wrote:
double quotes cause evaluation (for shell variables?), back quote (`)
causes contents to execute. You seem to be using ', which is a literal.
You have*SPACES* in file names.
This*ALWAYS* leads to suffering.
Quoting a filename does
Hi Tore,
> Am 07.02.2018 um 00:03 schrieb Tore Nilsen via use-livecode
> :
>
> Right click or control click the file i project browser and use clear from
> the menu.
> You may have to reload the PB to see that the clip is deleted.
Sorry, no "Clear" menu-item in the popup menu with Audioclips!
Right click or control click the file i project browser and use clear from the
menu. You may have to reload the PB to see that the clip is deleted.
Best regards
Tore Nilsen
Sendt fra min iPhone
> 6. feb. 2018 kl. 23:08 skrev Klaus major-k via use-livecode
> :
>
> Hi friends,
>
> obviously I
> Mark T. wrote:
> Geoff Canyon is amazing.
> Thanks for all of your hard work on this very useful plugin.
Yes, thanks a lot Geoff - that's really very useful.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscri
On 02/06/2018 02:46 PM, Geoff Canyon via use-livecode wrote:
Does this do what I think it does!? i.e. make it so rev code can throw errors,
be debugged, breakpointed, and stepped through.
Yes, it does... but be careful with it. It will also pinpoint all the
ugly errors in the IDE stacks. I on
Does this do what I think it does!? i.e. make it so rev code can throw errors,
be debugged, breakpointed, and stepped through.
If so, oh my goodness you just made my day. I have been debugging Navigator
for fourteen years now, all with answer statements and puts. My code is
literally riddled
Just a quick FYI. I got an early build that has this fixed! Geoff Canyon is
amazing. Thanks for all of your hard work on this very useful plugin.
-Mark Talluto
> On Feb 5, 2018, at 11:40 PM, Geoff Canyon via use-livecode
> wrote:
>
> Or is it that it's editing the object script? I rewrote tha
Hi friends,
obviously I am missing something obvious, but how can I delete an imported
audioclip?
Looks like the "Poject Brwoser" cannot do this.
Thanks for any pointer!
Best
Klaus
--
Klaus Major
http://www.major-k.de
kl...@major-k.de
___
use-liv
On Tue, Feb 6, 2018 at 12:03 PM, Stephen Barncard via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Mike Bonner: I'll try the Open Process suggestion you made - again with
> more syntax variations this time. thanks!
>
> Dr Hawkins - I don't have control over the name of the CD source fil
panagiotis merakos wrote:
Thanks Richard. So, a guess is that for some reason LC cannot open the
sqlite database that holds all the dictionary entries, thus it cannot fetch
the list of the default handlers per object. I am wondering if this is
related to the other bug report you have filed, where
Mike Bonner: I'll try the Open Process suggestion you made - again with
more syntax variations this time. thanks!
Dr Hawkins - I don't have control over the name of the CD source file..
1 Audio Track.aiff
the OS demuxes the data on the CD and gives them generic names.
surely there must be a way
Sorry, I haven't a clue. One of my projects has dozens of stackfiles and I
don't see this behavior. We're building for mobile though, maybe that matters.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On Februa
Thanks Richard. So, a guess is that for some reason LC cannot open the
sqlite database that holds all the dictionary entries, thus it cannot fetch
the list of the default handlers per object. I am wondering if this is
related to the other bug report you have filed, where the dictionary opens
but it
Hi Geoff,
Yes. The object does have its own script. Older versions of Navigator allowed
me to pick the script to edit with an option key combo/double click…or however
I set up my prefs.
In the current version, you can only see the objects script even if you tell it
that you want to see the as
panagiotis merakos wrote:
> I cannot reproduce this, tested on Ubuntu 16.04 with LC 9 DP-11.
>
> Could it be the case that there is a bad interaction with a Plugin?
>
> What happens if you try first to "put true into grevdevelopment" and
> then uncheck and recheck "Show Default handlers"?
>
> If s
J. Landman Gay wrote:
> I'm not sure the problem is profiles. Do you have "search for
> inclusions" selected? If so, the sb has to open every stack to search.
> Even if you don't use any inclusions, it may be doing that anyway, and
> also the ask and answer dialogs are always selected by default.
Roseanne Roseannadanna wrote
> Nevermind!
Fixed it.
-- Tom B.
--
Sent from:
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, u
I use manual inclusions and it still seems to open everything. If I attempt to
build a second time I am informed that there are stacks in memory with the same
name.
Bob S
> On Feb 6, 2018, at 10:12 , J. Landman Gay via use-livecode
> wrote:
>
> I'm not sure the problem is profiles. Do you
I cannot reproduce this, tested on Ubuntu 16.04 with LC 9 DP-11.
Could it be the case that there is a bad interaction with a Plugin?
What happens if you try first to "put true into grevdevelopment" and then
uncheck and recheck "Show Default handlers"?
If something was failing silently before, th
I'm not sure the problem is profiles. Do you have "search for inclusions"
selected? If so, the sb has to open every stack to search. Even if you
don't use any inclusions, it may be doing that anyway, and also the ask and
answer dialogs are always selected by default.
If you haven't already don
panagiotis merakos wrote:
> On Tue, Feb 6, 2018 at 5:21 PM, Richard Gaskin wrote:
>
>> I have "Show Default Handlers" checked in my SE, but I don't see
>> them.
...
> Do you see the non-default handlers of the script?
Yes.
> If you see no handlers at all, then either there is a syntax error in
Yes I think that was resolved a while ago. That particular thing is not
happening to me anymore, but I am constantly plagued with the Stack Already
Open message, and also the issue with the modal Login stack is related.
I have found that I can suppress messages just before building and the buil
Hi all.
I'm getting two error dialogs on launching a newly built standalone (built
with LC 7.1.4 on Win 10) of a stable project.
Error on: Appname.exe 1 (6)
Error on: revsecurity.dll 1 (6)
I've been producing builds with this same project for many years without
seeing these errors.
The errors
Do you see the non-default handlers of the script?
If you see no handlers at all, then either there is a syntax error in the
script and LC for some reason does not see it, or something else happens
and trashing your Prefs will probably fix it :)
PS: I guess you have already tried unchecking and r
Bob Sneidar wrote:
> That is exactly what I was complaining about. Apparently when the SB
> creates the duplicate stack, it uses that path and modifies the
> original mainstack if you try to build again. Now I only build for one
> platform, and then I quit and relaunch for each build operation. Th
I have "Show Default Handlers" checked in my SE, but I don't see them.
Is this yet another case where I have to toss my prefs stack and then go
back and restore all my settings to get this one thing to work, or is
there a simpler way to show default handlers in the SE?
--
Richard Gaskin
Fou
On Mon, Feb 5, 2018 at 9:46 PM, Mike Bonner via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
> > (./ffmpeg -i '/Volumes/Audio CD/1 Audio Track.aiff' '/Volumes/20160518
> KJAZ
> > ARCHIVE MASTER/JULY - JAN 2017/20040315-2-JD0211b.wav' &)
>
double quotes cause evaluation (for shell variab
That is exactly what I was complaining about. Apparently when the SB creates
the duplicate stack, it uses that path and modifies the original mainstack if
you try to build again. Now I only build for one platform, and then I quit and
relaunch for each build operation. That keeps my original stac
Stephen, I'm confused. Maybe you are too? If you have a subscription to
LiveCode, it remains current for the term of the subscription. If the
subscription is cancelled your access to the purchased, commercial,
Indy/Business LiveCode product will cease. This has been the case since version
6.0 w
37 matches
Mail list logo