Search found 32 matches

by mikelpapamike
Tue Aug 01, 2023 1:23 pm
Forum: Internet
Topic: Read from Socket for x Items Problem
Replies: 5
Views: 20316

Re: Read from Socket for x Items Problem

So there is no way to read specific number of items from socket and set the item delimiter in socket?
by mikelpapamike
Mon Jul 24, 2023 11:37 pm
Forum: Internet
Topic: Read from Socket for x Items Problem
Replies: 5
Views: 20316

Re: Read from Socket for x Items Problem

What do you mean ? I tried to just read from socket without any “for” or “until” but until the client disconnects I don’t seem to be able to put those incoming data to a field.As the “read from socket x with message “messageReceived” “ won’t exit until client stops sending data. And it sends at a fr...
by mikelpapamike
Mon Jul 24, 2023 7:49 am
Forum: Internet
Topic: Read from Socket for x Items Problem
Replies: 5
Views: 20316

Re: Read from Socket for x Items Problem

Yeah I thought about it, but because the data will contain timer in fraction of milliseconds I was worried if there will be any performance issue reading each item separately .
by mikelpapamike
Sun Jul 23, 2023 10:27 pm
Forum: Internet
Topic: Read from Socket for x Items Problem
Replies: 5
Views: 20316

Read from Socket for x Items Problem

Hello everyone, I came up to a strange issue. I’m opening a socket to receive connections and data from a client that connects. The program that sends the data does not have a termination pattern/character/line etc , so I’m trying to read it based on the items it sends that are separated with “;” ch...
by mikelpapamike
Tue Jun 06, 2023 10:43 pm
Forum: Internet
Topic: TCP Socket check if the connection is working
Replies: 11
Views: 14416

Re: TCP Socket check if the connection is working

Every command I send to thee server comes with a reply 200 for successful / 400 for unsuccessful . I can send a generic INFO command as well that replies the server version for example. Also I would like to mention that, because the client/server usecase is for Broadcasting, the solution has to be c...
by mikelpapamike
Tue Jun 06, 2023 3:59 pm
Forum: Internet
Topic: TCP Socket check if the connection is working
Replies: 11
Views: 14416

Re: TCP Socket check if the connection is working

Okay, with the ping command I can check if the server is reachable inside the network that the client is connected to. But I want to know when my client is disconnected, not just if the server is reachable, as this way i dont know if my client is connected or disconnected.
by mikelpapamike
Thu Jun 01, 2023 3:31 pm
Forum: Internet
Topic: TCP Socket check if the connection is working
Replies: 11
Views: 14416

Re: TCP Socket check if the connection is working

Both Server and Client will be running on Windows. So I should send a "check" command and wait for the reply to see if the connection is alive? Any possible example maybe?

Kind regards,
by mikelpapamike
Sat Apr 01, 2023 8:04 pm
Forum: Windows
Topic: Windows 10/11 slow text Operation
Replies: 10
Views: 3388

Re: Windows 10/11 slow text Operation

Thanks a lot again for your prompt reply. I tried your code,but for some reason,which ever text i try to scrap,it always reads one speecific field. I'm not sure if I can post here the data I'm scraping as it is a website where ski results come realtime from US races, which is the same APP/Web page t...
by mikelpapamike
Sat Apr 01, 2023 7:24 pm
Forum: Windows
Topic: Windows 10/11 slow text Operation
Replies: 10
Views: 3388

Re: Windows 10/11 slow text Operation

Nope, no difference at all. Maybe slightly worse sometimes.
by mikelpapamike
Sat Apr 01, 2023 6:32 pm
Forum: Windows
Topic: Windows 10/11 slow text Operation
Replies: 10
Views: 3388

Windows 10/11 slow text Operation

Hello Everyone, I have a simple script running on windows that is running quite slowly. I tried the same script in MacOS and is running perfectly. Any way to improve it inside windows? The problem specifically is that i want to read the text of an html page from the browser widget every 100 millisec...
by mikelpapamike
Thu Mar 30, 2023 10:53 pm
Forum: Windows
Topic: Standalone App Crashes on Windows 11
Replies: 4
Views: 2702

Re: Standalone App Crashes on Windows 11

I’m using LiveCode 10(Dp4)
by mikelpapamike
Sat Mar 18, 2023 5:24 pm
Forum: Windows
Topic: Standalone App Crashes on Windows 11
Replies: 4
Views: 2702

Re: Standalone App Crashes on Windows 11

For anyone that may face the same issue:
My Problem seems to be solved, after "Saving as standalone Application" my App on a Windows 11 running Livecode. I'm using Livecode Indy License fyi.

Regards,
by mikelpapamike
Wed Mar 15, 2023 8:41 pm
Forum: Windows
Topic: Standalone App Crashes on Windows 11
Replies: 4
Views: 2702

Standalone App Crashes on Windows 11

Hello everyone, I have a simple app that I wrote a couple of years ago, which works perfectly on windows 10 until now. Lately I used the same app on a windows 11 laptop, and after about 10-15 minutes the app crashes and closes by it's self. The only error I found in windows event viewer is an error ...
by mikelpapamike
Fri Jan 27, 2023 7:09 pm
Forum: Internet
Topic: TCP Socket check if the connection is working
Replies: 11
Views: 14416

TCP Socket check if the connection is working

Hello everyone, I'm building an application in order to control a server via a TCP socket. I can succesfully open/close the socket to that server on demand. What I'm trying now to achieve, is to check periodically if the connection to server is alive/working and reconnect automatically in case the c...
by mikelpapamike
Fri Jan 27, 2023 7:03 pm
Forum: Windows
Topic: Socket splitting data
Replies: 12
Views: 9958

Re: Socket splitting data

Thats the issue that I need to use a character that I will be 1000% sure that will never be used!

Go to advanced search