Ok, I have pinned this down. I created a new user and this did indeed not
expose the problem. I then turned to my other user and disabled everything that
is launched on startup. (Login items). Once I disabled Spotify in there it
works as expected. What gives??? This is rather strange, but I blam
On 2016-12-12 09:17, Malte Brill wrote:
Ok, I have pinned this down. I created a new user and this did indeed
not expose the problem. I then turned to my other user and disabled
everything that is launched on startup. (Login items). Once I disabled
Spotify in there it works as expected. What give
On 2016-12-09 19:44, Bleiler, Timothy wrote:
I still have one question though. Given the part of your answer I
quoted above, why does the “pass” control structure trigger handlers
along the behavior chain rather than skipping over them and going to
the next object in the ownership chain?
Becaus
See Dictionary -> API:Browser -> javascriptHandlers
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-liveco
Since "it" is the downloaded script, what if you tried this with a hidden
button:
get "https://www.domain.com/folder/stack.livecodescript";
set the script of button "hiddenGems" to it
insert the script of button "hiddenGems" into front
--
View this message in context:
http://runtime-revolut
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #63 here: https://goo.gl/sv2kyx
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around t
On 12/12/2016 03:38 AM, pink wrote:
Since "it" is the downloaded script, what if you tried this with a hidden
button:
get "https://www.domain.com/folder/stack.livecodescript";
set the script of button "hiddenGems" to it
insert the script of button "hiddenGems" into front
Heh. I need caffeine.
Thanks for taking the time to explain this Mark. After I thought about it for
awhile I expected that this would be your answer and again I’m very pleased
with how you’ve implemented the behavior feature.
Tim Bleiler, Ph.D.
Instructional Designer, HSIT
University at Buffalo
> On Dec 12, 2016, a
So, the debate of the morning here is: Is there a standard or common
(most frequently used) convention for the file extension for a
preferences or options file that is common between Windows and OSX and
Linux? Or for that matter iOS and Android as well?
I've see .CFG [Configuration File] and .INI
I don't know, what the "how to" standard would be. I am using an .xml file
for my preferences, because it's easy and safe to write and read.
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag
von Paul Dupuis
Gesendet: Montag, 12. Dez
Dear list members,
We are pleased to announce the release of LiveCode 8.1.2 RC-3.
Getting the Release
===
You can get the release at https://downloads.livecode.com/livecode/ or via
the automatic updater.
Release Contents
LiveCode 8.1.2 RC-3 contains bug fixes and
I want to be able to display a fillable PDF form in LiveCode and then allow
the user to fill it in and then save the resulting document.
I have tried a couple of things.
*PDF Viewer*
- I have the LiveCode Business Licence so I have the PDF Viewer. When I
open a fillable PDF form I can only view
There is a bug report related to something similar, but I don't know if any
of us have developed a reliable recipe, yet. For me it's surprising and
almost random when it happens, and I don't uncheck/check
On Sat, Dec 10, 2016 at 10:32 PM, Sannyasin Brahmanathaswami <
bra...@hindu.org> wrote:
> P
J. Landman Gay wrote:
> Correction: I have to "go" before I can "start using". Like Mike
> Bonner said. Hmph.
When I was first setting up my "streaming app" framework years ago I did
extensive testing with using a library downloaded from a server.
Ultimately the best I could come up with was
On 12/12/2016 12:58 PM, Tiemo Hollmann TB wrote:
> I don't know, what the "how to" standard would be. I am using an .xml file
> for my preferences, because it's easy and safe to write and read.
> Tiemo
Just wanted to confirm you use a .xml file extension vs some other
extension on an XML file to ob
My understanding is that OS X prefs files are xml based but the file extension
is .plist.
Bob S
> On Dec 12, 2016, at 13:09 , Paul Dupuis wrote:
>
> On 12/12/2016 12:58 PM, Tiemo Hollmann TB wrote:
>> I don't know, what the "how to" standard would be. I am using an .xml file
>> for my prefer
That is odd. I recently did that very thing. I started a transaction and then
ran multiple updates in a repeat loop, then committed the transaction. Seemed
like all the data ended up in the tables.
Bob S
> On Dec 10, 2016, at 12:16 , Dr. Hawkins wrote:
>
> One thing to note: at the moment
2 other options. Neither of you is crazy. Both of you are crazy. What do they
teach children in logic classes these days?? ;-)
Bob S
On Dec 9, 2016, at 18:25 , Mark Wieder
mailto:ahsoftw...@sonic.net>> wrote:
I think of them as private backscripts, available only the object to
which they are
>> Mark wrote:
>> So... Either I'm not crazy or I've got company.
>
> Bob wrote:
> 2 other options. Neither of you is crazy. Both of you are crazy.
These are not 'other' options!? Both cases are already included
in the listing of Mark.
Or is it a typo, did you mean "2 other options:"?
_
On 12/12/16 5:38 AM, pink wrote:
Since "it" is the downloaded script, what if you tried this with a hidden
button:
get "https://www.domain.com/folder/stack.livecodescript";
set the script of button "hiddenGems" to it
insert the script of button "hiddenGems" into front
That would probably work
I haven't tried it but, perhaps you could-- put url "
https://www.domain.com/folder/stack.livecodescript"; into url ("binfile:" &
specialfolderpath("temp") & "/thestack.livecodescript"
Then start using it from there.
On Mon, Dec 12, 2016 at 9:52 PM, J. Landman Gay
wrote:
> On 12/12/16 5:38 AM, p
On 12/12/16 11:08 PM, Mike Bonner wrote:
I haven't tried it but, perhaps you could-- put url "
https://www.domain.com/folder/stack.livecodescript"; into url ("binfile:" &
specialfolderpath("temp") & "/thestack.livecodescript"
Then start using it from there.
Hey, it works! Binary or script-only
Still hope they fix it so the other way works, but any workaround in a
storm.
On Mon, Dec 12, 2016 at 10:39 PM, J. Landman Gay
wrote:
> On 12/12/16 11:08 PM, Mike Bonner wrote:
>
>> I haven't tried it but, perhaps you could-- put url "
>> https://www.domain.com/folder/stack.livecodescript"; into
On 12/12/2016 09:39 PM, J. Landman Gay wrote:
On 12/12/16 11:08 PM, Mike Bonner wrote:
I haven't tried it but, perhaps you could-- put url "
https://www.domain.com/folder/stack.livecodescript"; into url
("binfile:" &
specialfolderpath("temp") & "/thestack.livecodescript"
Then start using it from
On Tue, Dec 13, 2016 at 8:18 AM, Bob Sneidar
wrote:
> That is odd. I recently did that very thing. I started a transaction and then
> ran multiple updates in a repeat loop, then committed the transaction. Seemed
> like all the data ended up in the tables.
>
That sounds like you did NOT do the ve
I am using standard .xml extension, I have never tested, if revXML handles
other extensions too, or if it needs the .xml extension.
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag
von Paul Dupuis
Gesendet: Montag, 12. Dezember 201
26 matches
Mail list logo