FYI
I filed bug report
Bug 16029
regarding and failure to execute "do script" and missing dictionary for
AppleScript in latest versions of LC
Kind regards
Bernd
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/LiveCode-Applescript-Filemaker-tp4696637p4696694.
Hi ilsa,
if you use LC 7.0.6 then
---
set d2 to "what"
tell application "LiveCode 7.0.6"
activate
do script ("ask " & d2)
end tell
---
works. (tested from Script Debugger)
(note the addition of "script" after do)
What I posted in
Ok, so I tried it again, and made sure that I didn’t use any $ sign.
It worked! I got a message that flashed on the screen that said
“Thank you for your Pledge!” that promptly disappeared. If I had
taken the time to blink I never would have seen it. I then checked
my email to be sure that I inde
Hi,
this works for me when sending this AppleScript to Livecode from Script
Debugger. Should work from Filemaker also.
tested with Livecode 7.1 rc3
---
set d2 to quote & "what is going on?" & quote
tell application "LiveCode your version here"
On 09/25/2015 10:23 AM, Mark Waddingham wrote:
Hi Mark,
We think this is to do with an unfortunate interaction with a plugin you have
installed - but aren't entirely sure... We couldn't reproduce in a clean
system. Could you try disabling your local plugin folder (rename it) and see if
you st
On Fri, Sep 25, 2015 at 8:28 AM, Rick Harrison
wrote:
> I think some users may have expected that 64 bit, and the
> other projects were already in the pipeline to be accomplished,
>
Or more bluntly: actual postgres support and mac 64 bit aren't "extras";
they're fundamentals. The lack of these
Did you enter a $ sign with your amount pledged? If so, it won't have
registered. You need to enter only numbers.
If you didn't get an email, I very much doubt we got your pledge.
Regards,
Heather
> On 26 Sep 2015, at 18:12, Rick Harrison wrote:
>
> Hi there,
>
> I just pledged, and the we
Hi there,
I just pledged, and the website didn’t seem give me
enough feedback that my pledge had been recorded.
The numbers didn’t change for the number of people
backing or for the amount.
Neither did I receive any email to confirm that I had
pledged. Has anyone else experienced this?
Does it h
Hi ilsa,
This may or may not be the issue but it is
worth a try.
I noticed that your do statement is:
do(“ask “ & d2)
try
do (“ask “ & d2)
Sometimes spaces are crucial for having
statements interpreted the correct way.
Good luck!
Rick
> On Sep 25, 2015, at 3:29 PM, ilivecode wrote:
>
> H
Argh, sorry - I misread - yes that's the main difference between the 7 and
8 IDE startup.
On Sat, Sep 26, 2015 at 1:21 PM Ali Lloyd wrote:
> Yes, sorry I was talking about the IDE - the dictionary is not included in
> standalones.
>
>
> On Sat, Sep 26, 2015 at 11:15 AM Malte Brill
> wrote:
>
>>
Yes, sorry I was talking about the IDE - the dictionary is not included in
standalones.
On Sat, Sep 26, 2015 at 11:15 AM Malte Brill wrote:
> Hi Ali,
>
> > One reason the IDE might take slightly longer to start up in 8 because
> > widget docs are dynamically added to the dictionary.
>
> I am not
Hi Ali,
> One reason the IDE might take slightly longer to start up in 8 because
> widget docs are dynamically added to the dictionary.
I am not sure if with an added 21 to 30 seconds we can talk about „slightly“…
Especially if also Standalones are affected.
If you are talking about the added
12 matches
Mail list logo