Search found 976 matches: white

Return to advanced search

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFo...
by Antonio Linares
Thu Jul 06, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1870

Re: Mark field as required

Where do you put the "REQUIRED" ? I get a syntax error at compiling This is from the sample Subscript0.prg @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER aData[ 1, 1 ] BOTTOMBORDER ; INFIEL...
by Marc Venken
Thu Jul 06, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1870

usando listbox

tengo un dialogo con un listbox y necesito cambiar su tamaño de dibujado dinamicamente, he estado probando nleft, nwidth , ntop etc.. y ninguna forma de cambiar sus dimensiones parece funcionarme, el codigo que lo declara es este y luegoo no encuentro la forma de cambiar sus dimensiones, aqui esta e...
by Peter616
Tue Jul 04, 2023 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando listbox
Replies: 3
Views: 262

Re: Select one btnbmp into a scrollpanel

Perhaps i resolved with aBtnEle[n]:cargo:= lActive aBtnEle[n]:bAction :={ |o| lActive := !lActive, ; o:cargo:= lActive,; o:refresh(),; Set_items_Active(oElements,o:cargo,o),; nElemento:= val(nProduct) } Function Set_items_Active(oItem,lActive,oBTn) local oCtrl for each oCtrl in oItem:aControls oCtrl...
by Silvio.Falconi
Mon Jun 12, 2023 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 116

Select one btnbmp into a scrollpanel

I have some buttons on a scrollpanel https://i.postimg.cc/h4zG0Jp9/ff.jpg I created the buttons with the Btnbmp class I want that when I press one it stays selected I made lActive:= .f. For n=1 to Len(aElements) cDesc := aElements[n][2] cImage := aElements[n][5] nProduct:= aElements[...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 116

Re: Xbrowse : Tooltips timers

... ? Will upgrade for some of the new stuff ))) I'm using a function because I need the value of the cell to be formatted in some kind. cell = Black,White,Green,Blue,Orange Tooltip needs to show 1. Black 2. White 3. Green 4. Blue ... Time will be there afther upgrade.
by Marc Venken
Mon Jun 12, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 249

PaintBorder of Btnbmp ( fwteam)

Perhaps I found a solution for the border I would like to propose these changes to the fwteam #define WHITE_PEN 6 // add this on top METHOD PaintBorder() CLASS TBtnBmp local nAdjustBorder := 0 local nWidth, nAdj, oCli local nRound := If( ::lRound, ::nRound, 0 ) local hWhitePen, hGrayPen, hOldPen add...
by Silvio.Falconi
Sat Jun 10, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PaintBorder of Btnbmp ( fwteam)
Replies: 1
Views: 159

Re: Color a Groupbox Frame

Unfortunately this example did not work https://forums.fivetechsoft.com/viewtopic.php?t=39744 REDEFINE GROUP oGrp1 ID 196 of oPark COLOR CLR_CYAN, CLR_WHITE Font oFontB TRANSPARENT The only thing changed was the color of the text and the text color works fine .. REDEFINE GROUP oGrp1 ID 196 of oPark ...
by Rick Lipkin
Fri Jun 09, 2023 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1281

Problemas con Menu POPUP.

Buenos dias !!! Quiero cambiar el color de fondo de mi menú. Revisando en el foro ví una solución que propuso CESAR. La quise implementar y me pasa lo siguiente: 1- si coloco la clausula POPUP el menú NO se muestra. 2- las clausulas que sugirió CESAR no las toma. Al compilar da error en clausula BLO...
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 221

Methot SAY in TRLIN --- REPORT

... index of the aClrText array is the one defined in aFont this causes some lines to have incorrect colors the problem is when the color selected is white therefore it seems that certain lines are no longer printed METHOD Say(nStartRow) CLASS TRLine     LOCAL nFor, nCol, nWidth  ...
by mauri.menabue
Mon May 15, 2023 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Methot SAY in TRLIN --- REPORT
Replies: 0
Views: 106

Re: Change POPMENU background color?

... BFcolor, BGcolor, BFcolor   ELSEIF BGColor = 256 * 256 * 256 - 1                               // 16777215      //  msginfo("oMenu white")      MENU oMenu 2013 POPUP ;              COLORSELECT GetSysColor( COLOR_MENUHILIGHT ), GetSysColor( COLOR_MENUHILIGHT ), ...
by Jimmy
Sat Apr 15, 2023 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change POPMENU background color?
Replies: 4
Views: 228

Re: Concept of REDEFINE for Dummy

... it have to do with (undocumented) Function RegDialog() as i want to use "Dark-Mode" those "Common Control" are still "white" which i try to change as you can "see" i can change some Color but those "Say" (wC_STATIC) have ID 0xFFFF or -1 ... ...
by Jimmy
Sun Apr 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 907

Re: CLASS TGrid() for FiveWin

... Button and use Ownerdraw (*1) for Combobox. https://i.postimg.cc/RC1Zjrr6/Dual-Grid-Black.jpg but TGrid-Column Header was still WHITE so i need Customdraw (*2) https://i.postimg.cc/8P8nf3sH/Dual-Grid-Black-Header.jpg now i have implement both Technique which Windows ...
by Jimmy
Mon Feb 20, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3713

how to use WCOLOR.CH Constant with MENU / COLORSELECT ?

hi, i try to use COLOR_MENUHILIGHT   COLORSELECT COLOR_MENUHILIGHT , COLOR_MENUHILIGHT , CLR_WHITE this give be WHITE on BLACK :shock:   COLORSELECT NumColor2RGB( COLOR_MENUHILIGHT ), NumColor2RGB( COLOR_MENUHILIGHT ), CLR_WHITEFUNCTION NumColor2RGB( ...
by Jimmy
Fri Feb 17, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to use WCOLOR.CH Constant with MENU / COLORSELECT ?
Replies: 2
Views: 180

Re: Wbrowse with the black screem

Puedes proporcionar un PRG pequeño y auto contenido para reproducir el problema ? nao tem nada de mais no fonte... todos WBrowse esta acontecendo, mesmo, num codigo bem basico, com esse: *----------------------- Function TESTES() *----------------------- DEFINE DIALOG oDlg FROM 00,00 TO 260,520 TIT...
by Giba_Fro
Mon Feb 06, 2023 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 569
PreviousNext

Return to advanced search