Search found 102 matches

by jsburnett
Mon Aug 28, 2023 3:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Save snapshot (or exporting image) from Browser Widget
Replies: 16
Views: 38339

Re: Save snapshot (or exporting image) from Browser Widget

Hi, So I am not an expert. I am trying to solve a similar problem. I am using LiveCode 10 (10.0 (dp5)) I am able to get an image from the widget browser and 'import' it into a stack. I use the set URL (set the URL to widget "Browser" to "webpage_of_interest.com") to navigate to the webpage of intere...
by jsburnett
Mon Aug 28, 2023 1:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cant Create New Card in a Stack by Script
Replies: 3
Views: 2169

Re: Cant Create New Card in a Stack by Script

Craig,

Thanks for the reply.
I found the problem.
The name of the stack, when I checked under the property inspector ended with a 'space' 'Product Data '.
That gave the error.
Thank you for your help.
John
by jsburnett
Sun Aug 27, 2023 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cant Create New Card in a Stack by Script
Replies: 3
Views: 2169

Cant Create New Card in a Stack by Script

Hi, I am having creating by a script a new card. I am trying to creat a new card in a button script. The button name is "Add" FYI. The line I am having trouble with is: create card tNewCardName in stack "Product Data" The tNewCardName is the name of the new card to be added to stack "Product Data" T...
by jsburnett
Mon Jul 31, 2023 9:49 pm
Forum: LiveCode Hosting
Topic: modifying data in a text file on my hosting site - need advice
Replies: 5
Views: 18967

Re: modifying data in a text file on my hosting site - need advice

So sorry to be so vague. So I plan on putting a file, text file, with data on it that can be accessed and modify. The text file will be on the livecodehosting site The users will be me with a browser. I am able to put the file on the server and access. I am unable or don't know who to modify it. I'l...
by jsburnett
Mon Jul 31, 2023 12:27 am
Forum: LiveCode Hosting
Topic: modifying data in a text file on my hosting site - need advice
Replies: 5
Views: 18967

modifying data in a text file on my hosting site - need advice

Has there been a post or is there a lesson that explains how to put data and or modify that data on a file that is in a folder on my hosting site? Getting the file or data from the file is easy. Modifying the file is not so for me. I am looking to put simple data, that is not a security issue, on a ...
by jsburnett
Sun May 28, 2023 6:15 pm
Forum: Talking LiveCode
Topic: tsnet - email with return receipt
Replies: 1
Views: 2222

tsnet - email with return receipt

Hey, Was wondering if there was a parameter to add to tsnet to request return receipt for emails sent and or to be notified when the email is viewed. Or is there another way to handle this function? Why? I am sending email via a stack. Was hoping to get something back, email return if email is opene...
by jsburnett
Tue Aug 31, 2021 9:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Javasript and the Widget Browser
Replies: 1
Views: 1599

Re: Javasript and the Widget Browser

I found a post with a sample stack attached.
Guess I answered my own question.
by jsburnett
Mon Aug 30, 2021 5:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Javasript and the Widget Browser
Replies: 1
Views: 1599

Javasript and the Widget Browser

Hi, I am an amateur. I build stacks for fun. I have been playing with the Widget Browser and have learned a little bit about the 'do' command and interacting with a loaded page from the 'www'. But was wondering how do I learn to scale the page. What I mean by that is increase the size of the element...
by jsburnett
Tue Jun 15, 2021 5:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Email Service via script without being flagged as 'Spam'.
Replies: 9
Views: 4586

Re: Email Service via script without being flagged as 'Spam'.

Richard, This was the output from Sarah's stack. -> QUIT 220-silica.on-rev.com ESMTP Exim 4.94 #2 Wed, 07 Apr 2021 07:33:23 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. So I am asking, does the tsNet send email directly or using credentials f...
by jsburnett
Fri Jun 11, 2021 11:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Email Service via script without being flagged as 'Spam'.
Replies: 9
Views: 4586

Re: Email Service via script without being flagged as 'Spam'.

Thanks for the reply. I was using Sarah's SMTP library demo. I was setting email settings to my home email account, TWNCY Itime warner). It worked for a while, sending emails. Then stopped with errors, I assumed because it was not accepting the coding on Sarah's SMTP library demo. Thought it was spa...
by jsburnett
Fri Jun 11, 2021 10:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replace text of any characters between parentheses with a space
Replies: 23
Views: 12033

Re: Replace text of any characters between parentheses with a space

O. Oops

How about “offset”.
Use offset to find the “(“ the. “)” chars.
Then delete the chars in between.

Repeat this till no pairs remain.

Just an idea off the top of my head.

Or use the other script and keep deleting till the “)” is ‘found’
by jsburnett
Fri Jun 11, 2021 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replace text of any characters between parentheses with a space
Replies: 23
Views: 12033

Re: Replace text of any characters between parentheses with a space

I tried replaceText but could not get that to work. Try this. "on mouseUp put field 1 into tText repeat with x = the number of chars of tText down to 0 if char x of tText is "(" or char x of tText is ")" then delete char x of tText end if end repeat put tText end mouseUp: Field 1 is the starting tex...
by jsburnett
Fri Jun 11, 2021 3:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Email Service via script without being flagged as 'Spam'.
Replies: 9
Views: 4586

Email Service via script without being flagged as 'Spam'.

HI, Not sure if this is the correct Forum to use. I am intersted in upgrading to Indy platform. I am intested in an app that can email completely from within a script without launch default emal app, and this is avaialable in the Indy version. However, what email service would accept such email and ...
by jsburnett
Thu Sep 17, 2020 10:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Gray Background with IDE and stacks.
Replies: 2
Views: 1847

Re: Gray Background with IDE and stacks.

Craig,
Thats perfect.
It worked!.
Thank you so much!
John

Go to advanced search