Search found 145 matches

by elanorb
Wed Jul 07, 2021 3:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: *bMyVar
Replies: 7
Views: 3060

Re: *bMyVar

Hi Mark

I think the "*b" is only documented in the Dictionary entries for revExecuteSQL, revQueryDatabase and revDataFromQuery, in the Description section. I am not sure if it is documented on it's own anywhere.

Kind regards

Elanor
by elanorb
Wed Jul 07, 2021 11:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: *bMyVar
Replies: 7
Views: 3060

Re: *bMyVar

Hi Mark, The "*b" is prepended to the variable name if it contains binary data. The revExecuteSQL command strips the binary marker "*b" and passes it to the database as binary data, rather than text data. An example would be passing image data to be stored in a BLOB in the database. Kind regards Ela...
by elanorb
Wed Jun 09, 2021 9:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: quick question... (show invisibles) [Solved]
Replies: 19
Views: 7100

Re: quick question...

Another way to do it is to set the showInvisibles property.

Code: Select all

set the showInvisibles to {true | false}
This is ultimately what the item in the View menu does.

Kind regards

Elanor
by elanorb
Tue May 18, 2021 9:30 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: JSON problem...[SOLVED]
Replies: 2
Views: 1682

Re: JSON problem...

Hi stam, I think you need the "Messages" element inside the array you convert to JSON e.g. on mouseUp put "pilot@mailjet.com" into tArray["Messages"][1]["From"]["Email"] put "Mailjet Pilot" into tArray["Messages"][1]["From"]["Name"] put "passenger1@mailjet.com" into tArray["Messages"][1]["To"][1]["E...
by elanorb
Wed Apr 28, 2021 11:49 am
Forum: Talking LiveCode
Topic: Can I move an object from one card to another?
Replies: 2
Views: 1862

Re: Can I move an object from one card to another?

One thing you might find useful is the concept of a shared group. This is a group of controls that can appear on more than one card. If you don't have too many items that can be picked up and dropped you could put them all in a group that is shared on each card and set the visibility of the items wh...
by elanorb
Tue Apr 27, 2021 3:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Thanks Albert, I have added this to the bug report.

Elanor
by elanorb
Thu Apr 22, 2021 4:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert After doing some testing I think the issue might be related to line endings. HTML5TestReport.txt has Windows line endings(CR and LF). HTML5TestReportDownAndUp.txt had Unix line endings(LF). Changing the line endings in HTML5TestReport.txt using a text editor or by doing replace numToChar(1...
by elanorb
Wed Apr 21, 2021 11:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert,

I'm glad to hear that got you a bit further forward. If you could possibly send the original text file to support@livecode.com I'll do some testing and report a bug.

Kind regards

Elanor
by elanorb
Tue Apr 20, 2021 11:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert, Your code looks ok. I did a test, with a copy of your file, on my server and it worked ok. I will attach my test stack which you can change to your file URL. https://elanorb.on-rev.com/techsupport/alberttest/AlbertTest.html The test stack includes some answer dialogs to check the result w...
by elanorb
Mon Apr 19, 2021 4:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert,

Can you post the code of your buttons? Have you tried put, or get, instead of load?

Thanks

Elanor
by elanorb
Sun Apr 18, 2021 8:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert, I am glad that was some help. If you have control of the servers you should be able to enable cross origin requests from specific other domains like your test server to ftp domain. For files on other servers it may be that they are available to you, REST APIs etc are usually set up to all...
by elanorb
Fri Apr 16, 2021 3:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert If the file you want to load is on the same server as the HTML5 standalone you should be able to use put url, get url and load url. There is an example here. https://elanorb.on-rev.com/techsupport/putexample/PutTest.html "put url" button code on mouseUp local tData put url "https://elanorb...
by elanorb
Thu Apr 15, 2021 3:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi Albert If images are hosted on the same domain as the HTML5 app it should work. If they have been uploaded separately you can use a URL reference. You can also include them in the Copy Files pane of the Standalone Application Settings and use specialFolderPath("resources") to build the path to th...
by elanorb
Mon Apr 12, 2021 2:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone through Remote Desktop access and VMs
Replies: 37
Views: 20114

Re: Standalone through Remote Desktop access and VMs

Hi I replied to your lesson comment but I thought I would post here too. I think this is probably because your browser is seeing these as cross-origin requests. If you check the result after trying one of the commands you should be able to see what the related error message is. Since this is an HTML...
by elanorb
Tue Apr 06, 2021 5:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: What does "No root certificate" mean? - Solved
Replies: 4
Views: 2287

Re: What does "No root certificate" mean?

Hi

It is possible you are affected by this

https://developer.apple.com/de/support/expiration/

You should be able to download the renewed certificate from the link in the Taking Action section.

I hope that helps.

Elanor

Go to advanced search