Search found 133 matches

by hrcap
Thu May 08, 2025 3:19 pm
Forum: iOS Deployment
Topic: iOS Bluetooth Keyboard
Replies: 1
Views: 3388

iOS Bluetooth Keyboard

Hi All I hope you are all well. I have a standalone on iOS... when I click a button it opens an iOS field, displays the existing text with an on screen keyboard, and works as it should. When I have a bluetooth keyboard connected to my iPhone I click the button... the existing text is not displayed (...
by hrcap
Tue Mar 11, 2025 11:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scroll of browser widget
Replies: 5
Views: 2545

Re: Scroll of browser widget

Hi Bobcole

Thank you very much for taking the time to reply.

I believe this simply returns whether the scrollbar is set to be visible or not rather than returning the 'scrolled amount'.

Many Thanks
by hrcap
Mon Mar 10, 2025 6:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scroll of browser widget
Replies: 5
Views: 2545

Scroll of browser widget

Hi All I am using the browser widget to View a preview of some HTML text. The browser widget has a vertical scroll bar as selected in the object inspector. Does anybody know how to retrieve the amount a.k.a.vScroll that's the browser widget has been scrolled. ... The purpose is that when refreshing ...
by hrcap
Thu Mar 06, 2025 4:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Saving Sent Emails
Replies: 0
Views: 5951

Saving Sent Emails

Hi All I hope everyone is well. Historically when sending emails via livecode I have bcc'd myself in order to maintain a copy of the sent email... I want to try and tidy this up by saving the email into the sent folder instead. I have been trying over the past couple of days to achieve this via imap...
by hrcap
Wed Jan 08, 2025 9:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Closing an open folder
Replies: 2
Views: 6799

Closing an open folder

Hi All

Happy New Year

is there a way to close an open folder on the desktop, something like:

Code: Select all

close folder(t_path_folder)

as a note I am opening a folder using:

Code: Select all

launch document t_path_folder

Any help on this would be appreciated
by hrcap
Mon Aug 19, 2024 4:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Native Field as part of group
Replies: 5
Views: 9810

Re: Native Field as part of group

Hi All Thank you very much for the feedback. I had a feeling that it may not be possible to place it within a group. I'll look at making field which appears above the onscreen keyboard like on WhatsApp which should solve the issue. While im at it do you know when I should get the 'effective working ...
by hrcap
Fri Aug 16, 2024 6:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Native Field as part of group
Replies: 5
Views: 9810

Native Field as part of group

Hi All I hope everyone is well. I am currently working on improving iOS based layouts and am moving away from standard text input fields to Native Fields. One issue that I am coming up against is that when the field lays near the bottom of the layout the soft keyboard on screen covers the native fie...
by hrcap
Wed Feb 14, 2024 2:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Alternative for this please
Replies: 2
Views: 2211

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: 2211

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: 9382

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: 9382

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: 9382

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: 9382

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: 193224

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: 4868

Re: Get the raw post on server

Thank you very much Klaus

That is exactly what I was after, problem solved.

Many Thanks