Search found 167 matches

by bobcole
Thu Aug 28, 2025 8:54 pm
Forum: Internet
Topic: TLS version?
Replies: 6
Views: 1304

Re: TLS version?

Stam:
I was curious about this so I tried it out.
put the sslVersion
No such command in my dictionary.
Bob
by bobcole
Mon Aug 18, 2025 11:51 pm
Forum: Internet
Topic: Issue with parsing the JSON in livecode
Replies: 4
Views: 2169

Re: Issue with parsing the JSON in livecode

Stam: I forgot to give you credit for showing how to access the email variable. Good catch. In case anyone is interested, I provide the full script as the OP wanted. Also, I show the values of the tRecvHeaders, tResult and tBytes variables. Bob on mouseUp put "https://xxxxxx.com/QueryTest.json" into...
by bobcole
Mon Aug 18, 2025 9:19 pm
Forum: Internet
Topic: Issue with parsing the JSON in livecode
Replies: 4
Views: 2169

Re: Issue with parsing the JSON in livecode

isabellspivey: Here is a simple way to get the data from a server. However, it does not test the password or encrypt the data. on mouseUp put url("https://xxxxxx.com/QueryTest.json") into tData put JSONToArray(tData) into tDataArray put tDataArray["data"][1]["email"] into field "fldData" end mouseUp...
by bobcole
Sun Aug 17, 2025 3:51 pm
Forum: Made With LiveCode
Topic: MR LOGO Proramming Environment
Replies: 20
Views: 8261

Re: MR LOGO Proramming Environment

Mike:
Sorry to learn about your heart surgery.
Had a couple of those in my family but, fortunately, none myself. It isn't any fun.
Good to know that you are recovering nicely.
I will wait to hear from you regarding the logo language; it really is a huge project.
Bob
by bobcole
Sat Aug 16, 2025 9:15 pm
Forum: Made With LiveCode
Topic: MR LOGO Proramming Environment
Replies: 20
Views: 8261

Re: MR LOGO Proramming Environment

Hutchboy:
I am trying to execute the SQUARE routine but am having difficulty. I entered:
SQUARE 50
into the Direct Command Input area of the program but it says
✗ Error: FORWARD requires a distance argument
Any clue would be appreciated.
Bob
by bobcole
Tue Aug 12, 2025 8:09 pm
Forum: Made With LiveCode
Topic: MR LOGO Proramming Environment
Replies: 20
Views: 8261

Re: MR LOGO Proramming Environment

I commend you for such a large effort. It looks great. I began playing with it a little and some things did not seen right. For example, I tried to execute the RIGHT 90 command. The first time it worked. The second time the turtle ended up pointing the wrong way. This may be a symptom of other error...
by bobcole
Thu May 15, 2025 10:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Any Idea?
Replies: 9
Views: 8226

Re: Any Idea?

No, that won't do it either.
I think your comment about put the text into a field is correct:

Code: Select all

put URL(“file:” & <filepath>)
That should give the OP what is needed.
Bob
by bobcole
Thu May 15, 2025 9:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Any Idea?
Replies: 9
Views: 8226

Re: Any Idea?

Well then how about trying:

Code: Select all

start using stack "myStack" 
instead?
Bob
by bobcole
Thu May 15, 2025 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Any Idea?
Replies: 9
Views: 8226

Re: Any Idea?

To open a file, use the launch command. Here is a sample script (I put the file is my Public folder). on mouseUp pButtonNumber launch document "/Users/myName/Public/Test.txt" --Or, try something like this: --launch "/Users/myName/Public/Test.html" with "/Applications/Safari.app" end mouseUp This sho...
by bobcole
Thu Apr 24, 2025 3:24 pm
Forum: Made With LiveCode
Topic: TiX Clock for iOS and Android
Replies: 7
Views: 54868

Re: TiX Clock for iOS and Android

j9v6:
This is interesting. How to download?
I watched a couple of videos on the internet so I am somewhat familiar with it.
Just curious.
Bob
by bobcole
Fri Apr 18, 2025 6:23 pm
Forum: Talking LiveCode
Topic: Cannot use a menu
Replies: 23
Views: 42945

Re: Cannot use a menu

Could it be that the button is grouped?
I don't know why that would make a difference.
Bob
by bobcole
Sat Apr 12, 2025 5:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Browser widget and local files?
Replies: 8
Views: 6310

Re: Browser widget and local files?

The dictionary says "set the URL of widget to pUrl" is the command. Therefore to display the document, place this in front like this: file:///Users/richmond/Desktop/Hax 11 April/Test/Richmond Mathewson.html Note that there are three slashes in front. Save and close the file. <--Important, I think. R...
by bobcole
Sat Apr 05, 2025 3:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A beginner’s neverending list of questions
Replies: 5
Views: 5420

Re: A beginner’s neverending list of questions

I think Klaus was correct when he said:
that is managed by the backgroundcolor of your stack
That is different from the backdrop which does allow you to specify the color (see the Dictionary).
Bob
by bobcole
Thu Mar 20, 2025 3:18 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: QR code
Replies: 8
Views: 15431

Re: QR code

Hutchboy:
We must think the same way. I put together a sample stack with similar results.
My stack provides some additional error checking; look at the script of the button.
FYI,
Bob
QRCode 2.livecode.zip
(2.87 KiB) Downloaded 1499 times
by bobcole
Wed Mar 12, 2025 12:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scroll of browser widget
Replies: 5
Views: 6657

Re: Scroll of browser widget

Oops. You are correct. Sorry about that; I just saw the association with the browser not realizing the effect it had.
Bob