On 2019-06-11 02:44, Alex Tweedly via use-livecode wrote:
on mouseup
local tName, t1, t2
put the long name of fld "F" into tName
put tName & ",12,13" into t1
put "t1" && t1 &CR after msg
put item 1 of t1 into t2
set the vis of t2 to TRUE
put "t2 was OK" &CR after msg
set
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 a
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 &CR afte
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,
>>
>> Li
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
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 o
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 folk
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 an
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 platfo
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.
Th
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 message
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,
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 | http://www.hyperactivesw
*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
someth
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
rdim...@evergre
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
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 widg
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 decod
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 g
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 is
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 Studi
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
somet
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 "preferenc
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 (!)
>
>
> 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".
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 -> specialfolderp
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
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
?
Richmond.
28 matches
Mail list logo