Search found 55 matches: nclrborder

Searched query: nclrborder

by Silvio.Falconi
Fri Feb 07, 2025 1:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AEvalWhen problems RESOLVED
Replies: 1
Views: 314

AEvalWhen problems RESOLVED

... lPressed | If( ! lPressed,;
{ { 1, DLG_nColorBar1, DLG_nColorBar1} },;
{ { 1, DLG_nColorBar2, DLG_nColorBar2} } ) }
oBtnSel[n]:nClrBorder := DLG_nColorBtnB
oBtnSel[n]:oCursor:= oCursorBtn
oBtnSel[n]:nClrFocusRect := DLG_nColorBar2
oBtnSel[n]:nDeepFocusRect := 0
next

ACTIVATE ...
by Antonio Linares
Fri Jan 17, 2025 11:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4829

Re: Using new Class TDeepSeek for documenting

... box. Initialized to `8`.

3. **`oWndParent`**
- **Type:** `OBJECT`
- **Description:** Reference to the parent window of the combo box.

4. **`nClrBorder`**
- **Type:** `NUMERIC`
- **Description:** The color of the combo box border. Initialized to `CLR_GRAY`.

5. **`lWorking`, `lBtnUp`, `lBtnDown ...
by Antonio Linares
Fri Jan 17, 2025 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4829

Re: Using new Class TDeepSeek for documenting

... Description:** Additional header text.

20. **`nClrPane2`**
- **Type:** NUMERIC
- **Description:** The secondary background color.

21. **`nClrBorder`**
- **Type:** NUMERIC
- **Description:** The border color.

22. **`nClrSepara1`**
- **Type:** NUMERIC
- **Description:** The primary ...
by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4829

Re: Using new Class TDeepSeek for documenting

... number. |
| `lDisColor` | Logical | Indicates if the button should use a disabled color. |
| `nClrTextDis` | Numeric | Disabled text color. |
| `nClrBorder` | Numeric | Border color. |
| `lFlatStyle` | Logical | Indicates if the button uses a flat style. |
| `nClrFocusRect` | Numeric | Color for the ...
by Silvio.Falconi
Thu Jan 09, 2025 9:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP image
Replies: 0
Views: 517

BTNBMP image

... NOROUND ;
UPDATE TOP

also the control must not be disabled but it must not be clicked either in fact I use Toggle()


oImage:Toggle()
oImage:nClrBorder := RGB(195,195,185)
oImage:nDeepFocusRect := 0
oImage:nClrFocusRect := RGB(245,245,235)
oImage:ltransparent:=.t.
oImage:lMOver = .f.


I ...
by Silvio.Falconi
Mon Oct 28, 2024 6:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tgroup color border
Replies: 1
Views: 344

Tgroup color border

Image

I use
oGrp[4]:nClrText := 0xC38B2B

nClrBorder not work !!!
by Silvio.Falconi
Sun Oct 27, 2024 5:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse vertical right border
Replies: 6
Views: 899

xbrowse vertical right border

... it

I made

@ 105,5 XBROWSE oBrwBox OF ::oBarRight SIZE ::oBarRight:nWidth-20,279;
PIXEL NOBORDER ;
COLS 1,2,3,4,5,6;
HEADERS "Ruota", "E1", "E2", "E3", "E4", "E5" ;
SIZES 80,30,30,30,30,30 ;
ARRAY adata FONT oFontx

WITH OBJECT oBrw


:lDrawBorder := .t.
:nClrBorder := CLR_RED


....
end
by Antonio Linares
Fri Aug 23, 2024 4:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 7107

Re: FWH_2407 oSay does not assume nHeight

... lBorder.>,;
<.lPixel.>, <nClrText>, <nClrBack>, <nWidth>, <nHeight>,;
<.design.>, <.update.>, <.lShaded.>, <.lBox.>, <.lRaised.>, <.adj.>,;
<.lTrans.>, [<(oSay)>], [Upper( Left( <"uni">, 1 ) ) == "U"], <.lVCenter.>, [<uCargo>], [<.relpix.>], <nClrBorder> ); [ <oSay>:SetSize( <nWidth>, <nHeight> ) ]
by Antonio Linares
Thu Aug 22, 2024 4:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 7107

Re: FWH_2407 oSay does not assume nHeight

... dlg: OF,WINDOW,DIALOG > <oWnd> ] ;
[ FONT <oFont> ] ;
[ <lCenter: CENTERED, CENTER > ] ;
[ <lRight: RIGHT > ] ;
[ <lBorder: BORDER > [CLR <nClrBorder>] ] ;
[ [<relpix:RELATIVE>] <lPixel: PIXEL, PIXELS > ] ;
[ <color: COLOR,COLORS > <nClrText> [,<nClrBack> ] ] ;
[ SIZE <nWidth>, <nHeight ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 4028

Re: New FTDN April 2024 (FWH 24.04)

... es igual a .T., el borde se dibuja dentro del control de
navegación (Browse) y también dentro de los controles VScroll y HScroll.

- nClrBorder: Puede ser un color sólido u oPen (objeto lápiz) o hPen (manejador de lápiz).
Si se utiliza un lápiz, el recurso debe ser liberado por el ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 4028

New FTDN April 2024 (FWH 24.04)

... control.
- New: If ::lDrawBorderIn is set to .t., the border is drawn inside
the browse control and also inside the VScroll and HScroll.
- nClrBorder: This can be a solid color or oPen (pen object) or
hPen (pen handle). If a Pen is used, the resource should be
released by the programmer after ...
by Silvio.Falconi
Tue Mar 26, 2024 11:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 9044

Re: Another for Btnbmp

... in btnbmp.prg:
Please locate these lines in the method PaintBorder
RoundBox( ::hDC, 1, 1, ::nWidth - 2, ::nHeight - 1, nRound, nRound, XEval( ::nClrBorder, ::lMover, Self ) )
if ::lFocused
RoundBox( ::hDC, 3, 3, ::nWidth - 4, ::nHeight - 3, nRound, nRound, XEval( ::nClrText, ::lMover, Self ...
by nageswaragunupudi
Tue Mar 26, 2024 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 9044

Re: Another for Btnbmp

... in btnbmp.prg:
Please locate these lines in the method PaintBorder
RoundBox( ::hDC, 1, 1, ::nWidth - 2, ::nHeight - 1, nRound, nRound, XEval( ::nClrBorder, ::lMover, Self ) )
if ::lFocused
RoundBox( ::hDC, 3, 3, ::nWidth - 4, ::nHeight - 3, nRound, nRound, XEval( ::nClrText, ::lMover, Self ...
by Silvio.Falconi
Mon Mar 25, 2024 9:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 9044

Re: Another for Btnbmp

... in aBtn
WITH OBJECT oBtn
:nClrText := { |lOver,o| If( o:HasFocus(), DLG_nColortitle1, If( lOver, RGB(195,195,185), RGB(195,195,185) ) ) }
:bClrGrad := { |lOver,o| If( o:HasFocus(), RGB( 250,250,245), If( lOver, RGB( 245,245,235), RGB( 250,250,245) ) ) }
:nClrBorder := RGB(195,195,185)
END
next
by Silvio.Falconi
Wed Mar 20, 2024 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 9044

Re: Another for Btnbmp

... 1, RGB( 250,250,245),RGB( 250,250,245) }}

elseif oBtn:lPressed
clr := RGB( 180,136,85 )

else
clr := RGB( 245,245,235)
endif
endif
return clr
>

obtn[n]:nClrBorder := RGB(195,195,185)
obtn[n]:oCursor:= oCursorBtn
next

Is it possible that it can't be removed or changed to another color?