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

Getting Started with LiveCode - Complete Beginners • Write code for LC...

Where can I find information on the available server instructions like the one in the code below:<?lc put "<p>Hello World! from LiveCode Server</p>" put "<p>The date is"...

View Article


Getting Started with LiveCode - Complete Beginners • Is there a terminal mode...

Is there a terminal mode I can use on my LC server?Thank you,DavidStatistics: Posted by DR White — Mon Jul 01, 2024 12:20 pm

View Article

Talking LiveCode • Markdown library?

Hi all,just checking if anyone is aware of a markdown library for formatting text in a LiveCode field?I couldn't find one, so I'm guessing not, but maybe I missed it?Many thanksStamStatistics: Posted...

View Article

Talking LiveCode • Re: Markdown library?

Stam.What is a markDown library? A table of some sort that relates text properties to this or that?CraigStatistics: Posted by dunbarx — Mon Jul 08, 2024 2:10 pm

View Article

Getting Started with LiveCode - Complete Beginners • Object search-and-list

My Devawriter Pro source stack is about 14 years old, and I suspect it has become a bit 'clunkified' owing to the presence of several heay images hidden away in the 'undergrowth'.I wonder if there is...

View Article


Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Re: Object search-and-list

This is, frankly hilarious:--It finds 35 images.As my Devawriter Pro stack must contain something of the order of 3000 images.-Statistics: Posted by richmond62 — Tue Jul 09, 2024 9:42 am

View Article

Talking LiveCode • Re: Need Assistance with Fetching Unread Emails Using IMAP...

Hi Denilza,For retrieving an e-mail message via IMAP, you can use tsNetGet (or tsNetGetSync) with an IMAP url that contains the UID of the relevent message. You do not use tsNetCustomSync to achieve...

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


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


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

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

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

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 • 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


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
Browsing all 440 articles
Browse latest View live