Search found 709 matches

by mrcoollion
Sat May 07, 2022 12:41 pm
Forum: Talking LiveCode
Topic: Remote Control a LC APP by another LC APP
Replies: 6
Views: 3638

Re: Remote Control a LC APP by another LC APP

As far as I can think of possible solutions . 1) Make a duplicate interface of the application and let the client communicate all the changes to this interface. See How to communicate with other applications using sockets : https://lessons.livecode.com/m/4071/l/12924 An example of a chat application...
by mrcoollion
Sat Apr 30, 2022 1:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Slow Script Editor
Replies: 28
Views: 11682

Re: Slow Script Editor

I'm on a mac too and haven't experienced severe lag when typing either - but i do find it a bit slow with larger scripts, in a way that 'proper' code editors just aren't... i wonder if the 'compiled' version of LC stacks which i read somewhere is a planned feature will improve that? I am on Windows...
by mrcoollion
Tue Apr 19, 2022 10:33 am
Forum: Talking LiveCode
Topic: Smoother scrolling w/ deceleration for LC fields
Replies: 11
Views: 4330

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: 2445

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: 2403

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: 2403

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: 22036

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: 22036

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: 6880

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: 6880

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: 6880

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: 2328

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: 1781

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: 10269

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

Strange that no one reacted. But thanks here as well :-)

Go to advanced search