Search found 707 matches

by mrcoollion
Tue Apr 19, 2022 10:33 am
Forum: Talking LiveCode
Topic: Smoother scrolling w/ deceleration for LC fields
Replies: 11
Views: 3977

Re: Smoother scrolling w/ deceleration for LC fields

On Windows Laptop it works nice.
Slow scrolling is with small steps and fast scrolling is with large steps.
FYI: I do have a very fast laptop.

Regards,

Paul
by mrcoollion
Fri Apr 08, 2022 10:44 am
Forum: Off-Topic
Topic: RegEx web app
Replies: 2
Views: 2258

Re: RegEx web app

Nice find.

Thanks :D
by mrcoollion
Fri Apr 08, 2022 10:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to keep Android HotSpot wifi alive
Replies: 4
Views: 2188

Re: How to keep Android HotSpot wifi alive

I do not have an answer to you question.
However what happens if you ping it's own IP Adress? Does this keeps the interfaces alive?

Regards,

Paul
by mrcoollion
Thu Apr 07, 2022 1:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to keep Android HotSpot wifi alive
Replies: 4
Views: 2188

Re: How to keep Android HotSpot wifi alive

Maybe sending a ping command to a server on the internet or a device?
by mrcoollion
Fri Apr 01, 2022 5:35 pm
Forum: Talking LiveCode
Topic: Windows 11 Help
Replies: 51
Views: 20176

Re: Windows 11 Help

Maybe someone can compile the original stacks again in a newer version of LC on a Windows machine for you if you do not have a license?
Maybe this would make it work ?

Regards,

Paul
by mrcoollion
Thu Mar 31, 2022 3:49 pm
Forum: Talking LiveCode
Topic: Windows 11 Help
Replies: 51
Views: 20176

Re: Windows 11 Help

Did you try to get it running with Windows compatibility mode? Right click om desktop start icon and choose 'More Options' then choose 'Solve Compatibility issues'. Or right click and select Properties > Select Tab 'Compatibility'. Be aware that I translated this from dutch to english so it might be...
by mrcoollion
Sat Mar 12, 2022 2:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data added to Array lost 3 commands deep
Replies: 15
Views: 6222

Re: Data added to Array lost 3 commands deep

Hi Stam, Thanks for the example code and explenations. As I understand, because you make the needed array a local variable I do not need to use the @ for getting the array data out of routine _A and I do not have to pass the array variable into other routines. Because if I do the behaviour changes a...
by mrcoollion
Sat Mar 12, 2022 1:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data added to Array lost 3 commands deep
Replies: 15
Views: 6222

Re: Data added to Array lost 3 commands deep

Hello Bernd, Hi all, Thanks for helping me... I simplified the code names a bit to make it easier to read, checke comma's and @ signs and used Bernd version. However in this version on mouse up level 'aData_A[-1] ' is still empty! I think it has to do that the data is cahnged/added two levels deep a...
by mrcoollion
Thu Mar 10, 2022 4:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data added to Array lost 3 commands deep
Replies: 15
Views: 6222

Data added to Array lost 3 commands deep

Hello all, I have the following problem. I first put data into an array aOutputData_A with key 0 then I call several commands and in the last command 'Routine_C ' I add data to array aOutputData_A with key -1 . Although this data is available within command 'Routine_C ' as soon as i am back at the l...
by mrcoollion
Sun Mar 06, 2022 5:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Save data with encryption
Replies: 4
Views: 2121

Re: Save data with encryption

Take a look at post

viewtopic.php?f=12&t=33338
Here is a stack 'DemoSaveAppData.zip' that enables you to save data in an array and retrieve it including encryption.

Regards,

Paul
by mrcoollion
Tue Feb 22, 2022 3:54 pm
Forum: Talking LiveCode
Topic: Mousemove action outside the card
Replies: 1
Views: 1625

Re: Mousemove action outside the card

It is mentioned here : https://livecode.fandom.com/wiki/MouseMove
If the mouse button is down, the mouseMove message continues to be sent to the object that was clicked, even if the [[mouse pointer]] moves outside that object.
by mrcoollion
Sat Feb 19, 2022 5:45 pm
Forum: Android Deployment
Topic: Reading qr codes in Livecode with ZXing [Solved]
Replies: 7
Views: 8017

Re: Reading qr codes in Livecode with ZXing [Solved]

Strange that no one reacted. But thanks here as well :-)
by mrcoollion
Fri Feb 18, 2022 5:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid / UI does not update consistently [Solved?]
Replies: 9
Views: 4169

Re: DataGrid / UI does not update consistently [Solved?]

Hi Paul, are you trying to refresh data in the middle of your loop? If you are you probably shouldn’t… just run refreshList after the loop has completed and it should just refresh the data… You Are correct, I am refreshing the data during the loop. This is necessary to show the user what is happeni...
by mrcoollion
Fri Feb 18, 2022 5:00 pm
Forum: Announcements
Topic: [ANN] Release LiveCode 10.0.0 DP-2
Replies: 1
Views: 4941

Re: [ANN] Release LiveCode 10.0.0 DP-2

Love the Chart Widget. This will make a lot of developers (and users) happy. I myself have some complicated charts to deal with like Candle Charts combined with lines and start en endpoints (with line) so not yet usable for this, however, I will be using it for the more standard charts. Thanks again...

Go to advanced search