Estoy diseñando una aplicación para una pantalla táctil de 8 pulgadas y el tamaño actual de las barras lo hace inmanejable.
Probé con esta modificación en el método Initiate del xBrowse sin resultado.
- Code: Select all Expand view
- METHOD Initiate( hDlg ) CLASS TXBrowse
local oBrush
if ::oBrush != nil
oBrush := ::oBrush
::oBrush := nil
endif
if hDlg != nil
Super:Initiate( hDlg )
// ::SetColor( CLR_BLACK, GetSysColor( COLOR_WINDOW ) ) // Was resetting colors already set. Now commented out v9.12
endif
if ::lVScroll .or. lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), WS_VSCROLL )
DEFINE SCROLLBAR ::oVScroll VERTICAL OF Self
/// Modifico ancho
::oVScroll:nWidth:=100
endif
if ::lHScroll .or. lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), WS_HSCROLL )
DEFINE SCROLLBAR ::oHScroll HORIZONTAL OF Self
// Modifico alto
::oHScroll:nHeight:=100
endif
Gracias,
Por cierto : Las aplicaciones FW en las tablets con Windows 8.1 van "a toda velocidad"