No and my biggest gripe about live code right now.
On Wed, Jan 22, 2020 at 16:43 Sannyasin Brahmanathaswami via use-livecode <
use-livecode@lists.runrev.com> wrote:
> aiff or wav?
>
> Hi,
>
> i imprted some short audiofiles 24bit/96kHz but it seems LC does some
> kind of downsampling or changes t
aiff or wav?
Hi,
i imprted some short audiofiles 24bit/96kHz but it seems LC does some
kind of downsampling or changes the frequency.
As it plays now very looow.
Is the max 16bit/44.1kHz ?
Any idea?
Thanks,
Jerry
___
use-livecode mailing list
us
Thank you!
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On January 22, 2020 4:40:23 PM Ralph DiMola via use-livecode
wrote:
J,
Settings ==>Privacy ==>Analytics ==> Analytic Data
Crash logs can be found there.
Ralph DiMola
IT Direct
Seconded. It would be good to hear how you set that up, and even better
if you have LC playing a role in that on the RPi.
--
Richard Gaskin
Fourth World Systems
JJS wrote:
NIce, i would like to know how you did it.
And did you need any other service like FCM or GCM or another to get it
out
J,
Settings ==>Privacy ==>Analytics ==> Analytic Data
Crash logs can be found there.
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of J. Landman Gay via use-
I believe 32bit run mode was the default for earlier versions of LiveCode
but 9.x is 64bit by default. I bring that up out of curiosity because I had
a problem with a browser plug-in (64/32bit) running inside a LiveCode
Browser widget in the past. The plugin would crash running in 64bit,
sometimes
My tester is getting a crash to the launcher on our iOS app (built with
LC 9.5.1.) Is there a way to get a system report or a way to know what
happened?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
__
mergLA will handle Face ID the same as Touch ID for iOS: no extra code
needed. It would be REALLY cool if this would work on macOS too so you
could use it on MacBook Pros since it's using the same calls.
https://quality.livecode.com/show_bug.cgi?id=18742
--Andrew Bell
From: Dan Friedman
T
NIce, i would like to know how you did it.
And did you need any other service like FCM or GCM or another to get it
out to browser or mobile devices?
JErry
Op 22-1-2020 om 20:34 schreef Kevin via use-livecode:
I’ve had my push notification server running on a Pi 3 for some years.
Just bought
On Wed, Jan 22, 2020 at 12:25 PM Pi Digital via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi Trevor
>
> It’s so helpful to have these guides. What kind of things do you use nsSSB
> for? I totally see it’s benefits. It would be great to hear your personal
> uses as examples of usefulne
I’ve had my push notification server running on a Pi 3 for some years.
Just bought a Pi 4, 4gb, will try installing live code on that.
Always found the biggest overhead on the Pi is running the monitor. Seems
quicker via VNC
Regards
Kevin Stallibrass
Sent from my iPhone
> On 22 Jan 2020, at
Wasn’t talking about the widget but building the underlying array that it would
display.
Thanks,
Brian
On Jan 22, 2020, 2:21 PM -0500, Richard Gaskin via use-livecode
, wrote:
> Where is the tree widget used in the Standalone Builder?
>
> --
> Richard Gaskin
> Fourth World Systems
>
> Brian Milb
Where is the tree widget used in the Standalone Builder?
--
Richard Gaskin
Fourth World Systems
Brian Milby wrote:
> Much of the needed work is already done in the standalone builder
> code. I don’t think it does a nested array, but it does handle things
> like processing links/shortcuts. I
Hi,
i imprted some short audiofiles 24bit/96kHz but it seems LC does some
kind of downsampling or changes the frequency.
As it plays now very looow.
Is the max 16bit/44.1kHz ?
Any idea?
Thanks,
Jerry
___
use-livecode mailing list
use-livecode@
Much of the needed work is already done in the standalone builder code. I
don’t think it does a nested array, but it does handle things like processing
links/shortcuts. I’ll try to take a look to see if a short recursive function
could be easily built.
Thanks,
Brian
On Jan 22, 2020, 1:59 PM -
Bob Sneidar wrote:
> I found a populate directory demo with a tree widget, but it fails,
> almost certainly because the embedded widget is out of sync with
> the current tree widget. Here you go.
If you turn one up it would be good to see the code.
So widgets can embed other widgets? I did not
Won't work. The behavior is missing.
Bob S
> On Jan 22, 2020, at 10:38 , Bob Sneidar via use-livecode
> wrote:
>
> I found a populate directory demo with a tree widget, but it fails, almost
> certainly because the embedded widget is out of sync with the current tree
> widget. Here you go.
I found a populate directory demo with a tree widget, but it fails, almost
certainly because the embedded widget is out of sync with the current tree
widget. Here you go.
> On Jan 22, 2020, at 10:34 , Bob Sneidar via use-livecode
> wrote:
>
> The tree view widget has an array at it's core. I
The tree view widget has an array at it's core. I seem to remember someone
creating a stack that uses the tree view widget to represent a folder
structure. You should be able to simply extract the array from that. I'll poke
around.
Bob S
> On Jan 22, 2020, at 10:21 , Bob Sneidar via use-live
We have many handlers that deliver directory trees as lists, but arrays
are a different beast. Because the depth is both unknowable and varied,
I can't think of a way to do this without resorting to "do".
--
Richard Gaskin
Bob Sneidar wrote:
> I thought someone created a handler for this? I
Hi Trevor
It’s so helpful to have these guides. What kind of things do you use nsSSB for?
I totally see it’s benefits. It would be great to hear your personal uses as
examples of usefulness.
Sean Cole
Pi Digital Prod Ltd
> On 22 Jan 2020, at 04:44, Trevor DeVore via use-livecode
> wrote:
>
I thought someone created a handler for this? It requires iteration.
Bob S
> On Jan 22, 2020, at 10:17 , Richard Gaskin via use-livecode
> wrote:
>
> I stumbled across a code challenge for y'all, one that seems seductively
> simple but I don't think it is:
>
> What is the simplest way to b
I stumbled across a code challenge for y'all, one that seems seductively
simple but I don't think it is:
What is the simplest way to build an array that reflects the files and
folders within a given folder?
There's a discussion about this here:
https://forums.livecode.com/viewtopic.php?f=7&t
For your general consumption. No error checking, so send it good data.
/**
AppleScript Create Mail. Pass a comma delimited list of email addresses, a
subject line, Body text and
optionally a numbered array of file paths. Creates a new mail in the OS X Mail
app.
*/
on asCreateEmail pAddress
I have an older Raspberry Pi 2.
I had installed LC 6.x on it but
found the processor and internet
to be way too slow.
I was considering getting a Pi 4,
but noticed that no one has yet
made a good LC installer for Pi
so I haven’t pursued it.
It’s good to hear that the Pi 4 is
better.
Thanks,
Ric
Jacque wrote:
Bug report here: https://quality.livecode.com/show_bug.cgi?id=22543
added the case: SivaSiva/nightly branch
which is even simpler: open stack Lexicon, Card 1 script,
on preopencard
if the environment is not "development" the
set the url of widge
26 matches
Mail list logo