Getting Started with LiveCode - Complete Beginners • Re: Datagrid (FORM)
Hi everyone,Thanks everyone for the response.Statistics: Posted by lemodizon — Sun Jul 28, 2024 5:01 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Polygrid - text...
Hello @bbalmerTotalFluencyfor this to work you'll need to set the contentType of the column to text-multiline, and maybe increase the rowHeight of the widget to allow several lines to fit...
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 ArticleTalking LiveCode • Re: PolyList and Image data
Hi Greg,putting "the imagedata" of an image into another image requires that both source and target image have the SAME dimensions (height and width).Otherwise it will not work andI think this also...
View ArticleTalking LiveCode • Re: Installation of apk
Anda dapat menginstal versi app apk terbaru sekarangStatistics: Posted by ShaunRamos — Tue Jul 30, 2024 2:36 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: PolyList and...
It looks like using DataGrid might be the best solution for achieving variable row heights. The example provided by Andreas on how to create a form with variable line heights could be quite useful....
View ArticleGames • Building a 3D Library...Dragon Style!
Hi,So I wanted a spinning 3D logo on a splash page and a few days later I started this...Happy CodingMike Nu_3D Library.livecode.zip Building a 3D Library for LiveCode…Dragon Style! [An...
View ArticleHTML5 • Re: 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 ArticleGames • Re: Building a 3D Library...Dragon Style!
Hi, just a quick update. There are a few bugs in some of the test code and I am in the process of a revision to include more demos of various 3D shapes designed with only line graphic objects as well...
View ArticleGetting Started with LiveCode - Complete Beginners • Problem with Widget Spinner
Hi,Using this codeCODE: lock screen send "mouseup" to btn "inputdg3" unlock screen show widget "spinner" send "mouseup" to btn "setDG " send "mouseup" to btn "listanother" of cd "manage products"The...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Problem with Widget...
Here's something "babyish" made with LC 8.2 DP 2 (because I happen to be in front of a machine running MacOS 10.7.5 today). --Button code:CODE: on mouseUp if the vis of widget "Spinner" is true then...
View ArticleTalking LiveCode • Why me???
This snippet in a small test stack shows three ways to escape a repeat loop when the variable "endSpace" reaches 30:CODE: on mouseup put 29.9 into endSpace repeat until endSpace / 6 = 5 --repeat until...
View ArticleTalking LiveCode • Re: Why me???
Hi Craig,I never ever used "repeat until...", no idea why. I always use an IF THEN condition to exit the loop if neccessary, maybe this will work for you:CODE: on mouseup put 29.9 into endSpace repeat...
View ArticleDeveloper Services Marketplace • Re: Developer in Sydney, Australia
How did this pop up from nowhere after 2 years?Statistics: Posted by richmond62 — Fri Aug 02, 2024 2:09 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Event triggered by...
Good morning.Is there one? An event triggered by pasting data into a field? I know we have textChanged but that does not appear to be triggered by pasting.I'd like something to happen automatically on...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Event triggered...
Good Morning,TextChanged works here (OSX 12.7.4, LC 9.66).No tested as standalone.Best regardsJean-MarcStatistics: Posted by jmburnod — Sat Aug 03, 2024 9:34 am
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 ArticleTalking LiveCode • Table field locks Livecode
I am using LC 9.6.13 rc 1 on Mac OS Sonoma.I created a new blank default stack and added a table field. Next I set the tabs to 150,0 and adjusted the width of the table field to display a single...
View ArticleGetting Started with LiveCode - Complete Beginners • Livecode Community
Hello everyoneI just want to ask what is the last version of livecode community released?and where i can download it. hope you can give me a link to download it.thanks.Statistics: Posted by lemodizon...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Livecode Community
LiveCode Ltd ended maintenance of the open source edition in 2021. Questions about later versions maintained by others are best handled in those other forums:http://openxtalk.org/Statistics: Posted by...
View Article