I was inspired by today’s Lockdown Learning Series presentation and looked at
adding swipe gestures to a current project. This whole process made WAY more
sense after re-watching Michael’s presentation (I saw it live too, but was over
my head last year). I’m struggling with a large DG. I’ve got
Thanks, Paul. That worked.
Bill
William A. Prothero
https://earthlearningsolutions.org
> On Aug 25, 2020, at 8:03 PM, Paul Hibbert via use-livecode
> wrote:
>
> Bill, try this in the behaviour button script:
>
> on mouseUp
> put the long name of this me into theName —theName will contain th
Hi Matthias,
Do you mean connecting to MySQL using ODBC instead of the built-in LiveCode
MySQL client?
Best,
Hery
-Original Message-
From: use-livecode On Behalf Of
matthias rebbe via use-livecode
Sent: Wednesday, August 26, 2020 10:42 AM
To: How to use LiveCode
Cc: matthias_livecode
Hi Panagiotis,
It makes sense, I'm going to try it.
Thank you very much for your recommendations.
I would like to say that this list is great.
Best,
Hery
-Original Message-
From: use-livecode On Behalf Of
panagiotis merakos via use-livecode
Sent: Wednesday, August 26, 2020 10:09 AM
T
Hi Bob,
It worked from Linux, Mac, and Windows.
Your idea sounds really good, but to be honest, I'm pretty busy these days and
I wouldn't like to deal with making middleware.
I just looking for a quick fix.
Maybe in the future, I’ll have to do it.
Best,
Hery
-Original Message-
From:
I tried to build a stand alone to my desktop under Big Sur, but my Mac would
not let me because of permissions or provisions or some other such new
restriction (I haven’t paid my $99, so I’m not a real Dev as far as Apple is
concerned) so I went back to Catalina and everything worked.
Sent fro
Whilst Mark provided what Phil needed, I too cannot believe how easy and
reliable Geoff's Navigator is. I use it for everything. When I need an
Inspector a double-click on a line in Navigator brings it up. I love it.
On Wed, Aug 26, 2020 at 7:14 PM Bob Sneidar via use-livecode <
use-livecode@lis
Also, Geoff Canyon wrote a GREAT utility called Navigator, which among other
things, allows you to drag objects around in a hierarchical list. If you drag
an object in a group to somewhere outside that group, into another group let’s
say, it does all the relaying for you.
I cannot tell you how
I am running Lc 9.6.1 on macOS 11 beta 5 without a backward glance,
happy to say.
On 26.08.20 5:54, Marty Knapp via use-livecode wrote:
I haven’t tried the LC development environment on Big Sur yet, just ran an
already-built app. As far as the tabbed button, the issue is that the
highlighted
The problem was the lack of any mouseUp message at all when swiping
horizontally, making it impossible to swipe for navigation over a scroller.
We used a kludgy workaround, but the problem has been fixed now, so the
next update can be completely cross platform without any diversions.
--
Jacque
Certainly best to avoid any made backwards.
> On 26 Aug 2020, at 15:20, Martin Koob via use-livecode
> wrote:
>
> Is there a rule regarding puns?
>
> Martin
>
>> On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode
>> wrote:
>>
>> ROFL
>>
>> THAT was gouda!
>>
>> (I know, I know!
Only cheese puns.
> On Aug 26, 2020, at 8:20 AM, Martin Koob via use-livecode
> wrote:
>
> Is there a rule regarding puns?
>
> Martin
>
>> On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode
>> wrote:
>>
>> ROFL
>>
>> THAT was gouda!
>>
>> (I know, I know! I broke one of the rule
There are also free MySQL Connectors/ODBC available for different operating
systems. The current ones are for Server 8.0,5.7 and 5.6.
https://dev.mysql.com/downloads/connector/odbc/
They connectors can be downloaded without the need to be logged in. So no need
for an account registration at dev
Is there a rule regarding puns?
Martin
> On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode
> wrote:
>
> ROFL
>
> THAT was gouda!
>
> (I know, I know! I broke one of the rules… no politics, no religion and no
> cheese)
>
>> On Aug 26, 2020, at 9:09 AM, Mike Kerner via use-livecode
Hello all,
This is because MySQL 8 supports a stronger authentication method based on
SHA256, and this method is used by default.
LiveCode (as well as some other MySQL connectors/clients) do not support
this authentication method yet. In this case, you could configure your
MySQL installation to u
Hello all,
This is because MySQL 8 supports a stronger authentication method based on
SHA256, and this method is used by default.
LiveCode (as well as some other MySQL connectors/clients) do not support
this authentication method yet. In this case, you could configure your
MySQL installation to u
Thanks very much Mark, the relayer command is exactly what I needed.
relayer field “xx” to the front of group “thePoem” —adds the field to the poem
group at the top of the group
relayer field “xx” after group “thePoem” —removes the field from the poem group
and leaves it in front of the group
J,
I take it you referring to the premature mouse "down/up"s you get with
Android while perusing in a native scroller. This is not a problem for me in
iOS. I put in a simple timer and it does not adversely affect iOS(or affect
it in any way) but does make the scrolling in Android work as expected.
ROFL
THAT was gouda!
(I know, I know! I broke one of the rules… no politics, no religion and no
cheese)
> On Aug 26, 2020, at 9:09 AM, Mike Kerner via use-livecode
> wrote:
>
> On Tue, Aug 25, 2020 at 12:41 PM Sean Cole (Pi) via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> I
On Tue, Aug 25, 2020 at 12:41 PM Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:
> I LOVE 'this me'. This extraordinary use of coding language is truly where
> LC shines and why I love it so much, - sometimes. [sigh]
>
> Sean
>
and that's why your fonts break - because yo
On 2020-08-26 10:06, Jimmieson, Phil via use-livecode wrote:
One thing I’m considering is having a set of dummy hidden items
already in the group and making one of those look like the word the
user just dragged in - thus it’s already a member of the group and can
be scrolled etc with the rest. Ca
J. Landman Gay wrote:
> Any bugs you found are certainly based in fact, as you've shown.
That an anomaly is evident is known. The cause and possible remedies,
however, remain open questions.
Though I briefly dabbled in sending hand-written Postscript to my laser
printer back in the day (who d
Hi folks,
The app I’m currently working on features a poem presented as a series of
fields (each containing one word of the poem) all grouped together, so that the
poem can be scrolled vertically by the user. I need to be able to add extra
words to the poem as the user drags them in from a set o
On August 25, 2020 7:47:00 PM "Sean Cole \(Pi\) via use-livecode"
wrote:
The projects deadline was Monday morning, which was completed. It doesn't
take away from the fact that next time I will face it all again because LC
won't fix the fundamentals. They don't live up to their promises. They
24 matches
Mail list logo