Search found 41 matches: color2

Return to advanced search

Re: 2 data rows in one cell from Xbrowse

The dbf has indeed 12 + 12 fields = 24 pic1,pic2,...pic12 and color1,color2,...color12 As below, xbrowse can show the filename below the picture, because the filename is in the field ex. pic1 = blank.jpg but the color name is insite the field color1 and match ...
by Marc Venken
Wed Oct 26, 2022 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 data rows in one cell from Xbrowse
Replies: 4
Views: 317

2 data rows in one cell from Xbrowse

In my dbf I have 12 fields with colornames 12 fields with pictures (belong to the colornames) color1 : Black Pic1 : black.jpg color2 : Green pic2 : green.jpg .... until 12 (1-12) In Xbrowse I show the pictures and the filename is also included. Is it possible that also the colornaam from ...
by Marc Venken
Tue Oct 25, 2022 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 data rows in one cell from Xbrowse
Replies: 4
Views: 317

Re: Xbrowse : Setup configuration file

... return end 5. METHOD helpmenu( nRow, nCol, nFlags ) CLASS TXBrowse local oMenu, oCol local cPrompt local nFor, nLen local omenu2 local color1,color2 nLen := len( ::aCols ) MENU omenu2 2007 popup if ::nMarqueeStyle == MARQSTYLE_HIGHLROWMS MENUITEM "选择行,取消选择行 Contrl+点击" ACTION (::SELECT(2),::drawline(.t.)) ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1218

Re: creation bitmaps

... that can save / create bitmaps from 64x64 to 16x16 gradientstyle horizontal or vertical with selected color-position two colors (color1 and color2) and making the gradient of these two colors http://www.pflegeplus.com/IMAGES/Gradsave.jpg is that the style You need :?:
by ukoenig
Mon Oct 28, 2019 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creation bitmaps
Replies: 9
Views: 1150

creation bitmaps

is it possible to create small bitmaps size 16 files?
Having two colors (color1 and color2) and making the gradient of these two colors, create a small bitmap and save in bitmap format?
by Silvio.Falconi
Mon Oct 28, 2019 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creation bitmaps
Replies: 9
Views: 1150

Re: an image on btnbmp and other

... + " " ,2, 20, 34, 62,CLR_WHITE, CLR_RED )} FUNCTION DrawText2( hDC, hFont, nBkMode, cText, nTop, nLeft, nWidth, nHeight,color,color2 ) LOCAL hFontOld:= SelectObject( hDC, hFont ) LOCAL nBkOld := SetBkMode( hDC, nBkMode ) SetTextColor( hDC, color ) setBkColor( hDC, color2 ) ...
by Silvio.Falconi
Wed May 23, 2018 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: an image on btnbmp and other
Replies: 21
Views: 3884

Re: To Marc -> A xBrowse-image colorpicker

... { "BRAND", "C", 10, 0 }) // size ? AADD(DBFARRAY, { "COLOR1", "C", 6, 0 }) AADD(DBFARRAY, { "COLOR2", "C", 6, 0 }) AADD(DBFARRAY, { "COLOR3", "C", 6, 0 }) AADD(DBFARRAY, { "COLOR4", "C", ...
by ukoenig
Mon Nov 13, 2017 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7974

Bug in clausule COLORLEFT

At moment for new implementation of your code and only if you use clausule COLORLEFT <color> If you use COLORLEFT <color1>, <color2>, not change Please, change in MENU.CH [ <oObjMenu> := ] MenuBegin( <.popup.>,, <oCtrl>, <.l2007.>, <.l2010.>,,; ...
by cnavarro
Tue Mar 15, 2016 9:05 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in clausule COLORLEFT
Replies: 0
Views: 836

Re: Duda TTabs

Revisa TfolderEx

tambien:

{ { x, color1, color2} },

aca x es un valor numeric que indica la proporción del gradient,
0.5 combina a la mitad, 0.25, inicia al 25%, y asi, es un valor entre 0 y uno.

salu2
carlos vargas
by carlos vargas
Tue Sep 09, 2014 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda TTabs
Replies: 3
Views: 575

Duda TTabs

... de las pestañas ? ¿ Existe otra clase o alguna manera de conseguirlo ? Por otra parte, en el array de color para un gradiente, { { x, color1, color2} }, El primer parámetro ¿Que hace exactamente? Es una transparencia o largura del degradado, o que.
by jmartial
Tue Sep 09, 2014 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda TTabs
Replies: 3
Views: 575

Re: cambiar el color a un boton?

Me exprese mal en lo que necesito, por lo que vi "choosecolor" es una funcion para seleccionar un color. Yo quiero tener unos colores preestablecidos, ejemplo: CLR_COLOR1 CLR_COLOR2 CLR_COLOR3 ... y poner en el dialogo tres button, y que cada button este pintado con cada color boton1 con e...
by goosfancito
Wed Jun 11, 2014 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar el color a un boton?
Replies: 11
Views: 2413

Re: xBrowse editing color

... solution. The columns with getfields are shown with a extra color I still added 2 row-group-colors like You are using : Handy = Color1 Festnetz = Color2 Festnetz = Color2 Email = Color1 Emaii = Color1 I show the same structure-logic with images : The get-field ZOOM is used for fineadjustment and ...
by ukoenig
Tue Apr 09, 2013 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse editing color
Replies: 8
Views: 1360

Re: xBrowse editing color

Dear Mr. Rao,
I mean the color of the get inside the column which is edited.
I attach a picture.
Best regards,
Otto
Image
by Otto
Tue Apr 09, 2013 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse editing color
Replies: 8
Views: 1360

Re: BtnBmp

... NOBORDER ACTION oDlg:end() of oDlg pixel SIZE 26,26 obmp:lTRANSPARENT = .T. RETURN (NIL) STATIC FUNCTION GradBrush( oDlgkk,color1,color2) local hDC, hBmp, hBmpOld,obrush hDC = CreateCompatibleDC( oDlgkK:GetDC() ) hBmp = CreateCompatibleBitMap( oDlgkK:hDC, oDlgkK:nWidth, oDlgkK:nHeight ...
by stefano
Sun Sep 04, 2011 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp (SOLVED)
Replies: 11
Views: 2571

Color Dialog

... ACTIVATE DIALOG oDlg2 CENTERED ON INIT GradBrush( oDlg2,nRGB( 255, 25, 25 ),nRGB(255, 69, 0)) return nil STATIC FUNCTION GradBrush( oDlgkk,color1,color2) local hDC, hBmp, hBmpOld,obrush hDC = CreateCompatibleDC( oDlgkK:GetDC() ) hBmp = CreateCompatibleBitMap( oDlgkK:hDC, oDlgkK:nWidth, oDlgkK:nHeight ...
by stefano
Tue Aug 30, 2011 8:36 pm
 
Forum: All products support
Topic: Color Dialog
Replies: 3
Views: 1289
Next

Return to advanced search