Shifting Focus From Field.

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Shifting Focus From Field.

Post by Googie85 » Wed Apr 21, 2021 9:01 am

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.

Image

I am trying to shift the focus off of the current selected field, and display the colored items in the field (nothing selected). Any ideas would be greatly appreciated!!

Many Thanks,

Googie.

Klaus
Posts: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Shifting Focus From Field.

Post by Klaus » Wed Apr 21, 2021 9:45 am

Hi Googie,

maybe this is what you are looking for:

Code: Select all

...
focus on nothing
...
?


Best

Klaus

Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Re: Shifting Focus From Field.

Post by Googie85 » Wed Apr 21, 2021 9:53 am

That was the first thing I tried... Thanks for your reply!!

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Shifting Focus From Field.

Post by jacque » Wed Apr 21, 2021 5:22 pm

Assuming this is a list field, try:

Code: Select all

set the hilitedline of fld x to 0
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply

Return to “Windows”