Antonio, in this class the buttons are not declared with style WS_TABSTOP!?
I have changed the calls ::nStyle := ...... to
Is this right?
I have changed the calls ::nStyle := ...... to
::nStyle = nOR( WS_CHILD, WS_VISIBLE, if(oWnd:IsKindOf( "TDIALOG" ), WS_TABSTOP, 0 ) )Is this right?