LiveCode Builder • Determine the version number of the OS
Thanks for your inputs. I am trying to simplify the interface that is employed by my extension. At the moment the calling LCS has to pass in the version number of the OS that is being run. This could...
View ArticleLiveCode Builder • What terms to look up.
Richmond.That is a problem with dictionaries in general. If you want to know how to spell "phlegm", you are going to have to already know something about the English language and then do some work.Now...
View ArticleAndroid Deployment • About API
Hello everyone, I am having trouble updating my app on Google Play because it says I need to use API level 31. According to Google, new apps must target Android 12 (API level 31) or higher, except for...
View ArticleLiveCode Builder • The Point type
So it seems that Point defines a special form of List i.e. inherits from List (object?) and overrides index processing? I find it slightly strange to use an operator in a variable definition. However...
View ArticleiOS Deployment • Question about transfer data
Sparkout.So the wording of the OP seems too pat? Maybe.CraigStatistics: Posted by dunbarx — Mon Jul 22, 2024 7:25 pm — Replies 8 — Views 301
View ArticleiOS Deployment • Mobile scrolling issues
For anyone facing this issue. In my situation It turned out to be a ghost/corrupt datagrid problem. After finding the culprit deleting and recreating it solved the issue.Statistics: Posted by istech —...
View ArticleiOS Deployment • Browser widget exit fullscreen detection fails IOS
Hi Livecodes,I have the browser widget set with an iframe stream where I want to detect full screen exit by the user. I have set the html with multiple listers which work on all platform apart from...
View ArticleiOS Deployment • Another problem about provisioning profiles…
@istech,Thanks for the advice. I opened my iPhone Developer Certificate in Keychain Access and I could easily remove the "not trusted" mention in the header (see attached screen copy).However after...
View ArticleLiveCode Builder • The Point type
Thanks Paul,Given the recent announcement I'm "considering my position" as they say.I hear ya, understandable. Well I'll go back to my corner now. Statistics: Posted by PaulDaMacMan — Fri Jul 26, 2024...
View ArticleHTML5 • Need to do a browser "empty cache", is it possible?
I know it was quite awhile ago for this question, but I finally found an ANSWER!!!I inserted the following line into the "opencard" function:set the httpHeaders to "Cache-Control: max-age=0"This...
View ArticleDeveloper Services Marketplace • Developer in Sydney, Australia
It seems like the internet is going wonky. I've also got server problems out of nowhere.Statistics: Posted by Cairoo — Fri Aug 02, 2024 8:38 pm — Replies 7 — Views 6717
View ArticleAndroid Deployment • Setting a verticalTextAlign property to an Android Input...
Hii Guys!I am trying to set the properties of an Android Input field by using "verticalTextAlign" property. I have used the following:CODE: mobileControlCreate "input", "UsernameEdit" mobileControlSet...
View ArticleMade With LiveCode • Livecode fountain pens
It would be super if you could actually explain a bit more, even, if it be possible, a few code snippets.Statistics: Posted by richmond62 — Sat Aug 10, 2024 10:24 am — Replies 3 — Views 189
View ArticleHTML5 • Grab command
We are able to grab a layout in LiveCode Create which is inside a browser window. Why doesn't grab work in a web app in browsers?? Very frustrating - I've been waiting literally years for this to...
View ArticleAndroid Deployment • Creating a file on external storage
Yep, a long standing issue/feature request: https://quality.livecode.com/show_bug.cgi?id=23526Statistics: Posted by Klaus — Sun Aug 18, 2024 6:16 pm — Replies 11 — Views 7465
View ArticleAndroid Deployment • File Transfer Error
I really don't want to ask this, but, I'm asking for a spoon feed! I have $10 AUD (PayPal) for anyone who can provide a script that will send a file "an image file as example". If this is not allowed...
View ArticleAndroid Deployment • File Send Over Base64.
When I use, put the number of bytes in var, I get the same.Statistics: Posted by Googie85 — Mon Aug 19, 2024 5:43 am — Replies 8 — Views 50
View ArticleAndroid Deployment • Temporary "Hang"
Hii Guys!!I am trying to receive a file over sockets and it seems to "hang" on the following code.CODE: on NEWMESSAGE theIP pmsg if char -5 to -1 of pmsg is "file§" thenWhen I press down on the...
View ArticleAndroid Deployment • Setting a verticalTextAlign property to an Android Input...
Hi Googie,according to the dictionary "verticalTextAlign" is a property of the Android Native Field,so "mobilecontrolset" commands will probably not work with this widget.However this should...
View ArticleHTML5 • Printing from a Web deployed app
Can anyone give me a hint at what is involved to print a PDF from a LC Web deployed app? The documentation really doesn't say anything about this, at least that I can decipher.I'm thinking that some...
View Article