Tab Stop Issue Solved

Post Reply
User avatar
xProgrammer
Posts: 464
Joined: Tue May 16, 2006 7:47 am
Location: Australia

Tab Stop Issue Solved

Post by xProgrammer »

Hi Antonio

I have managed to control tab stops as follows:

1. Modified buttons.c to support a GotFocus event

2. Modified button.prg to support a bGotFocus action.

3.Added a suitable bGotFocus action to BUTTONs that I didn't want to be on the tab stop list along the lines of the following:

Code: Select all

oBtn:bGotFocus := getNext:SetFocus()
Tested and working

Can post the code here or email it to you if you like.

Regards
Doug
(xProgrammer)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Doug,

Excellent! Please email me the changes so we can include them in next build

Thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply