LiveCode Builder • The Point type
I am reviewing the LCB file that Bernd kindly published in order to try and get some understanding of how a widget is created.In the code the type Point is used e.g.CODE: private variable mCenterPoint...
View ArticleTalking LiveCode • YouTube Live & Browser Widget
Hi All,Been playing with the Livecode lesson for playing YouTube video's using the browser widget. However, I have noticed that the browser widget can play normal YouTube videos but not "LIVE" ones on...
View ArticleTalking LiveCode • Strange custom prop behavior
This was maddening. One can set a custom prop to anything one wants. But one cannot set a custom prop to a variable with the same name:CODE: on mouseUpput random(999) into tempset the XYZ of me to...
View ArticleGames • Converting Old Text-based BASIC games.
Hi,Attached is a kind of addictive game, "Chase", I ported from "More BASIC Computer Games". published by Creative Computing Press, copyright 1979. In this text-based game your player needs to avoid...
View ArticleOff-Topic • Test, just a test
Hello. And Bye.Statistics: Posted by MethrenJow — Fri Jul 19, 2024 4:56 pm — Replies 0 — Views 4
View ArticleLiveCode Builder • Reading Characters from a string
I am attempting to read the first three characters of a string inside a library extension written in Livecode Builder. My test handler is below and I have tried various different versions without...
View ArticleiOS Deployment • Question about transfer data
Hello, everyone. I'm a new member and my iOS app displays data from a database. When there is a new item in the Database, I send a push notice to the iOS / Android Client with the message "Hello Bla...
View ArticleTalking LiveCode • An SE aid
I thought I would share this. I have been using this gadget to help me navigate a long script in the SE. It hilites one or more groups of lines so I can easily scroll from one to the other, or find...
View ArticleiOS Deployment • Another problem about provisioning profiles…
Good afternoon,I want to install a small app on an iPad, which was generated on a MacBook with Livecode, with the following versions:MacOS Sonoma 14.4.1Xcode 15.0.1Livecode 9.6.11I have created the...
View ArticleGetting Started with LiveCode - Complete Beginners • DataGrid operation...
Hi all,I'm using the following codeCODE: dispatch "ResetList" to group "DataGrid 3" of cd "manage products" put the dgprops["columns"] of grp "datagrid 3" into tColumns repeat for each line tColumn in...
View ArticleTalking LiveCode • Livecode Create - thoughts?
I have just watched the videos about the launch of Livecode Create. For those who have not watched the link is https://future.livecode.com/The short version is that the present versions of Livecode...
View ArticleTalking LiveCode • Could anyone help?
Good morning, I’m a college student struggling with Arrays in LiveCode. The code is as followsglobal gDictionaryon mouseUp CODE: answer “would you like to open a dictionary?” with “Yes” and “Cancel”...
View ArticleAnnouncements • [ ANN ] Release LiveCode 10.0.0 RC-1
Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.0 RC-1.LiveCode 10.0.0 RC-1 comes with 11 bugfixes since the previous DP release, and also includes the bug fixes of LiveCode...
View ArticleTalking LiveCode • Error Cannot See A Visible Substack
Hello everyone, I'm a new memberMy stack has a button that allows me to show or conceal a substack that contains my app settings. When I first established the substack, the "show/hide" option...
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 ArticleGetting Started with LiveCode - Complete Beginners • What are the major...
It looks like I am going to have to move from LC 9 to LC 10 and then to "Create?Statistics: Posted by DR White — Thu Jul 25, 2024 12:15 pm — Replies 0 — Views 30
View ArticleOff-Topic • Add Quote marks around commas in a text file with code
I am working on an App that takes input from a user and saves data in a csv file.The fields don't require commas but users might put them in some of the fields such as Address data.I don't want to...
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid - I'm in...
Hi:The more I use it the more I love it. Polygrid is aesthetically charming,fast, elegant and generally a joy to use. BUT... Say I want to update cell 3,3 of my polygrid. At the moment my solution...
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid - text...
Good morning,My dictionary is working ok again (thankfully). So I just looked this up, but nothing there.I have a polygrid column, which I would like to either text-wrap or some other device for...
View ArticleTalking LiveCode • PolyList and Image data
I am trying to use the PolyList widget, however I cannot get the image-data to display.This is very simple setup... I have a PolyList that only has the item "image" which is set to the content type of...
View Article