Hello, good morning!
I would like to know if it is possible to increase the width of the vertical scroll bar in xBrowse and also its color.
Thank you in advance!
Oliveiros Junior
Scroll xBrowse
-
- Posts: 138
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 2 times
- Antonio Linares
- Site Admin
- Posts: 42716
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 103 times
- Contact:
Re: Scroll xBrowse
Prueba así:
MoveWindow( oBrw:oVScroll:hWnd, oBrw:nWidth - 30, 0, 30, oBrw:nHeight, .T. )
MoveWindow( oBrw:oVScroll:hWnd, oBrw:nWidth - 30, 0, 30, oBrw:nHeight, .T. )
-
- Posts: 138
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 2 times
Re: Scroll xBrowse
Olá Antônio,
Está dizendo que o método hwnd não é exportado.
Error description: Error BASE/1004 No exported method: HWND
Att.,
Junior
Está dizendo que o método hwnd não é exportado.
Error description: Error BASE/1004 No exported method: HWND
Att.,
Junior
- Antonio Linares
- Site Admin
- Posts: 42716
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 103 times
- Contact:
Re: Scroll xBrowse
No se puede ya que la barra de scroll la dibuja Windows por el estilo WS_VSCROLL
Tendrias que implementar el dibujado propio de la barra de scroll y eso es bastante complicado ( WM_NCCALCSIZE y WM_NCPAINT )
Tendrias que implementar el dibujado propio de la barra de scroll y eso es bastante complicado ( WM_NCCALCSIZE y WM_NCPAINT )
-
- Posts: 138
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 2 times
- cnavarro
- Posts: 6604
- Joined: Wed Feb 15, 2012 8:25 pm
- Location: España
- Has thanked: 6 times
- Been thanked: 8 times
Re: Scroll xBrowse
Search for GetSystemMetrics windows function
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces