Page 1 of 1

Tab Stop Issue Solved

PostPosted: Sun Mar 30, 2008 4:49 am
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  Expand view
oBtn:bGotFocus := getNext:SetFocus()


Tested and working

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

Regards
Doug
(xProgrammer)

PostPosted: Sun Mar 30, 2008 8:55 am
by Antonio Linares
Doug,

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

Thanks!