Search found 586 matches

by AndyP
Fri Mar 10, 2023 7:21 am
Forum: Talking LiveCode
Topic: new widget Chart
Replies: 9
Views: 2517

Re: new widget Chart

Yep, caught me out too.

I added a bug report on this a while ago.

https://quality.livecode.com/show_bug.cgi?id=24092

The browser widget must be included in the stack but can be invisible.
by AndyP
Sat Mar 04, 2023 11:06 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Control a stack with database access via remote access?
Replies: 8
Views: 3764

Re: Control a stack with database access via remote access?

...but please don't implement it this way, as it leaves your database wide open to SQLInjection attacks. Yes agree, this was just an example to get Peter started. Normally I would wrap the whole of the code in an if - end and send with the sql a security key code that only if correct allows the fol...
by AndyP
Tue Feb 21, 2023 5:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Control a stack with database access via remote access?
Replies: 8
Views: 3764

Re: Control a stack with database access via remote access?

Hi Peter, you can add a lc server script next to your sqlite db to act on a post from your descktop app. Here is a checked working example to get all records from a table. Desktop code on mouseUp pMouseButton --construct the sql put "YOUR TABLE NAME" into tTable put "SELECT * from" && tTable into tS...
by AndyP
Sat Jan 28, 2023 3:28 pm
Forum: HTML5
Topic: HTML5 can't load XML file on the same folder
Replies: 6
Views: 4109

Re: HTML5 can't load XML file on the same folder

If you have a lc server, you can use this to get the server path. <?lc put $_Server["PATH_TRANSLATED"] ?> if you name the file serverpath.lc , launch serverpath.lc in the browser, you will see a result that gives the full server path to the serverpath.lc file or try this for php <?php echo realpath(...
by AndyP
Sat Jan 14, 2023 4:05 pm
Forum: Off-Topic
Topic: ChatGP LiveCode Sea Shanty
Replies: 4
Views: 2725

ChatGP LiveCode Sea Shanty

Just for fun I asked ChatGP to write a Sea Shanty about LiveCode. This is the result. Verse 1: I was coding in the dark, lost in my mind Thinking all was lost, nothing was fine But then I discovered LiveCode, oh so bright A tool that made coding a pure delight Chorus: LiveCode, LiveCode, my programm...
by AndyP
Fri Dec 30, 2022 11:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Just for fun! needles on Christmas Tree
Replies: 6
Views: 2045

Re: Just for fun! needles on Christmas Tree

dunbarx wrote:
Fri Dec 30, 2022 8:18 pm
I just made a physical count, and you are off by 42.

Craig
That's the answer to everything... Isn't it?
by AndyP
Fri Dec 30, 2022 6:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Just for fun! needles on Christmas Tree
Replies: 6
Views: 2045

Just for fun! needles on Christmas Tree

A silly script to calculate the number of needles on your Christmas Tree on mouseUp -- calculate radius of cone in feet put 6 into treeHeight put 4 into treeBase put treeBase / 2 into radius -- calculate cone volume in cubic feet put radius * radius * pi * treeHeight / 3 into coneVolume -- calculate...
by AndyP
Mon Dec 19, 2022 10:07 am
Forum: Developer Services Marketplace
Topic: Added my services on Fiverr
Replies: 11
Views: 6289

Re: Added my services on Fiverr

FourthWorld wrote:
Sun Dec 18, 2022 6:30 pm
The code review is an interesting case. What happened to the original dev, and what prompted the desire for external review?
I have no information on this, no reason for the review was given or asked.
The code review was for a single script only library, not a full app.
by AndyP
Sun Dec 18, 2022 1:09 pm
Forum: Developer Services Marketplace
Topic: Added my services on Fiverr
Replies: 11
Views: 6289

Re: Added my services on Fiverr

Hi Stam, Yes it could be but, at the moment I think I will stay with Windows desktop. This is a platform I'm very comfortable with and I believe that I can supply desktop apps for most use cases. I'm considering writing a blog on my fiverr experiences, where I can go a little more in-depth on my fiv...
by AndyP
Sun Dec 18, 2022 12:40 pm
Forum: Developer Services Marketplace
Topic: Added my services on Fiverr
Replies: 11
Views: 6289

Re: Added my services on Fiverr

Hi I thought I would share my experiences on fiverr so far. Big news, I received and completed my first order, very surprised to receive an order so quickly, it' apparently very unusual for new suppliers to get order within the first 2 months! This was for LiveCode code review. The code submitted wa...
by AndyP
Wed Dec 14, 2022 11:35 am
Forum: Android Deployment
Topic: How to get mobile text messaging working
Replies: 3
Views: 2132

Re: How to get mobile text messaging working

Try changing this line

Code: Select all

launch url "sms:" & tMobile & "&body=" & tMessage
To

Code: Select all

launch url "sms:" & tMobile & "?body=" & tMessage
Notice the & was replaced with ?

I've not tested but I think this is the problem?
by AndyP
Wed Dec 14, 2022 9:56 am
Forum: Developer Services Marketplace
Topic: Added my services on Fiverr
Replies: 11
Views: 6289

Re: Added my services on Fiverr

I had a look to see if I could add some positive feedback/ratings etc but Fiverr doesn’t seem to indulge in such things. Or did I miss it? Thanks for looking into this. Yep Fiverr is a bit strange. Apart from giving feedback on work done, I believe that feedback can be given on a how the seller res...
by AndyP
Wed Dec 14, 2022 9:50 am
Forum: Developer Services Marketplace
Topic: Added my services on Fiverr
Replies: 11
Views: 6289

Re: Added my services on Fiverr

SparkOut wrote:
Tue Dec 13, 2022 9:16 pm
I feel for you there Andy, what with my wife's spine (not so) slowly disintegrating. Hope it goes well for you.
Thank you. Best wishes to you and your wife.
by AndyP
Tue Dec 13, 2022 6:12 pm
Forum: Developer Services Marketplace
Topic: Added my services on Fiverr
Replies: 11
Views: 6289

Added my services on Fiverr

Unfortunately my wife is now unable to work due to illness, so I've taken the plunge and now have a gig up on Fiverr to try and make a little extra income for the family. At the moment Fiverr does not recognize LiveCode as a language, I'm in contact with Fiverr to try and get this actioned, so the d...

Go to advanced search