Games • Re: Mini game Livecode in Process
Angle shot with gravity and character movement.A simple example of angle shot.- D key to shoot- Space key to jump.- Arrow Keys for Movement. --- > File Stack Gravity Ball --- > File Stack Angle...
View ArticleOff-Topic • Re: Claude 3.5 Sonnet and LiveCode
Hi,I have been working with the "Project" feature in Claude 3.5 Sonnet which allows uploading files into a "Project Knowledge" area. Chats may be initiated within a "Project" and this permits the...
View ArticleTalking LiveCode • Re: YouTube Live & Browser Widget
For future reference this appears to be a bug/issue or not supported only with windows playback of YouTube live streams as all working as expected on IOS, MAC and Android platforms.Statistics: Posted...
View ArticleiOS Deployment • Re: 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 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 ArticleTalking LiveCode • Re: An SE aid
For my own purposes Bernd’s code folding solution is practically essential when working with long scripts because with one keystroke I can collapse all handlers and focus only those I care about at...
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 • Re: Livecode Create - thoughts?
but I do wonder how they will work in the real worldA lot of us will keep wondering as there seems to be no option to download a trial version.Statistics: Posted by richmond62 — Wed Jul 24, 2024 12:37...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: DataGrid operation...
Problem solved !!I scriptedCODE: 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 • 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 ArticleiOS Deployment • Re: Another problem about provisioning profiles…
Hello GoneToSail,Does the provisioning profile include the new iOS Development certificate, expiring 2025/05/26?You can find out either in the Apple Dev portal, by editing the provisioning profile. If...
View ArticleAndroid Deployment • Re: About API
Hello,The requirement is to rebuild the app against API 34 until the 31st of August - which is now supported in LiveCode 9.6.13 RC1 and 10.0.0 RC1.So you just have to rebuild the app using either of...
View ArticleTalking LiveCode • Re: Could anyone help?
Hi Michael,welcome to the forum!CODE: ...answer “would you like to open a dictionary?” with “Yes” and “Cancel”if it is “Yes” then answer file “select a file” ## Always check: if it = "cancel" then...
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 ArticleAnnouncements • Re: [ ANN ] Release LiveCode 10.0.0 RC-1
That is impressive, but, having downloaded the RC 1 version I am a bit disappointed to see that it still features what Kevin Miller is now terming the 'classic interface', and there seems to be no way...
View ArticleTalking LiveCode • Re: Error Cannot See A Visible Substack
Is it possible that there is some script in your main card that is hiding the substack?ALSO: when one opens a stack, any substacks do not automatically open on the desktop, if you want your substack...
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 Article