Search found 199 matches

by Googie85
Wed Apr 21, 2021 9:53 am
Forum: Windows
Topic: Shifting Focus From Field.
Replies: 3
Views: 4206

Re: Shifting Focus From Field.

That was the first thing I tried... Thanks for your reply!!
by Googie85
Wed Apr 21, 2021 9:01 am
Forum: Windows
Topic: Shifting Focus From Field.
Replies: 3
Views: 4206

Shifting Focus From Field.

Hi Guys!!! I am trying to clear the selected background from a selectable field. I have the following image to help describe what I'm trying to accomplish. https://i.ibb.co/GWNFdN8/Example.png I am trying to shift the focus off of the current selected field, and display the colored items in the fiel...
by Googie85
Tue Apr 13, 2021 9:49 am
Forum: Windows
Topic: Trapping The Windows Key.
Replies: 5
Views: 4915

Re: Trapping The Windows Key.

That’s strange... it seems to work fine on my PC... thanks heaps!!!
by Googie85
Tue Apr 13, 2021 4:39 am
Forum: Windows
Topic: Trapping The Windows Key.
Replies: 5
Views: 4915

Trapping The Windows Key.

Hi Guys!! I have the following code: on rawKeyDown keyCode if keyCode = "65388" then end if end rawKeyDown The code traps the Windows Key, but, I am trying to stop it from showing the start menu. Is it possible to "press" the Escape Key and stop the menu from showing?? Many Thanks, Googie.
by Googie85
Mon Apr 12, 2021 2:54 am
Forum: Windows
Topic: Expand Stack Size To Three Monitors.
Replies: 1
Views: 2826

Expand Stack Size To Three Monitors.

Hi Guys!!!

I have been playing around with "screenrects", and was hoping to find an easier way to expand my Stack to three monitors. Im not expecting an easy answer and I know I will have to dig deeper into "screenrects" to achieve my goal. Just hoping there is an easier way!!

Many Thanks,

Googie.
by Googie85
Sun Apr 11, 2021 6:49 am
Forum: Windows
Topic: Finding The Highest Number From Three Numbers.
Replies: 2
Views: 3399

Re: Finding The Highest Number From Three Numbers.

Thanks Heaps!!! Works Great!!
by Googie85
Sat Apr 10, 2021 10:02 am
Forum: Windows
Topic: Finding The Highest Number From Three Numbers.
Replies: 2
Views: 3399

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...
by Googie85
Fri Feb 05, 2021 9:18 am
Forum: Windows
Topic: Restart Computer.
Replies: 5
Views: 4566

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.
by Googie85
Tue Feb 02, 2021 1:30 pm
Forum: Android Deployment
Topic: Set the text of button.
Replies: 2
Views: 1958

Re: Set the text of button.

Sorry guys but I finally figured out where I was going wrong:

Code: Select all

   set the label of button "NEXT1" to "SEND"
Many Thanks,

Googie.
by Googie85
Tue Feb 02, 2021 1:00 pm
Forum: Android Deployment
Topic: Set the text of button.
Replies: 2
Views: 1958

Set the text of button.

Hi Guys,

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"
I have even tried:

Code: Select all

      set the text of me to "SEND"
It wont change the text of the button. Am I doing something wrong???

Many Thanks,

Googie.
by Googie85
Mon Jan 25, 2021 5:05 am
Forum: Android Deployment
Topic: Problem Parsing The Package.
Replies: 2
Views: 2192

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.
by Googie85
Fri Jan 22, 2021 6:30 am
Forum: Android Deployment
Topic: (SOLVED) "enterinField" Not Working With Android Keyboard
Replies: 1
Views: 1635

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
by Googie85
Thu Jan 21, 2021 7:52 am
Forum: Android Deployment
Topic: (SOLVED) "enterinField" Not Working With Android Keyboard
Replies: 1
Views: 1635

(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 ...
by Googie85
Thu Jan 14, 2021 8:52 am
Forum: Windows
Topic: Determining External IP Address.
Replies: 5
Views: 6638

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...
by Googie85
Thu Jan 14, 2021 8:34 am
Forum: Windows
Topic: Determining External IP Address.
Replies: 5
Views: 6638

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.

Go to advanced search