Search found 131 matches

by hrcap
Wed Feb 14, 2024 2:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Alternative for this please
Replies: 2
Views: 377

Re: Alternative for this please

Excellent, thank you very much Stam

I have now got this working using mimeEncodeAsMIMEMultipartDocument to first encode the body text.

Mant Thanks
by hrcap
Tue Feb 13, 2024 8:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Alternative for this please
Replies: 2
Views: 377

Alternative for this please

Hi All I am trying to send an email via tsNetSmtpSync On older versions of Livecode this was working fine... but now it appears that I need to mimeEncode the body text of my email first before putting it into: put tsNetSmtpSync(tURL, t_from, tRecipient, tEmailMessage, tResponseHeaders, tBytes, tSett...
by hrcap
Thu Jul 13, 2023 12:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decode Little Endian
Replies: 7
Views: 4704

Re: Decode Little Endian

... and there we go after spending all day on this yesterday and deciding I need to ask the question on here, I end up working out the answer 5 minutes after asking the question this should have been the initial decode from little endian: put the c_endian of me into t_data_raw --raw data in little e...
by hrcap
Thu Jul 13, 2023 9:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decode Little Endian
Replies: 7
Views: 4704

Re: Decode Little Endian

Ok thank you very much for the replies guys. • Thierry: your suggestion of reversing the order worked, thank you. • FourthWorld: I am still trying to get my head around binaryDecode ...however I think my stumbling block may be in my first steps the raw data received from the device is e.g: µbˇP†dIÁ ...
by hrcap
Wed Jul 12, 2023 3:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decode Little Endian
Replies: 7
Views: 4704

Re: Decode Little Endian

Hi Craig Thanks for your reply... im starting to make a little bit of progress. I have decoded the original data into: put urlencode(t_endian) into t replace "%" with " " in t ...gives: B5b FF 01P 00 90 88 00 00 E4 07 08 02 00 00 22 F0 FF FF FF FF 00p89 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 0...
by hrcap
Tue Jul 11, 2023 9:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decode Little Endian
Replies: 7
Views: 4704

Decode Little Endian

Hi All I am receiving data from a GPS receiver which comes out as the below: µbˇP–±Á17h~N-˙¶·ù€vÅ˚Œ+ $H∆oê_@ÉPωˇºˇÎˇo The user manual for the GPS reads: Packets are sent and received in U-Blox UBX binary format, consisting of a header, optional payload, and a checksum. The header is used to identif...
by hrcap
Mon Jul 10, 2023 10:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Ideas Please: GPS plotting
Replies: 0
Views: 107058

Ideas Please: GPS plotting

Hi all, I hope everybody is well. I am looking to develop an app that will connect to a Bluetooth GPS device. I then want to plot the coordinates onto a satellite image… Where could I direct the app to to download the relevant satellite picture? Any ideas would be appreciated. PS: obviously the user...
by hrcap
Thu Mar 23, 2023 4:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the raw post on server
Replies: 3
Views: 3031

Re: Get the raw post on server

Thank you very much Klaus

That is exactly what I was after, problem solved.

Many Thanks
by hrcap
Thu Mar 23, 2023 4:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the raw post on server
Replies: 3
Views: 3031

Get the raw post on server

Hi All I hope that everyone is well. When using the post command to post data to a server you would post something like: libURLFormData("code", "test", "state", "123") post it to url https://www.testserver.com/script the server would then receive the script and pick out the parameters like: put $_PO...
by hrcap
Sun Feb 05, 2023 7:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: URL Headers
Replies: 0
Views: 7539

URL Headers

Hi All I hope that everyone is well. I am searching linking a Starling Bank Account to Livecode. I need to set the URL headers but I can't get this to work... it keeps coming back and saying I haven't set the 'authorization' in the headers any assistance would be appreciated. PS I have also attached...
by hrcap
Mon Sep 19, 2022 4:53 pm
Forum: HTML5
Topic: Livecode HTML5 for company website
Replies: 1
Views: 2621

Livecode HTML5 for company website

Hi all I hope that everyone is well. I have used LiveCode a fair bit but have never looked at the HTML5 side of it. I need to have my website rebuilt which has raised the question of: an livecode be used to create the website? .... if it can then are there any drawbacks of livecode which may prevent...
by hrcap
Sun Sep 18, 2022 5:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a File to view
Replies: 4
Views: 2297

Re: Opening a File to view

Hi Guys Thank you very much, I had tried Open File, and Launch, hence why I was a a bit stuck... I've just tried your suggestions of Launch Document and that works perfectly thank you. Its for a booking system, once the date is booked into the system it will then give the option to add the entry to ...
by hrcap
Sun Sep 18, 2022 3:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a File to view
Replies: 4
Views: 2297

Opening a File to view

Hi Guys I hope that everyone is well. Probably quite a simple one bu I cant find anything on it. If I have a file on e.g. my desktop and the path to the file is in e.g. t_path how do I open that file... so for example if t_path was a Microsoft Word document how do I get the file to open in Microsoft...
by hrcap
Sun Jul 03, 2022 8:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete Scroller datagrid on mobile
Replies: 13
Views: 6641

Re: Delete Scroller datagrid on mobile

Thanks Klaus I used this suggestion to help me rule out the fact that the problem wasn't what I thought it was. SOLUTION: When using DataGrid's on mobile don't change the layer of the DataGrid via code as this affects how the mobile scroller for the DG works. NOTE: When LiveCode auto creates the mob...
by hrcap
Mon Jun 27, 2022 3:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete Scroller datagrid on mobile
Replies: 13
Views: 6641

Re: Delete Scroller datagrid on mobile

Hi Stam

Thats exactly correct and a technique that I use regularly, the issue here is that the Mobile Scroller is created automatically for the Datagrid and I dont know what name they give to it in order for me to be able to delete it when I hide the DG

Go to advanced search