Search found 240 matches: hscroll

Return to advanced search

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: 559

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: 1671

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: 297

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: 297

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: 678

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: 678

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: 568

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: 2360

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: 2360

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: 514

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: 817

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: 615

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: 494

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: 494

Re: Infield Top Aligned Form Labels

... ; [ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <hscroll: HSCROLL> ] ; [ CURSOR <oCursor> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ...
by Otto
Mon Oct 29, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9588
Next

Return to advanced search