Search found 30 matches

by xyz
Mon Mar 15, 2021 6:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: General purpose launcher
Replies: 12
Views: 6155

Re: General purpose launcher

duh :)

Good solution, though it "rubs me raw" to include all kinds of stuff I don't need.

I guess I'll persist data in other ways.

Thanks!
by xyz
Mon Mar 15, 2021 5:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: General purpose launcher
Replies: 12
Views: 6155

Re: General purpose launcher

dunbarx, I have several projects for which I have made individual launcher apps. This is so I could persist data when running those apps on other computers that do not have livecode installed. Rather than write a separate launcher for each project, I thought I would write one launcher that could lau...
by xyz
Mon Mar 15, 2021 3:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: General purpose launcher
Replies: 12
Views: 6155

General purpose launcher

I wrote what was intended to be a general purpose launcher. You put it in the same folder as the LiveCode project and it launches the first one it sees. Cool. But, sadly, I discovered that the launcher app does not include the "inclusions" needed by the LC project it launches. My launcher is no long...
by xyz
Wed Mar 10, 2021 8:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: When project loads, cursor is in "selection mode"
Replies: 5
Views: 3211

Re: When project loads, cursor is in "selection mode"

Thank you all. To answer kdjanz, "yes, saving after putting the project in run/browse mode and then closing the stack" seems to have solved the problem. Now, regardless of whether I am in "browse" or "pointer" mode when I save and close, the pointer/cursor is no longer set to "select objects" when I...
by xyz
Wed Mar 10, 2021 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: When project loads, cursor is in "selection mode"
Replies: 5
Views: 3211

When project loads, cursor is in "selection mode"

I have a slightly annoying issue. When I first load my project the trackpad cursor is in "selection mode", so when I move the cursor a "dashed rectangle" outline is shown and the pointer starts selecting items on the card. This is no big deal. I just click on the card and the selection mode stops, b...
by xyz
Tue May 05, 2020 3:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting Path in LiveCode Server
Replies: 7
Views: 4964

Re: Setting Path in LiveCode Server

Lonnie, here is a link to revIgniter https://revIgniter.com and its excellent documentation https://revigniter.com/userGuide/index.html . The documentation is very clearly written and concise. I'm happy to stay in touch with you and discuss your project with you as I work on mine. I assume there is ...
by xyz
Mon May 04, 2020 8:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting Path in LiveCode Server
Replies: 7
Views: 4964

Re: Setting Path in LiveCode Server

Lonnie, I am no expert. I am just experimenting with LiveCode server myself. I wrote this reply not so much to answer your question as to clear up a misunderstanding that I think you might be operating under. That misunderstanding is that you seem to think the desktop application called LiveCode is ...
by xyz
Wed Apr 29, 2020 2:56 am
Forum: Bug Triage
Topic: Livecode crashes with copy command
Replies: 14
Views: 4796

Re: Livecode crashes with copy command

bogs, I simply put a field and a button on a card, then run the scripts in the mouseUp event of the button (at different times, of course).

It crashes.
by xyz
Tue Apr 28, 2020 1:43 am
Forum: Bug Triage
Topic: Livecode crashes with copy command
Replies: 14
Views: 4796

Livecode crashes with copy command

The following code correctly copies the text of a field to the clipboard: copy character 1 to -1 of field "Field" The following code crashes Livecode Community Plus (v9.5.1) running on Mac OS X 10.14: copy character 1 to -1 of field "Field" of me The dictionary suggests that the first is the proper ...
by xyz
Fri Apr 24, 2020 4:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect to MySQL DB using LC Server & revIgniter
Replies: 14
Views: 8984

Re: Can't connect to MySQL DB using LC Server & revIgniter

No, it is on the same machine.

I reinstalled MySQL, this time selecting the down-graded "legacy" authentication and it is now working with LC revOpenDatabase. Now I'll see if that was the problem with LC Server & revIgniter.
by xyz
Fri Apr 24, 2020 3:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect to MySQL DB using LC Server & revIgniter
Replies: 14
Views: 8984

Re: Can't connect to MySQL DB using LC Server & revIgniter

I don't know, Richard. I guess you would need to ask Ralf. BTW, I tried your 4wDevo plugin. Pretty cool. 8) Do you have any idea why I am getting this error when I try to connect to the MySQL DB in a normal LC stack using revOpenDatabase? (Not using LC server or revIgniter) Client does not support a...
by xyz
Thu Apr 23, 2020 8:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect to MySQL DB using LC Server & revIgniter
Replies: 14
Views: 8984

Re: Can't connect to MySQL DB using LC Server & revIgniter

Actually, Ralf Bittner (I believe that is his name) recommends NOT closing the LC tag in server scripts. I just do what I am told to do!! :lol: By the way you can omit the closing “?>” tags in LC server scripts. Generally it is better to leave terminating "?>" tags off, this way whitespace at the en...
by xyz
Thu Apr 23, 2020 7:55 pm
Forum: Feature Proposals
Topic: Update the MySQL Client (all platforms)
Replies: 6
Views: 7587

Re: Update the MySQL Client (all platforms)

I am getting the same error.
Unable to connect to the database.
Client does not support authentication protocol requested by server; consider upgrading MySQL client.
I am using Livecode v. 9.5.1 and MySQL Community Server v. 8.0.19.
by xyz
Thu Apr 23, 2020 7:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect to MySQL DB using LC Server & revIgniter
Replies: 14
Views: 8984

Can't connect to MySQL DB using LC Server & revIgniter

EDIT: I think I found the reason. I set up a simple LC stack to connect to my MySQL DB and received an error saying that the client does not support the authentication protocol requested by the server. I don't know how to change that. :( I guess I'm off to the MySQL website. --- I'm testing a local ...