Hola a todos. Todavía no funciona del todo bien pero creo que merece la pena ir viendola funcionar.
http://www.arrakis.es/~canal_five/reloj.zip
En cuanto encuentre una solucion para PolyPolygon mandare el resto.
Un saludo
METHOD GotFocus(hWndLoseFocus) CLASS TWindow
::lFocused = .t.
if ::bGotFocus != nil
Eval( ::bGotFocus )
endif
if ! Empty( ::hCtlFocus )
if Upper( GetClassName( ::hCtlFocus ) ) $ "SYSTABCONTROL32,TPAGES"
AEval( ::aControls, {| Ctrl | If( Ctrl:hWnd != ::hCtlFocus, , ;
SetFocus( Ctrl:aDialogs[ Ctrl:nOption ]:hCtlFocus ) ) } )
else
SetFocus( ::hCtlFocus )
endif
else
if ::aControls != nil .and. Len( ::aControls ) > 0
if ::aControls[ 1 ] != nil
::hCtlFocus = NextDlgTab( ::hWnd ) // , ::aControls[ 1 ]:hWnd )
//SetFocus( ::hCtlFocus ) <<<<<<<<<<<
endif
endif
endif
return 0 // no standard behavior
Return to FiveWin para Pocket PC
Users browsing this forum: No registered users and 17 guests