Search found 69 matches: vert

Return to advanced search

Re: Resize gradient with Dialog Resize

... inside these functions. That makes a quick change to any style possible. Painting images is different to gradient. The gradientstyles : horiz., vert., diagonal and circle also needed different solutions. Changing the background only the functions DLG_BACK and FLD_BACK are needed. My new extended ...
by ukoenig
Fri Oct 09, 2015 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize gradient with Dialog Resize
Replies: 9
Views: 2135

Re: GET multiline no actua como multiline

Si señores muchas gracias.... Con estos parámetros en pelles quedo solucionado. :o Windows styles Horizontal scrollbar = "NO" Vertical scrollbar = "YES" Type specific styles Mutiline = "Yes" Auto Horz scroll = "No" Auto Vert scroll = "Yes" ...
by leandro
Wed Feb 18, 2015 12:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET multiline no actua como multiline (SOLUCIONADO)
Replies: 4
Views: 581

Re: GET multiline no actua como multiline

Hola, también podés probar con: Auto Hrz scroll= NO y auto Vert scroll = Yes (PellesC)
Saludos.
by FranciscoA
Wed Feb 18, 2015 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET multiline no actua como multiline (SOLUCIONADO)
Replies: 4
Views: 581

Re: GET multiline no actua como multiline

Leandro:

Además de lo que ya tienes, Amplio espacio y la clausula Multiline = Yes,
agrega en Windows Style Vert ScrollBar = Yes

Saludos
by Armando
Tue Feb 17, 2015 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET multiline no actua como multiline (SOLUCIONADO)
Replies: 4
Views: 581

Re: SAY CAMPO MEMO

Hola, lo hago asi:
en el recurso, el control es un EDIT Multiline con el Vert Scrool activado..
Code: Select all  Expand view

    REDEFINE GET oObse ;
             VAR cObse MEMO ;
             COLOR CLR_BLUE, CLR_WHITE;
             FONT oFont9 ;
             READONLY ;
             ID 119 OF oDlg

 
by Willi Quintana
Fri Feb 06, 2015 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SAY CAMPO MEMO
Replies: 15
Views: 2320

Re: New Rating Class

A EXTENDED release with background-selection ( testing transparent ) : 1. Color 2. Gradient horiz. 3. Gradient vert 4. Image-brush 5. Selected textcolor Download ( some new images are included ) : http://www.pflegeplus.com/DOWNLOAD/Rating3.zip http://www.pflegeplus.com/IMAGES/Rating3a.jpg ...
by ukoenig
Sat Jan 03, 2015 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19870

How to fill a cBrowse-cell ( gradient ) with a function ?

... selections inside a cell. http://www.pflegeplus.com/IMAGES/Cellfill1.jpg I got it working to display colors and gradient horiz. / vert. http://www.pflegeplus.com/IMAGES/RGB6g.jpg best regards Uwe :?:
by ukoenig
Wed Aug 20, 2014 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill a cBrowse-cell ( gradient ) with a function ?
Replies: 0
Views: 378

Re: RGB and Gradient Rel. 3.1 UPDATE ( Grd.-Circle+Diagonal )

... defined as gradient on main-dialog http://www.service-fivewin.de/IMAGES/RGB5g.jpg Add to project ( folderpage ) You can mix color, vert./horiz.-gradient, circle and diagonal http://www.service-fivewin.de/IMAGES/RGB5h.jpg Preview from inside the project-section http://www.service-fivewin.de/IMAGES/RGB5i.jpg ...
by ukoenig
Mon Aug 18, 2014 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RGB and Gradient Rel. 4.2 UPDATE
Replies: 18
Views: 6972

Re: TGRAPH Repopulate

... := 2000 oGraph:nClrBack := 16765559 // Background color oGraph:l3D := .T. oGraph:nDegrade := 2 // 0 = Color / 1 = Grad Horiz. / 2 = Grad vert. Select one of the background-styles //oGraph:cBitmap := "Color" // Dialog nDStyle = 1 //oGraph:cBitmap := "Gradient" // Dialog ...
by ukoenig
Sat Jun 28, 2014 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 10132

Re: TGRAPH Repopulate

... to be changed in IF ::nDegrade > 0 6. in popmenu "&No Degrade", ; "&Degrade horiz.", ; "&Degrade vert.", ; 7. in Method _FillRect hBru := CreateSolidBrush( nColor ) hOld := SelectObject( ::hDC, hBru ) IF ::nDegrade > 0 IF ::nDegrade = 1 ...
by ukoenig
Thu Jun 26, 2014 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 10132

Re: TGRAPH Repopulate

Maybe possible to change optional the GRADIENT-direction ? Using a 3 way-status : 0 = NO gradient, 1 = gradient horiz., 2 = gradient vert. oGraph:nDegrade := 0 in Method _FillRect : IF ::nDegrade > 0 IF ::nDegrade = 1 nMid:=(nRight-nLeft)/2 Gradient( ::hDC, { nTop, nLeft, nBottom, nRight-nMid ...
by ukoenig
Thu Jun 26, 2014 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 10132

Re: Antonio: Vertical textposition in SAYS, GETS or in XBROWSE

I write functions to center a text in vert. The letters have in all fonts different space in all directions. This is to correcting. For the vertical problem from GETS i found no solution. Antonio? function FontMetricsPos( nTop, nBottom , ...
by byte-one
Wed Nov 20, 2013 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Vertical textposition in SAYS, GETS or in XBROWSE
Replies: 4
Views: 913

Re: Pérdida de botón inferior de vscroll

... 0x50B00000, 4, 120, 504, 112 cambiando a este style funciona styles posibles 0x50000000 //-> desta forma ele fica por default com as barras Hor/Vert Ativas, ai sim, basta vc inserir no seu codigo : 0x50D00000 //-> Barra Horizontal 0x50A00000 //-> Barra Vertical 0x50B00000 //-> Barra ...
by Patricio Avalos Aguirre
Wed Oct 30, 2013 9:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pérdida de botón inferior de vscroll
Replies: 35
Views: 5274

Re: FOLDER (PAGINA con SCROLL)

... que el dialogo tenga scroll debes cambiar el stylo de windows a qui te dejo 0x50000000 //-> desta forma ele fica por default com as barras Hor/Vert Ativas, ai sim, basta vc inserir no seu codigo : 0x50D00000 //-> Barra Horizontal 0x50A00000 //-> Barra Vertical 0x50B00000 //-> Barra ...
by Patricio Avalos Aguirre
Sat May 11, 2013 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER (PAGINA con SCROLL)
Replies: 3
Views: 851

Re: Hide / Show Image-scrollbars ( like xBrowse ) ?

pgfdz , Thank You very much for the info, but the defined scrollbars from resource are still visible : ( Image defined from function ) REDEFINE IMAGE oIMAGE ID 510 FILENAME NIL OF oDlg PIXEL BORDER //SB_HORZ 0 //SB_VERT 1 //SB_CTL 2 //SB_BOTH 3 ShowScrollBar( oIMAGE:hWnd, 3 , .F. ) #pragma BEGINDUMP...
by ukoenig
Tue Feb 12, 2013 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide / Show Image-scrollbars ( like in xBrowse ) ?
Replies: 4
Views: 1091
PreviousNext

Return to advanced search

cron