Search found 241 matches: hscroll

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... focusrect is to be drawn inside the button. * XBrowse: - When ::lDrawBorder is .t., border was not being drawn on right and bottom if VScroll and HScroll are visible. Fixed now. Now, the border is drawn one pixel outside the browse control. - New: If ::lDrawBorderIn is set to .t., the border is ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 60

Re: Definir font richedit5

... ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 603

CLASS modification

... position, ScrollHorizontallyBy() for scrolling a certain number of pixels horizontally, GoLeft() and GoRight() for moving left and right, HScroll() for handling horizontal scroll events, and so on. Please note that these are general recommendations and the specific implementation would ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Richedit

hi, correction : do NOT use Option HSCROLL i have test it using c:\fwh\samples\FWEXPLOR.PRG   @ oWnd:oBar:nHeight, nWBrw RICHEDIT5 oRTF VAR cRTF OF oWnd ;        SIZE oWnd:nWidth - ( nWBrw + 18 ), oBrw:nHeight*1.82 PIXEL NOBORDER  // ...
by Jimmy
Sat Jan 21, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit
Replies: 3
Views: 308

Re: Richedit

hi,

"Normal" you have to add Style DT_WORDBREAK
but it seem that assign .T. to hScroll did the Job
by Jimmy
Sat Jan 21, 2023 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit
Replies: 3
Views: 308

Re: Test Windows Mdi with panel right

... el área interna de la ventana en modo MDI, si creas una ventana mdichild se posiciona en el área gris que tienes a los lados tendrá el scrolling hscroll y vscroll. Di un ejemplo porque tomaría una clase como la tbuttonbar que no afecta el área interna de la ventana mdi. Si usa la solución de ...
by Silvio.Falconi
Tue May 03, 2022 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 701

Re: Test Windows Mdi with panel right

...          local oWnd, oBarRight, oBar           SetGetColorFocus()           DEFINE WINDOW oWnd MDI TITLE "test panel on dx"  HSCROLL VSCROLL           DEFINE BUTTONBAR oBarRight OF oWnd SIZE 200,32 2007 RIGHT           DEFINE BUTTONBAR oBar OF oWnd SIZE 100,32 2007        ...
by Silvio.Falconi
Mon May 02, 2022 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 701

Re: We Need a FiveWin Resource Editor

I would also prefer a FW solution, but the editor is not ready sofar. Maybe a other idea... Just thinking ... RC code looks like this : omzetdlg DIALOG 6, 19, 797, 426 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Superteksten" FONT 8, "Arial" { DEFPUSHBUTTON ...
by Marc Venken
Mon Jul 19, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: We Need a FiveWin Resource Editor
Replies: 3
Views: 574

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

New FTDN December/Diciembre 2020 (FWH 20.12)

... ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

XBROW BORDER getting wipe out when uses UP/DOWN keys

Dear Rao Sir ,

In the XBROWSE the outline right side BORDER is getting wipe out when uses UP/DOWN keys. The XBROWSE object does not have any kind of scrolls It's neither HScroll nor Vscroll.



Thanks
Shridhar
by shri_fwh
Mon Oct 21, 2019 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROW BORDER getting wipe out when uses UP/DOWN keys
Replies: 2
Views: 518

Re: Preview Window size

... UP ::VScroll( GO_UP ) ; ON DOWN ::VScroll( GO_DOWN ) ; ON PAGEUP ::VScroll( GO_UP, GO_PAGE) ; ON PAGEDOWN ::VScroll( GO_DOWN, GO_PAGE) ; ON LEFT ::HScroll( GO_LEFT ) ; ON RIGHT ::HScroll( GO_RIGHT ) ; ON PAGELEFT ::HScroll( GO_LEFT, GO_PAGE ) ; ON PAGERIGHT ::HScroll( GO_RIGHT, GO_PAGE ) ; VALID ...
by Silvio.Falconi
Tue Oct 15, 2019 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 845

Re: testtre2.prg - any idea how to be able to use res editor?

::oTree :=TTreeView(): REDEFINE( 201, odlg,0,nrgb(255,255,255)) // 201 id ::oTree:bChanged := {|oTree,oItem|eng0303(self) } // dynamic add items .rc / .dll : CONTROL "", 201, "SysTreeView32", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL| TVS_HASBUTTONS | TVS_HA...
by ShumingWang
Tue Aug 27, 2019 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: testtre2.prg - any idea how to be able to use res editor?
Replies: 2
Views: 620

Re: ¿ Cómo crear el control TXBrowse en PellesC ?

Hola, vamos a ver si esto te sirve. Crea un archvo.rc primero y le copias este código. CONTROL "", 110, "TXBrowse", WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 4, 44, 232, 160 Lo guardas como archivo.res. Lo demas en copiarlo al nuevo .res que tengas. Espero te...
by wyerco613
Mon May 06, 2019 4:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Cómo crear el control TXBrowse en PellesC ?
Replies: 2
Views: 501

Re: ¿ Cómo crear el control TXBrowse en PellesC ?

Hola, vamos a ver si esto te sirve. Crea un archvo.rc primero y le copias este código. CONTROL "", 110, "TXBrowse", WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 4, 44, 232, 160 Lo guardas como archivo.res. Lo demas en copiarlo al nuevo .res que tengas. Espero te ...
by D.Fernandez
Sun May 05, 2019 4:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Cómo crear el control TXBrowse en PellesC ?
Replies: 2
Views: 501
Next

Return to advanced search

cron