Re: Why does this not work ?

2019-06-10 Thread Peter Bogdanoff via use-livecode
I think that 'item 1 of t1’ has to be resolved to an object reference before it can be used with the vis property. The earlier lines are doing that, but not the last. It seems that LiveCode has gotten stricter with this in recent versions, requiring “of me” or such when referring directly to

Why does this not work ?

2019-06-10 Thread Alex Tweedly via use-livecode
OK, this code produces an error - but I can't see why (and I worry about that :-) I have a field inside a group inside a group , and the following code : on mouseup    local tName, t1, t2    put the long name of fld "F" into tName    put tName & ",12,13" into t1    put "t1" && t1 after

Re: Visual Studio 2017 to the rescue

2019-06-10 Thread Monte Goulding via use-livecode
Yes this does indeed sound like a bug so if you could report it that would be great. > On 11 Jun 2019, at 2:11 am, Trevor DeVore via use-livecode > wrote: > > On Mon, Jun 10, 2019 at 10:19 AM Mark Talluto via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hello Friends, >> >>

Re: It's so good . . .

2019-06-10 Thread JJS via use-livecode
I did not understand your email until i received the livecode email. at least this is now confirmed also for Indy (as first there was confusion and it would only be for business: Android Barcode Scanning (Indy and Business) - use your Android device to scan, save and manipulate barcodes

Re: pdf widget initial thangers

2019-06-10 Thread Paul Dupuis via use-livecode
On 6/10/2019 1:58 PM, Mike Kerner via use-livecode wrote: Paul, Have you reworked the xpdf example stack to use the widget? Are there any api additions/deletions between xpdf and the widget? Not yet, but it is on my to do list, probably starting next week? Perhaps the week after. I have some

Re: Machine Learning in LC?

2019-06-10 Thread Dar Scott Consulting via use-livecode
I realize this is a year old... I have been applying machine learning (Python, Jupyter, numpy et al, keras, tensorflow on desktop and gradient). However, a lot of my functions are in LiveCode. Also, I want to make some nice applications for classifiers. So... I, too, am interested in what

Machine Learning

2019-06-10 Thread Dar Scott Consulting via use-livecode
I have been involved in AI and machine learning on and off since I wrote a paper on modeling learning using linear algebra a half century ago. However, recently, I have been thrown into the deep learning volcano and am doing the backstroke in the machine learning lava. I am wondering... Has

Re: pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
Paul, Have you reworked the xpdf example stack to use the widget? Are there any api additions/deletions between xpdf and the widget? On Mon, Jun 10, 2019 at 12:49 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I have used it extensively. The widget works on all

Printing to pdf and printing to paper on Android

2019-06-10 Thread JJS via use-livecode
Hi, concerning printing on mobile and then i mean Android, to pdf or paper is not supported? (as far as i know) Why? At least every Android(as of Android 6) i had, had printing services. So probably it is time to update Printing to pdf and Printer Library and maybe other dependencies.

It's so good . . .

2019-06-10 Thread Richmond via use-livecode
It's so good, we bumped it up a version so we hope you don't notice all the things which you donated for in the Kickstarter that have been quietly passed over. https://www.kickstarter.com/projects/1755283828/open-source-edition-of-livecode/posts/415346 I am just waiting for the slew of

Re: My sticky fingers

2019-06-10 Thread Richmond via use-livecode
Many things may be worn out . . . certainly my patience is wearing a bit thin when I cannot stop a command repeating itself because an end-user has got his/her finger stuck on an arrowkey. Richmond. On 10.06.19 19:40, JB via use-livecode wrote: The keyboard might be worn out. JB On Jun 10,

Re: My sticky fingers

2019-06-10 Thread Richmond via use-livecode
This looks like Richmond was being "artistic" to make a point. Richmond. On 10.06.19 18:05, J. Landman Gay via use-livecode wrote: This sounds like the system's key repeat rate is set too fast. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: My sticky fingers

2019-06-10 Thread Richmond via use-livecode
*Exit to top* did not work inside a switch statement. Richmond. On 10.06.19 16:52, Stephen Barncard via use-livecode wrote: Exit to top On Mon, Jun 10, 2019 at 01:43 Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: Everyyytime I try to type

RE: pdf widget initial thangers

2019-06-10 Thread Ralph DiMola via use-livecode
I have used it extensively. The widget works on all platforms and has many more options. I think I should have done a talk about it at the conference. If you have any questions about any properties/messages shoot me an email. Ralph DiMola IT Director Evergreen Information Services

Re: My sticky fingers

2019-06-10 Thread JB via use-livecode
The keyboard might be worn out. JB > On Jun 10, 2019, at 8:05 AM, J. Landman Gay via use-livecode > wrote: > > This sounds like the system's key repeat rate is set too fast. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On

Re: pdf widget initial thangers

2019-06-10 Thread Paul Dupuis via use-livecode
On 6/10/2019 12:02 PM, Mike Kerner via use-livecode wrote: anyone messing with the pdf widget, yet? Any thoughts about using it vs. xpdf? the xpdf external is Google PDFium wrapped as an External. the LC950 pdf widget is Google PDFium wrapped as a FFI widget. Expect that effectively the

Re: Visual Studio 2017 to the rescue

2019-06-10 Thread Trevor DeVore via use-livecode
On Mon, Jun 10, 2019 at 10:19 AM Mark Talluto via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello Friends, > > LiveCode 9.5 dp1 is my favorite LiveCode yet. If you are dipping into > testing it out, I found something that may save you some time. > > If you use mergJSONencode and

pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
anyone messing with the pdf widget, yet? Any thoughts about using it vs. xpdf? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is

Re: Visual Studio 2017 to the rescue

2019-06-10 Thread Matthias Rebbe via use-livecode
So this does also mean, that this is also the case for a standalone (created with 9.5dp1) that uses mergJSONencode/decode, right? Matthias Rebbe > Am 10.06.2019 um 17:19 schrieb Mark Talluto via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hello Friends, > > LiveCode 9.5 dp1

Visual Studio 2017 to the rescue

2019-06-10 Thread Mark Talluto via use-livecode
Hello Friends, LiveCode 9.5 dp1 is my favorite LiveCode yet. If you are dipping into testing it out, I found something that may save you some time. If you use mergJSONencode and decode on Windows, you need to make sure you have installed the Microsoft Visual C++ Redistributable for Visual

Re: My sticky fingers

2019-06-10 Thread J. Landman Gay via use-livecode
This sounds like the system's key repeat rate is set too fast. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 10, 2019 3:44:57 AM Richmond via use-livecode wrote: Everyyytime I try to type

Re: stack can write to prefs-folder, and cannot!?

2019-06-10 Thread Klaus major-k via use-livecode
Hallo Hermann, > Am 10.06.2019 um 15:44 schrieb hh via use-livecode > : > >> Klaus M. wrote: >> What the hell is going on here? What am I overlooking? > > I have here these problems also from a new stack or the message box on > MacOS 10.14.5 using LC 9.5.0/ 9.0.5/ 8.1.10. > But with

Re: My sticky fingers

2019-06-10 Thread Stephen Barncard via use-livecode
Exit to top On Mon, Jun 10, 2019 at 01:43 Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > Everyyytime I try to type > someting m figerrs > get stuuuck on the keys to > long . . . > > Especially in LiveCode (!) >

Re: stack can write to prefs-folder, and cannot!?

2019-06-10 Thread hh via use-livecode
> Klaus M. wrote: > What the hell is going on here? What am I overlooking? I have here these problems also from a new stack or the message box on MacOS 10.14.5 using LC 9.5.0/ 9.0.5/ 8.1.10. But with "preferences" only, have no problems with "documents" or "desktop".

stack can write to prefs-folder, and cannot!?

2019-06-10 Thread Klaus major-k via use-livecode
Hi friends, another mistery with my "uncompilable" stack. :-/ The stack created a subfolder in specialfolderpath("preferences") (Mac only!) and two more subfolders in that folder, so the pathnames are: tAppData -> specialfolderpath("preferences") & "/nameofapp/appdata/ tUserData ->

[ANN] This Week in LiveCode 181

2019-06-10 Thread panagiotis merakos via use-livecode
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 #181 here: http://bit.ly/2R0Okgw This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

My sticky fingers

2019-06-10 Thread Richmond via use-livecode
Everyyytime I try to type someting m figerrs get stuuuck on the keys to long . . . Especially in LiveCode (!) So? on keyDown   do something   get me the hell out of this so it doesn't happen more than once end keyDown ?