Search found 741 matches

by mrcoollion
Fri Aug 14, 2026 10:44 am
Forum: Off-Topic
Topic: Is LiveCode still Alive ?
Replies: 17
Views: 556

Re: Is LiveCode still Alive ?


I'd be interested in how you use LC AI, how it helps and what issues you've run into. I haven't tried it yet. Was there a learning curve?


Using AI for developing in LiveCode is very easy.
Step 1: Use any good AI e.g. https://gemini.google.com/ . Be aware that AI usage is not free. I found ...
by mrcoollion
Fri Aug 14, 2026 10:23 am
Forum: Linux
Topic: HMAC Encryption causes crash.
Replies: 1
Views: 323

Re: HMAC Encryption causes crash.

These days I always initially ask AI for a solution.
As an example in your case I asked the following Google Gemini:
I am using the LiveCode development language and i have the following issue. Please let me know what goes wrong and please do not hallucinate answers.
Within the LiveCode IDE I can ...
by mrcoollion
Wed Aug 12, 2026 10:10 am
Forum: Off-Topic
Topic: Is LiveCode still Alive ?
Replies: 17
Views: 556

Is LiveCode still Alive ?

I haven't been on this forum for a while so when i did last week I noticed that it is not very active anymore.
Is LiveCode still alive? Is there an other online place I do not know about?

I still like liveCode and now even better because developing LC apps with help of AI makes it even easier to ...
by mrcoollion
Mon Aug 10, 2026 11:21 am
Forum: Talking LiveCode
Topic: Application and LiveCode dissapears Application does not startup
Replies: 5
Views: 398

Re: Application and LiveCode dissapears Application does not startup

So i got a copy of my file back from a sub folder where backups are automatically saved. Lucky me. :o :D

Panic is over....

Thanks for the support.

Regards,

Paul
MrCoolLion
by mrcoollion
Mon Aug 10, 2026 9:44 am
Forum: Talking LiveCode
Topic: Application and LiveCode dissapears Application does not startup
Replies: 5
Views: 398

Re: Application and LiveCode dissapears Application does not startup

I am sorry a bit rude of me not to give you the correct information. I am a bit rusty on the forum, it has been a while :oops: .

System: Windows 11 Home
LiveCode still starts up and other applications i made also startup and work fine. So i guess something is wrong with the application file .
Is ...
by mrcoollion
Sun Aug 09, 2026 7:51 pm
Forum: Talking LiveCode
Topic: Application and LiveCode dissapears Application does not startup
Replies: 5
Views: 398

Application and LiveCode dissapears Application does not startup

Hi fellow LiveCoders,

I have a serious issue with LiveCode and the application i am building.
I hope someone can help me.

The following happend.
I was working on an issue where communication via an API call was involved.
I did not change anything important but suddenly the App and Livecode were ...
by mrcoollion
Wed Apr 22, 2026 8:41 pm
Forum: Talking LiveCode
Topic: customKeys and recalling the data in a key
Replies: 8
Views: 13136

Re: customKeys and recalling the data in a key

I got it working.Added the following two menu items to a pulldown button
No clue why i did not get it working before. I added a new button and a new target field "TestTekst" and added the menu items below to the button .
1st Text
2nd Text

With the below code it worked

on menuPick itemPicked ...
by mrcoollion
Tue Apr 21, 2026 2:45 pm
Forum: Talking LiveCode
Topic: customKeys and recalling the data in a key
Replies: 8
Views: 13136

Re: customKeys and recalling the data in a key

Sorry Klaus, still does not work.
by mrcoollion
Tue Apr 21, 2026 2:09 pm
Forum: Talking LiveCode
Topic: customKeys and recalling the data in a key
Replies: 8
Views: 13136

Re: customKeys and recalling the data in a key

Never would have thought of this.

Dankjewel (Thank you) Klaus.
by mrcoollion
Tue Apr 21, 2026 11:12 am
Forum: Talking LiveCode
Topic: customKeys and recalling the data in a key
Replies: 8
Views: 13136

customKeys and recalling the data in a key

It has been a while that i have been on this forum, so hello to you all LiveCoder's :-).
I do come here for the following reason.

I thought it was a good idea to save fixed data within a menupick button using customKeys. However i cannot seem to get it working .
The code does not give me errors ...
by mrcoollion
Mon Sep 15, 2025 1:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Why this message between end preOpenCard and start on OpenCard?
Replies: 4
Views: 20968

Re: Why this message between end preOpenCard and start on OpenCard?

Yep I am Nederlands.

Of coarse i also asked AI the same question and it came with the following answer. So I will be investigating this. I seems that the used DataGrid could be a reazon for my issues.


Looking at your LiveCode error message, this appears to be debug or trace output from the ...
by mrcoollion
Mon Sep 15, 2025 10:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Why this message between end preOpenCard and start on OpenCard?
Replies: 4
Views: 20968

Why this message between end preOpenCard and start on OpenCard?

Hello fellow LC developers.
I am investing a lot of time in finishing an application but now i get the following information in the Message box and ik have no idea where it is coming from. The message is invoked between the end of the preOpenCard and the beginning of the on OpenCard. Does any of you ...
by mrcoollion
Thu Mar 13, 2025 7:35 am
Forum: Talking LiveCode
Topic: Simple CSV to DataGrid Command
Replies: 15
Views: 80379

Re: Simple CSV to DataGrid Command

LOL, love it.

So yes you are all correct.
CSV is not the best way to go but i needed it, and I wanted an easy way to populate an manipulate a DataGrid.
Maybe some one can make a better and more versitile and especially easy to use version ?!
If you do, please post it here?

Regards,

Paul
by mrcoollion
Wed Mar 12, 2025 6:32 pm
Forum: Talking LiveCode
Topic: Simple CSV to DataGrid Command
Replies: 15
Views: 80379

Simple CSV to DataGrid Command

Hello LC friends,

For those who are interested and want to have a simple way to add CSV file data to a datagrid you can use this code.
I was in need of a very simple way to create a datagrid and add, change and remove data So i made the below routine for this.
I can probably be improved a lot but ...
by mrcoollion
Thu Jan 30, 2025 3:02 pm
Forum: Talking LiveCode
Topic: Windows copy paste does not work as it should (bug?)
Replies: 4
Views: 29792

Re: Windows copy paste does not work as it should (bug?)

Hi bogs,

It does work, however after a while I cannot copy paste between Windows environment and LC Application and vice versa.
It seems like there is a memory buffer getting full and if that happens I cannot copy paste between Windows environment and LC Application and vice versa.

Your suggestion ...