Android Deployment • Focus on field when clicked.
Hi Guys!!I am trying to focus a keyboard "focus on field 'Test'" when the "Test" field is clicked. I have tried "on FocusIn" and "on OpenField", with no results. I hope I have explained myself...
View ArticleAndroid Deployment • Re: Focus on field when clicked.
It should just work automatically. Is the field editable?Statistics: Posted by jacque — Sun Mar 02, 2025 7:29 pm
View ArticleDatabases • How to correctly insert non-ascii characters in a MySQL database
Is there any possibility in this universe to insert non-ascii data correctly into a field in a MySQL database?If I have a table mytable in "myDB" with a field "content" The field is set to...
View ArticleTalking LiveCode • Is it possible to use LiveCode to make Android apps with...
Hey everyone,Hello, I'm new to this group. I found LiveCode by accident while looking for an easy way to make apps for my Android phone. I want to make an app that helps people learn new words, and...
View ArticleTalking LiveCode • Re: Is it possible to use LiveCode to make Android apps...
Hi wrenloren,welcome to the forum!Yes, you can use a database on in Android app. Support for SQLite is implemented in Livecode, so just go on and create your app.Here some lessons on how to use SQLite...
View ArticleDatabases • Re: How to correctly insert non-ascii characters in a MySQL database
The encoding of the SQL database has to match what encoding you are using with textEncode before storing in the database. See https://dev.mysql.com/doc/refman/8.0/en/charset.html for the database...
View ArticleTalking LiveCode • Lost the ability to replace text in the SE
In the SE, the pullDown menu "Replace with" in the "Find and Replace" dialog is disabled. So are the "Find Next" "Replace" and "Replace All" buttons. The "Find all" button, however, works fine.So all...
View ArticleGetting Started with LiveCode - Experienced Developers • Signature Widget on...
I would like to have the signature widget on my website. It works nicely on a desktop. But, on a mobile browser visiting the page, the browser (safari (ios) & chrome (android)) scrolls and...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Cell formatting...
Time passes...and I come to the party late. But to colorise cell 3 of row 2 of a table field, you can simply do:set the itemDel to tabset the backcolor of item 3 of line 2 of fld "dataset2" to...
View ArticleGetting Started with LiveCode - Experienced Developers • Saving Sent Emails
Hi AllI 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...
View ArticleGetting Started with LiveCode - Experienced Developers • does "set the...
I have a stack with a field "text" and a button. (The stack is attached.) The button has the following code in it:CODE: on mouseup local tTopLeft put the globalloc of the topleft of fld "text" into...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: does "set...
Mobile devices have no mouse. What are you trying to do?Statistics: Posted by FourthWorld — Fri Mar 07, 2025 8:46 am
View ArticleTalking LiveCode • Re: Lost the ability to replace text in the SE
What did you select in the "Look in" menu?The "Replace" controls get disabled if you have selected anything but "Current tab" or "All tabs". It's always been like this, as far as I know. Statistics:...
View ArticleGetting Started with LiveCode - Complete Beginners • Predictive Text...
Hi everyone,I have a hidden text field which contains a list of my customers (it’s lengthy!). I have another field where a user types the name of the customer. I’d like my app to display a list of...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Predictive Text...
Predictivity.livecode.zipStatistics: Posted by richmond62 — Mon Mar 10, 2025 2:42 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Printing to PDF...
I have a stack of about 12 cards (each card contains 7 fields with 54 lines of text each) that I want to print to a pdf. That works fine up to page 7. On the eighth page, the data that is printed to...
View ArticleTalking LiveCode • keyDown doesn't work on mobile
Contrary to what it says in the manual, KeyDown doesn't work on mobile in Classic and I also learned it will not be prioritised on Crate, I think at least it should be taken out of the...
View ArticleTalking LiveCode • Re: keyDown doesn't work on mobile
KeyDown as written in question, or RawKeyDown as shown in image? Or both?Statistics: Posted by stam — Mon Mar 10, 2025 4:37 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Scroll of browser...
Hi AllI 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...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Printing to PDF...
If you are experiencing this on mobile then one explanation could be that an emoji is encountered in the text being printed. (Bug 22982 was reported and confirmed in 2020 but has not been addressed.)...
View Article