Quantcast
Channel: LiveCode Forums
Browsing all 757 articles
Browse latest View live

LiveCode 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 Article


Image may be NSFW.
Clik here to view.

Getting 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 Article


Getting 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 Article

Android Deployment • Re: Android Background Audio and Live HE-AACv1 Streams

Android's support for background audio and live HE-AACv1 streams marks a significant advancement in mobile multimedia capabilities. With the proliferation of high-quality audio content and the...

View Article

Image may be NSFW.
Clik here to view.

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 Article


Getting 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 Article

Getting 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 Article

Image may be NSFW.
Clik here to view.

Getting 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 Article


Image may be NSFW.
Clik here to view.

Getting 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 Article


Getting 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 Article

Getting 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 Article

Getting 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 Article

Getting 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 Article


Getting 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 Article

LiveCode 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 Article


LiveCode 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 Article

Getting 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


Getting Started with LiveCode - Complete Beginners • Re: tsneterr: (35) SSL...

The Retable API requires both an API key and a client certificate for authentication. When using cURL, the necessary client certificate is likely configured, but when making the request...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Datagrid (FORM)

Hi everyone,Good day.I'm practicing the datagrid (FORM) I'm trying to display all the data from my database using datagrid form but it display only the 1st record.i tried using repeat i think there is...

View Article

Getting Started with LiveCode - Complete Beginners • Re: Datagrid (FORM)

I think the problem is with your repeat loop.CODE: repeat for each line tLine in tlist if item 1 of tlist is a number then put item 2 of tlist into theDataA[1]["FirstName"] put item 3 of tlist into...

View Article
Browsing all 757 articles
Browse latest View live