Getting Started with LiveCode - Complete Beginners • Adaptive Icon error when...
Please attachment.I worked all day yesterday till midnight trying to compile an Android file. I made significant progress, but for the last 6 hours I cannot get past the attached error message. I went...
View ArticleTalking LiveCode • Hiding the cursor
I thought this general enough to break this out into its own thread. it derives from:viewtopic.php?f=104&t=39195The question is "how does one hide the cursor?". I found that this works:CODE: on...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Adaptive Icon error...
You're almost there, since you've got a valid res folder with all the data. Follow the path in the error message to locate that res folder and copy it. Paste the whole folder into a place where you...
View ArticleTalking LiveCode • Re: Hiding the cursor
Over 'here' (MacOS 12) the following code:CODE: on mouseUp set the cursor to empty set the lockCursor to trueend mouseUpPlays "silly buggers" with the cursor, in that, subsequently, the cursor flashes...
View ArticleGetting Started with LiveCode - Complete Beginners • Adaptive Icon error when...
Please attachment.I worked all day yesterday till midnight trying to compile an Android file. I made significant progress, but for the last 6 hours I cannot get past the attached error message. I went...
View ArticleLiveCode Builder • Re: LiveCode Builder Foreign Function Interface for Beginners
Bump.I have dabbled in LCB and the FFI. Here are some notes that I have made : Foreign Handler Interface Notes.rtf.zipI make no claims as to their accuracy.Statistics: Posted by Simon Knight — Wed Jul...
View ArticleGetting Started with LiveCode - Complete Beginners • Number Format...
hi everyone,Good day.is there a simple way to format a number ex 279495 = 279,495.00? and when the user type a number ex 100 it will format automatic into 100.00CODE: on mouseUp GetTheTotalGallonsend...
View ArticleGetting Started with LiveCode - Complete Beginners • How to set the...
hi everyone,good day.I was trying to set a background color of the data grid per row if this is possible in livecode.here is my code i'm stuck on what next code will i enter. hope you can guide...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Number Format...
Hi.CODE: on mouseUp ask "enter a number" with "12324567.89" if it is a number then set the itemDel to "." put item 1 of it into temp if item 2 of it <> "" then put "." & item 2 of it into...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to set the...
Maybe this?put the dgProp["row color"] of group "Data Grid"Perhaps the "put" can be changed to "set"?CraigStatistics: Posted by dunbarx — Wed Jul 10, 2024 3:22 pm
View ArticleGetting Started with LiveCode - Complete Beginners • LC needs to remove JDK 8...
I had a painful week finding a work around for the LC JDK 8 limitation.Unless LC removes this limitation soon, it will become increasing more difficult to build Android apps.DavidStatistics: Posted by...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to set the...
Hi everyone,Good day.First of all thank you for your response in my post.Thank you for sharing your knowledge.here is the picture i want to do When the user clicked the button the whole ROW will turn...
View ArticleGetting Started with LiveCode - Complete Beginners • Missing value error
I'm trying to calculate the total amount spent by a customer in my LiveCode database app. Here's the script I'm using:CODE: on calculateTotalSpent (customerName) local total := 0 repeat with aRow in...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Missing value error
GPTs are notoriously bad at pretending to know how to write LiveCode.What are you working on?Statistics: Posted by FourthWorld — Thu Jul 11, 2024 4:42 am
View ArticleGetting Started with LiveCode - Complete Beginners • Prevent a stack from...
I have two stacks. Stack one writes file "blah" when a certain condition is met"All of this works fine:open file 'blah' for writewrite "123" to file "blah"close file "blah"go stack "two"In my...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Prevent a stack from...
I forgot to mention they bot reside in the same folder.Statistics: Posted by oldummy — Thu Jul 11, 2024 1:24 pm
View ArticleGetting Started with LiveCode - Complete Beginners • DataGrid change of...
Hi,I changed the name of a column in a table DG and now get error messages, even when selecting the changed column in the dropdown, and in runtime when checking script affecting the DG; I'm 99% sure...
View ArticleLiveCode Builder • How can I refresh the dictionary?
I am trying to sort out the inline documentation of a Library that is written in livecode builder. At the moment I have to quit Livecode inorder to force the dictionary to update to the latest version...
View ArticleLiveCode Builder • Re: How can I refresh the dictionary?
At the moment I have to quit Livecode inorder to force the dictionary to update to the latest version of the in line documentation.Is the inline documentation being updated so frequently that you...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: DataGrid change of...
An error has occurred in behaviour for the column template; Chunk error in object expression.Any body got an insight into this situation ?Did the error message tell you what line number triggered the...
View Article