Search found 141 matches
- Thu Jan 14, 2021 8:52 am
- Forum: Windows
- Topic: Determining External IP Address.
- Replies: 3
- Views: 96
Re: Determining External IP Address.
I have developed a Paper, Rock, Scissors multiplayer game for Android. The client (on Android device) gets an IP address from a website and then connects to that IP address which is the server (Windows). I wanted to check the external IP address with the saved IP address on the website and if it cha...
- Thu Jan 14, 2021 8:34 am
- Forum: Windows
- Topic: Determining External IP Address.
- Replies: 3
- Views: 96
Determining External IP Address.
Hi Guys!!
This question is the same as the subject. Is there a way to determine the external IP address?
Many Thanks,
Googie.
This question is the same as the subject. Is there a way to determine the external IP address?
Many Thanks,
Googie.
- Sun Jan 10, 2021 4:18 am
- Forum: Android Deployment
- Topic: Playing Sound In Android.
- Replies: 2
- Views: 167
Playing Sound In Android.
Hi Guys!! I have the following code, on mouseDown put specialFolderPath("engine") & "/Applause.wav" into tSoundFile play tSoundFile put specialFolderPath("documents") & "/Applause.wav" into tSoundFile play tSoundFile end mouseDown I have included the audio files in the Standalone Application Setting...
- Fri Jan 08, 2021 6:40 am
- Forum: Android Deployment
- Topic: How To Clear Keyboard Input.
- Replies: 1
- Views: 142
How To Clear Keyboard Input.
Hi Guys!
I am working on an Android App and when I click on an edit field, I click a button, and the keyboard remains active. Basically I am trying to disable/hide the keyboard when the button is pressed. Any ideas on how to achieve this?
Many Thanks,
Googie.
I am working on an Android App and when I click on an edit field, I click a button, and the keyboard remains active. Basically I am trying to disable/hide the keyboard when the button is pressed. Any ideas on how to achieve this?
Many Thanks,
Googie.
- Mon Nov 16, 2020 10:39 am
- Forum: Windows
- Topic: Export snapshot = 10mb memory gain every time it is run.
- Replies: 1
- Views: 692
Export snapshot = 10mb memory gain every time it is run.
Hi Guys, I run the following: export snapshot from rect (the screenrect) to file "c:\Windows\Temp\Test.jpg" as JPEG Every time the code is run, it adds 10mb to the Application memory in Task Manager. I have tried different versions of Livecode and I still get the same issue. On some versions it only...
- Thu Nov 05, 2020 6:29 am
- Forum: Windows
- Topic: Application Crashes After About 30mins.
- Replies: 2
- Views: 877
Application Crashes After About 30mins.
Hi Guys!
I have an Application that is a socket client and after a period of time the app crashes. The app does not have a window, instead, running in the background. Is there a way to "catch" the error and return the information to me before it crashes?
Many Thanks!
Googie.
I have an Application that is a socket client and after a period of time the app crashes. The app does not have a window, instead, running in the background. Is there a way to "catch" the error and return the information to me before it crashes?
Many Thanks!
Googie.
- Thu Oct 29, 2020 2:42 am
- Forum: iOS Deployment
- Topic: iOS Uploading Apps To App Store
- Replies: 1
- Views: 497
iOS Uploading Apps To App Store
Hi Guys!
I am about to sign up for the Apple Developer Program. If I am using Livecode Community Edition can I still upload my apps to App Store?
Many Thanks,
Google.
I am about to sign up for the Apple Developer Program. If I am using Livecode Community Edition can I still upload my apps to App Store?
Many Thanks,
Google.
- Wed Sep 30, 2020 8:40 am
- Forum: Windows
- Topic: How To Tell If A Windows App Is Already Running.
- Replies: 1
- Views: 631
How To Tell If A Windows App Is Already Running.
Hi Guys!
I was wondering if someone could point me in the direction that I should be taking in regards to detecting weather or not a copy of my application is already running?
Many Thanks,
Googie.
I was wondering if someone could point me in the direction that I should be taking in regards to detecting weather or not a copy of my application is already running?
Many Thanks,
Googie.
- Sat Sep 26, 2020 8:59 am
- Forum: Windows
- Topic: Execute A Program
- Replies: 10
- Views: 974
Re: Execute A Program
Why be smart??
- Sat Sep 26, 2020 5:35 am
- Forum: Windows
- Topic: Execute A Program
- Replies: 10
- Views: 974
Execute A Program
Hi Guys,
I am seeking another way of running a program aside from this:
get shell("start C:\Windows\Temp\Console.exe")
Any Ideas??
Many Thanks,
Matt.
I am seeking another way of running a program aside from this:
get shell("start C:\Windows\Temp\Console.exe")
Any Ideas??
Many Thanks,
Matt.
- Wed Sep 23, 2020 6:53 am
- Forum: Windows
- Topic: Socket Connection Keep-Alive
- Replies: 1
- Views: 330
Socket Connection Keep-Alive
Hi Guys,
I have a Client/Server program that connects together just fine. But after a while the connection drops between the Client/Server. Is there a way to keep the connection alive between the two or is it a limitation of LiveCode itself?
Many Thanks,
Googie.
I have a Client/Server program that connects together just fine. But after a while the connection drops between the Client/Server. Is there a way to keep the connection alive between the two or is it a limitation of LiveCode itself?
Many Thanks,
Googie.
- Wed Sep 23, 2020 2:06 am
- Forum: Windows
- Topic: Running A Program In The Background, No Taskbar Icon.
- Replies: 2
- Views: 456
Running A Program In The Background, No Taskbar Icon.
Hi Guys,
I was just wondering if I could create a program that doesn't appear in the taskbar. Basically a program running in the background.
Many Thanks,
Googie.
I was just wondering if I could create a program that doesn't appear in the taskbar. Basically a program running in the background.
Many Thanks,
Googie.
- Tue Sep 22, 2020 11:07 am
- Forum: Windows
- Topic: Getting A Screenshot Of Desktop (Whole Screen)
- Replies: 2
- Views: 435
Getting A Screenshot Of Desktop (Whole Screen)
Hi Guys, me again!!
Is there a way to use "export screenshot" to capture "Full Screen" or do I have to get the measurements of the screen and enter them into the "export snapshot from rect "X,X,X,X" to file "Nav.jpg" as JPEG"?
I hope I explained myself clearly!!
Many Thanks,
Googie.
Is there a way to use "export screenshot" to capture "Full Screen" or do I have to get the measurements of the screen and enter them into the "export snapshot from rect "X,X,X,X" to file "Nav.jpg" as JPEG"?
I hope I explained myself clearly!!
Many Thanks,
Googie.
- Tue Sep 22, 2020 8:35 am
- Forum: Windows
- Topic: Creating A Timer (In Background)
- Replies: 2
- Views: 415
Creating A Timer (In Background)
Hi Guys!! I am wondering if it is possible to have a timer that will execute code after 30 seconds. Using "wait for 30 seconds with messages" doesn't have the desired effect. Could I create a loop with the "wait" command and have it run in another card? I hope I have explained myself properly. Many ...
- Tue Sep 22, 2020 7:37 am
- Forum: Windows
- Topic: Getting .txt File From Website.
- Replies: 1
- Views: 328
Re: Getting .txt File From Website. (SOLVED)
I replaced "put URL" with "get URL". Easy Fix.
Thanks Guys.
Thanks Guys.