Search found 587 matches

by AndyP
Wed Dec 15, 2021 7:42 am
Forum: Mac OS
Topic: Slow response in script editor
Replies: 13
Views: 11604

Re: Slow response in script editor

Win 10, LC 9.6.2 I've noticed that the problem of sluggish script editor tends to start after having the message box open and use. It feels like a hang in message passing. The script editor becomes sluggish, there is a wait time before buttons in the whole of the ide are functional, button presses s...
by AndyP
Sun Nov 14, 2021 6:31 pm
Forum: Talking LiveCode
Topic: auto update standalone
Replies: 16
Views: 9218

Re: auto update standalone

There's a workaround that I've used successfully though. Create your app as a splash screen and download the actual content stack from a server. Because it isn't an app, Android allows that. Updating your app would just mean replacing the server copy of the stack. The splash app would need to check...
by AndyP
Sun Nov 14, 2021 2:22 pm
Forum: Talking LiveCode
Topic: auto update standalone
Replies: 16
Views: 9218

Re: auto update standalone

Updates can be delivered without going to the Playstore. For a normal Android device,,, If a user has turned on automatic updates for your app, the update will be downloaded and installed automatically. If automatic updates was not selected, then users will be sent to the app listing to download the...
by AndyP
Thu Nov 11, 2021 9:51 am
Forum: Databases
Topic: mysql Access denied
Replies: 3
Views: 4086

Re: mysql Access denied

Most shared hosting solutions do not allow remote access to databases, they expect that the ip of the request will be the same as the ip of the hosted db. Saying that, if you are always going to connect via the same external ip then you can add that ip to the the remote access for the db. cPanel > D...
by AndyP
Thu Nov 04, 2021 10:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working with behaviour scripts
Replies: 5
Views: 3169

Re: Working with behaviour scripts

Just tried your sample out. On first try the script only file was not found, the Stack Files tab in the main stack properties shows this, LiveCode_Indy_2021-11-04_10-34-25.jpg Creating and moving the script only file to the Scripts folder had everything working as expected and I could not get it fail.
by AndyP
Thu Oct 28, 2021 6:00 am
Forum: Mac OS
Topic: Command-Period not Stopping Scripts ...
Replies: 7
Views: 5272

Re: Command-Period not Stopping Scripts ...

Hi. This should not happen. But here is something to check. If I have a button and a field 1, and this in the button script: on mouseUp repeat until the optionKey is down --just for safety add 1 to fld 1 wait 1 end repeat end mouseUp I usually cannot stop that handler with only a quick press of cmd...
by AndyP
Fri Sep 10, 2021 6:12 pm
Forum: Made With LiveCode
Topic: Organize - A daily to-do list manager
Replies: 20
Views: 12395

Re: Organize - A daily to-do list manager

Well done Mark, looking good 👍
by AndyP
Tue Sep 07, 2021 7:02 am
Forum: Made With LiveCode
Topic: SpecTrib software
Replies: 4
Views: 4322

Re: SpecTrib software

Hi Renaud, very impressive.
I don't think that the visuals look too old fashioned, they look familiar, which makes it more intuitive, standard controls and all that.
by AndyP
Sat Aug 28, 2021 3:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: livecode script on github
Replies: 17
Views: 8195

Re: livecode script on github

I did a little digging, and searching on github there are> https://github.com/search?p=10&q=extension%3Arev&type=Code 70,973 code results for .rev which where the former extension name Revolution used before being renamed to LiveCode. Most of these are however Recovery volume files that have been cr...
by AndyP
Thu Aug 26, 2021 11:32 am
Forum: Using Plugins for Customizing the LiveCode IDE
Topic: DevGuides
Replies: 30
Views: 20934

Re: DevGuides

Thank you FerrusLogic for taking the time to make this enhancement and then putting it out to the community for free.
by AndyP
Sat Aug 21, 2021 6:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Code not working on Android Device
Replies: 21
Views: 10238

Re: Code not working on Android Device

Indy versions use tSNet for networking whilst Community uses libURL.
So if you have coded in Indy using the tsNet layer, this would naturally not work in the Community version, could this be the problem?
by AndyP
Sun Aug 15, 2021 6:50 am
Forum: Talking LiveCode
Topic: Where store my general use scripts library?
Replies: 30
Views: 12871

Re: Where store my general use scripts library?

I do the same type of thing. Have the libraries in the plugins folder but, I have the plugins folders in a Dropbox account, which means that whatever computer I am using LiveCode on just has to have the plugins folder set to the Dropbox location. Just one location to worry about.😊
by AndyP
Fri Aug 13, 2021 2:40 pm
Forum: Announcements
Topic: New entries added to 1001 things to do with LiveCode
Replies: 2
Views: 4473

Re: New entries added to 1001 things to do with LiveCode

Hi Stam, thanks for the heads up, all fixed. :D
by AndyP
Fri Aug 13, 2021 8:46 am
Forum: Announcements
Topic: New entries added to 1001 things to do with LiveCode
Replies: 2
Views: 4473

New entries added to 1001 things to do with LiveCode

Four new additions to 1001 things to do with LiveCode have been added. https://livecode1001.blogspot.com/ Calendar Events - Dynamic and Responsive web calendar CoreLab - Run a multi-centre medical trial VISA Screen - (Visual Impairment Screening) Poetry Explorer - Get inside a poem or piece of prose...
by AndyP
Thu Aug 12, 2021 10:37 am
Forum: Off-Topic
Topic: OpenAI CodexAI the future of coding?
Replies: 8
Views: 4908

Re: OpenAI CodexAI the future of coding?

Stam, very interesting insight to real life uses and problems with AI. A couple of questions: 1. If a patient that has had been given a negative result by an AI system and then unfortunately dies from lack of treatment, who then becomes ultimately responsible for the decision error? 2. Are all AI te...

Go to advanced search