Search found 199 matches

by Googie85
Sun Jan 10, 2021 4:18 am
Forum: Android Deployment
Topic: Playing Sound In Android.
Replies: 2
Views: 1987

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...
by Googie85
Fri Jan 08, 2021 6:40 am
Forum: Android Deployment
Topic: How To Clear Keyboard Input.
Replies: 1
Views: 1735

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.
by Googie85
Mon Nov 16, 2020 10:39 am
Forum: Windows
Topic: Export snapshot = 10mb memory gain every time it is run.
Replies: 1
Views: 2978

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...
by Googie85
Thu Nov 05, 2020 6:29 am
Forum: Windows
Topic: Application Crashes After About 30mins.
Replies: 2
Views: 3336

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.
by Googie85
Thu Oct 29, 2020 2:42 am
Forum: iOS Deployment
Topic: iOS Uploading Apps To App Store
Replies: 1
Views: 1957

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.
by Googie85
Wed Sep 30, 2020 8:40 am
Forum: Windows
Topic: How To Tell If A Windows App Is Already Running.
Replies: 1
Views: 2608

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.
by Googie85
Sat Sep 26, 2020 8:59 am
Forum: Windows
Topic: Execute A Program
Replies: 10
Views: 5649

Re: Execute A Program

Why be smart??
by Googie85
Sat Sep 26, 2020 5:35 am
Forum: Windows
Topic: Execute A Program
Replies: 10
Views: 5649

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.
by Googie85
Wed Sep 23, 2020 6:53 am
Forum: Windows
Topic: Socket Connection Keep-Alive
Replies: 1
Views: 2290

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.
by Googie85
Wed Sep 23, 2020 2:06 am
Forum: Windows
Topic: Running A Program In The Background, No Taskbar Icon.
Replies: 2
Views: 2734

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.
by Googie85
Tue Sep 22, 2020 11:07 am
Forum: Windows
Topic: Getting A Screenshot Of Desktop (Whole Screen)
Replies: 2
Views: 2847

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.
by Googie85
Tue Sep 22, 2020 8:35 am
Forum: Windows
Topic: Creating A Timer (In Background)
Replies: 2
Views: 2608

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 ...
by Googie85
Tue Sep 22, 2020 7:37 am
Forum: Windows
Topic: Getting .txt File From Website.
Replies: 1
Views: 1994

Re: Getting .txt File From Website. (SOLVED)

I replaced "put URL" with "get URL". Easy Fix.

Thanks Guys.
by Googie85
Tue Sep 22, 2020 7:15 am
Forum: Windows
Topic: Getting .txt File From Website.
Replies: 1
Views: 1994

Getting .txt File From Website.

Hii Guys!! I have had this simple code working before but I cant seem to get it going now. I am trying to get the text from a .txt file from a webserver. The Code: on mouseUp put URL "http://mattsipadpro.atwebpages.com/1.txt" into blah answer blah end mouseUp Any ideas on what I am doing wrong? Many...
by Googie85
Tue Sep 15, 2020 1:43 pm
Forum: Android Deployment
Topic: mobilePickPhoto - Clear The Image After Capture
Replies: 1
Views: 1763

mobilePickPhoto - Clear The Image After Capture

Hi Guys,

I am trying to clear the image from the screen after a "mobilePickPhoto" command is requested. Any help would be greatly appreciated!

Many Thanks,

Googie.

Go to advanced search