Search found 149 matches
- Sun Apr 11, 2021 6:49 am
- Forum: Windows
- Topic: Finding The Highest Number From Three Numbers.
- Replies: 2
- Views: 93
Re: Finding The Highest Number From Three Numbers.
Thanks Heaps!!! Works Great!!
- Sat Apr 10, 2021 10:02 am
- Forum: Windows
- Topic: Finding The Highest Number From Three Numbers.
- Replies: 2
- Views: 93
Finding The Highest Number From Three Numbers.
Hi Guys!!!! As the subject states, I am trying to find a way to get the highest number out of a choice of 3 numbers. I know I can do this myself, but, I am trying to find a simpler way of achieving my goal. I am not asking for a spoon feed but maybe I could get pointed in the direction of where I sh...
- Fri Feb 05, 2021 9:18 am
- Forum: Windows
- Topic: Restart Computer.
- Replies: 5
- Views: 768
Restart Computer.
Hi Guys!!!!!
I am trying to restart my computer with the following console command: "shutdown /r". How would I go about achieving this?
Many Thanks,
Googie.
I am trying to restart my computer with the following console command: "shutdown /r". How would I go about achieving this?
Many Thanks,
Googie.
- Tue Feb 02, 2021 1:30 pm
- Forum: Android Deployment
- Topic: Set the text of button.
- Replies: 2
- Views: 265
Re: Set the text of button.
Sorry guys but I finally figured out where I was going wrong:
Many Thanks,
Googie.
Code: Select all
set the label of button "NEXT1" to "SEND"
Googie.
- Tue Feb 02, 2021 1:00 pm
- Forum: Android Deployment
- Topic: Set the text of button.
- Replies: 2
- Views: 265
Set the text of button.
Hi Guys,
I am having no luck to get the following code to work on my Android device:
I have even tried:
It wont change the text of the button. Am I doing something wrong???
Many Thanks,
Googie.
I am having no luck to get the following code to work on my Android device:
Code: Select all
set the text of button "NEXT1" to "SEND"
Code: Select all
set the text of me to "SEND"
Many Thanks,
Googie.
- Mon Jan 25, 2021 5:05 am
- Forum: Android Deployment
- Topic: Problem Parsing The Package.
- Replies: 1
- Views: 315
Problem Parsing The Package.
Hi Guys!
I am trying to install an app on an Android device and I am getting the error "Problem Parsing The Package". Has anyone experienced this before?
Many Thanks,
Googie.
I am trying to install an app on an Android device and I am getting the error "Problem Parsing The Package". Has anyone experienced this before?
Many Thanks,
Googie.
- Fri Jan 22, 2021 6:30 am
- Forum: Android Deployment
- Topic: (SOLVED) "enterinField" Not Working With Android Keyboard
- Replies: 1
- Views: 314
Re: (SOLVED) "enterinField" Not Working With Android Keyboard
I came to this solution... global bobby on keyDown theKey if theKey = CR then delete line 2 of bobby break end if put theKey after bobby put "*" after field "Login" end keyDown on backspaceKey delete the last char of field "Login" delete the last char of bobby end backspaceKey
- Thu Jan 21, 2021 7:52 am
- Forum: Android Deployment
- Topic: (SOLVED) "enterinField" Not Working With Android Keyboard
- Replies: 1
- Views: 314
(SOLVED) "enterinField" Not Working With Android Keyboard
Hi Guys!! I have the following code and I still cant get it to catch the "Enter" key press: global bobby on keyDown theKey put theKey after bobby put "*" after field "Login" end keyDown on backspaceKey delete the last char of field "Login" delete the last char of bobby end backspaceKey on returnKey ...
- Thu Jan 14, 2021 8:52 am
- Forum: Windows
- Topic: Determining External IP Address.
- Replies: 3
- Views: 578
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: 578
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: 473
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: 351
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: 914
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: 1121
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: 679
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.