Made With LiveCode • Re: Livecode fountain pens
Yes indeed, I sell them. At first it was not much more than an attempt to demonstrate to my wife that I had not been wasting my time. Then I got so much positive feedback from customers that I became...
View ArticleiOS Deployment • Re: IOS notifications
See mobileCreateLocalNotification in the dictionary and also its related commands. If you search for "notifications" in the dictionary you'll see ways to get the notification details and how to cancel...
View ArticleGetting Started with LiveCode - Complete Beginners • Drag & Drop?
Hi everyone,I have a simple stack that I want to be able to drag and drop a text file (and only a text file) from the desktop (or other location) onto the stack interface and have it put the contents...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Drag & Drop?
Hi Jon,I changed your script just a little bit and it works for me with .txt files, see "## changed"CODE: on dragEnter -- Check if the dropped item is a file if dragData["Files"] is not empty then ##...
View ArticleAndroid Deployment • can't release new APP Version
This is not a LC problem but may be some of you know to answer.I have a version (#17) already in Google Play.Now I want to release a new version (#26) but it doesn't allow me to put into ProductionThe...
View ArticleTalking LiveCode • Re: Checking user answer in a quiz
According to your suggestions I have made some corrections in my codes of Livecode. Now I am having only one problem that the quiz summary is not showing the correct score. It is showing the score...
View ArticleAndroid Deployment • Re: can't release new APP Version
Hello Simon,I was not able to test this since I have no draft release in production, but there should be a Discard button if you go to the Production track and see the releases that appear...
View ArticleOff-Topic • What are the Mobile Game Development Services?
Mobile game development services include a variety of offerings for the design, optimization, and support of mobile games. These services are meant to satisfy the demands of game studios,...
View ArticleLiveCode University • Re: Issues with Unit 2, Lesson 7 Assignment
Well: that disappearing post looked a bit 'botty', but I am quite grateful to it for bringing the thread to my attention.I think LC does a disservice to new users by not displaying menumode in the...
View ArticleTalking LiveCode • Accordion for LC
Recently "StrongBow" wondered whether there is an Accordion for LCHas anyone seen this: https://livecode.com/elements-accordion/and I thought it looked nice and pretty useful.I realise that Stam did...
View ArticleTalking LiveCode • Re: Accordion for LC
Bernd.Downloaded, but could not get any action at all on the main group. Neither clicking, double-clicking, dragging did anything.CraigStatistics: Posted by dunbarx — Sun Nov 24, 2024 5:52 pm
View ArticleLinux • Livecode on Parallels Unbuntu w/Rosetta
I'm wondering if anyone has been able to get Livecode v9 or v10 running on a Parallels Vm with Ubuntu w/Rosetta on an Apple Silicon mac. I've been trying today with no luck. I get the following error...
View ArticleAndroid Deployment • Can't install a second apk
Hi, I'm trying to install one more apk on Android 14, but it overrides the existing one.Why??? How to make it possible?Any help ist appreciated.Statistics: Posted by Reno-Muc — Mon Nov 25, 2024 10:40 am
View ArticleAndroid Deployment • Re: Can't install a second apk
Hi Reno-Muc,welcome to the forum! Android does not care about the NAME of an APK, it checks the IDENTIFIER of the APK, see screenshot.So if your second APK has the same identifier, it will probably be...
View ArticleiOS Deployment • Play sound and play stop
I'm using the play command to play a sound filled successfully on iOS, works great but issuing play stop does not stop playback. Is there an easy way to stop playback of an MP3 on iOS?Statistics:...
View ArticleiOS Deployment • Re: Play sound and play stop
Hi.I have never played anything, but the dictionary does not list a "play stop" command. It does speak about a "stop" command:stop [playing] {player | videoClip | audioClip}CraigStatistics: Posted by...
View ArticleGetting Started with LiveCode - Complete Beginners • AESEncryptWithKey merge...
I'd like to encrypt data in livecode with mergAESEncryptWithKey pData,pKey,pIV,[pMode],[pKeySize],[pPadding]. The encrypted data is subsequently uploaded to PHP. PhP decrypts the data with the same...
View ArticleGetting Started with LiveCode - Complete Beginners • Properties and properties
I have been messing around with fields, and discovered that the fields that are delivered from the Tools palette are derived from Tab_delimited files stored way, way down in the merry file structure...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Properties and...
Hi Richmond,Those four colored properties are used in the "Table Field"Drag a "Table Field" on a stack in open the properties inspector for it. Then you have a pane "Table" in the properties inspector...
View ArticleOff-Topic • Re: Possibly the worst effect of removing the Open Source version.
2021There has been a definite change in the forums which is sad…Now that is really taking hold.I do hope whoever took that decision has no doubts about it.Statistics: Posted by richmond62 — Tue Nov...
View Article