Search found 587 matches

by AndyP
Tue Nov 21, 2023 6:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Post json
Replies: 1
Views: 13035

Formatting Post json

I'm playing around with the GitHub api and I am problems formatting the correct json string to send via tsnetPost. I have this section of code from a working python script # Create a dictionary to store the data for your new repository data = { "name": "my-new-repository", "description": "This is my...
by AndyP
Tue Oct 31, 2023 9:51 am
Forum: Off-Topic
Topic: AI programming. AI as a team.
Replies: 4
Views: 16805

AI programming. AI as a team.

I came across this article which I thought some of you may find interesting. It basically sets up a vertual development company, sets guide lines as to the function of each of the company members, develops a software idea and allows the company members to communicate on tasks and outcomes. This I th...
by AndyP
Thu Oct 26, 2023 10:01 am
Forum: Software Engineering
Topic: Run the same stack from two LC installs
Replies: 22
Views: 70145

Re: Run the same stack from two LC installs

Interesting topic.

As you already have a client/server running between the two computers, can you not after a save on one computer send a "saved" message and have the second computer on receiving this message action a revert command to keep both in sync?
by AndyP
Sun Sep 03, 2023 3:15 pm
Forum: Off-Topic
Topic: Editing the Dictionary
Replies: 32
Views: 53183

Re: Editing the Dictionary

Thinking more about this, the Quality Control center can already be used to request updates to the dictionary via an enhancement request.
by AndyP
Sun Sep 03, 2023 8:33 am
Forum: Off-Topic
Topic: Editing the Dictionary
Replies: 32
Views: 53183

Re: Editing the Dictionary

It would I think make sense for Livecode to put the dictionary back on GitHub for the community to amend and add to. Doing this allows general access but keeps control of what actually gets amended under Livecode control. Next a method of allowing personal notes to be added to a dictionary entry sho...
by AndyP
Thu Aug 10, 2023 9:29 am
Forum: Off-Topic
Topic: Tips: LiveCode and AI Chatbots
Replies: 13
Views: 33049

Re: Tips: LiveCode and AI Chatbots

This is going to be super helpful. Looking forward to your update to the already fantastic ScriptDependencies tool.

Also I think the making of this this would make a great Livecode blog post?
by AndyP
Sun Jul 23, 2023 2:46 pm
Forum: Android Deployment
Topic: Advertising on Android
Replies: 27
Views: 48703

Re: Advertising on Android

Unfortunately Smaato stopped their JavaScript intigration service a few years back.
I did not find an alternative that would work with Livecode or be allowed by Google.
You may find going with a free version, upgradable with payment a more viable option.
by AndyP
Sat Jul 08, 2023 9:44 am
Forum: Windows
Topic: Community 9.6.3 save as standalone problem
Replies: 11
Views: 14933

Re: Community 9.6.3 save as standalone problem

This line

Code: Select all

call Openconn of stack specialfoderpath("resources ") & "\stack1.livecode"
Has a space after resources.. could be the problem?
by AndyP
Wed May 17, 2023 4:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 5665

Re: "while saving the standalone application could not compile service support class" error

Hi Kim, I had the same problem and it turned out that there was a problem with having a SDK build tool higher than supported by my version of Livecode. I had SDK build tools folders 28.x 29.x 30.x 31.x 33.x LiveCode 9.6.5 - 9.6.8 supports API 30 LiveCode 9.6.9 supports API 31 To solve the problem, c...
by AndyP
Fri Apr 21, 2023 2:49 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 719580

Re: Announcing Xavvi, a Great Leap Forward for App Building

Heather, thank you for the quick and concise clarifications.
I hope my posts did not appear negative in any way, l was just feeling uneasy about the future of our Livecode platform with the information provided. Relaxing now👍
by AndyP
Fri Apr 21, 2023 10:20 am
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 719580

Re: Announcing Xavvi, a Great Leap Forward for App Building

So I've been re-reading this blog post on Livecode 10, https://livecode.com/reflecting-on-2022-anticipating-2023-2/ and there appears to be conflicting information between the statements in parts of the blog and information presented in the Xavvi information. In the blog post on LC 10, We will be cr...
by AndyP
Thu Apr 20, 2023 5:39 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 719580

Re: Announcing Xavvi, a Great Leap Forward for App Building

This looks very exciting and a logical and probably necessary step forward. It is unclear from what I've read so far what the future holds for the Livecode platform as it stands. So some questions to help clarify the situation. 1. Will Livecode continue to be developed? 2. If so, will the update per...
by AndyP
Wed Apr 12, 2023 10:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maximize browser control in Windows app
Replies: 11
Views: 5620

Re: Maximize browser control in Windows app

Ok, just looked at the thread from Klaus.

So no more help coming from me.
by AndyP
Tue Apr 11, 2023 9:31 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maximize browser control in Windows app
Replies: 11
Views: 5620

Re: Maximize browser control in Windows app

You can do it automatically with this,

In the Card script

Code: Select all

on resizeStack
   set the rect of widget "Browser" to the rect of me
end resizeStack
to action only from a button, put in the buttons mouseUp script

Code: Select all

set the rect of widget "Browser" to the rect of this card
by AndyP
Wed Mar 22, 2023 9:11 am
Forum: Android Deployment
Topic: Heads Up - new target API level 33 requirements
Replies: 1
Views: 8851

Heads Up - new target API level 33 requirements

Received from Google, Dev Update this morning. DEVELOPER UPDATE Hello Google Play Developer, Last year, we announced that we’re expanding our target API level requirements to protect users from installing apps that may not have the latest privacy and security features. To help make Target API level ...

Go to advanced search