Search found 54 matches: colours

Return to advanced search

Re: gradiants ?

The extended version :
Adjusted links for images and downloads from the changed website.

viewtopic.php?f=3&t=29016

create any gradient You need from selected colours :

Image

best regards
Uwe :D
by ukoenig
Mon Jun 06, 2022 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 564

Re: xbrowse row colours

Dear Iris, another way is to define the codeblock like this: Extended literal code block. Syntax <| [<params,...>] | <programcode> > oBrw:bClrStd := <||    local aColors := { , }   If (cust->resstatus = "###Cancelled" .and. cust->...
by cnavarro
Wed Mar 04, 2020 2:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 945

Re: xbrowse row colours

I have just tried it, It worked perfectly, thank you, Cristobal!
by Iris Gesser
Tue Mar 03, 2020 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 945

Re: xbrowse row colours

Thank you!
by Iris Gesser
Tue Mar 03, 2020 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 945

Re: xbrowse row colours

Iris, if the condition to set the colors is very complicated, I advise you to use a function that returns the corresponding color array oBrw:bClrStd := { || MyColors( oBrw ) }.../...Function MyColors( oBrw )    local aColors := { , }   If (...
by cnavarro
Mon Mar 02, 2020 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 945

xbrowse row colours

Dear community, I have tried to give a row another colour and it worked with this code. oBrw:bClrStd := { || If( (cust->resstatus = "###Cancelled" .and. cust->guarancode = " "), { CLR_WHITE, CLR_RED }, { CLR_BLACK,CLR_WHITE } ) } //@IA 2020030 How can I integrate another co...
by Iris Gesser
Mon Mar 02, 2020 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 945

Re: oWnd:oClient := oPanel

... 1 and 2 the system-button is used for colour-changes You can make a border visible on button-focus. To hide the border just use the panel colour Colours are saved to a INI-file the new download : http://www.pflegeplus.com/DOWNLOADS/Panel3.zip http://www.pflegeplus.com/IMAGES/Panel20.jpg ...
by ukoenig
Sun Jun 02, 2019 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 3974

Re: Problem to change bitmap

... 229,241,251 ) }, ;       { 0.9, RGB( 229,241,251), RGB( 229,241,251 ) } } ) }  Your selected colours http://www.pflegeplus.com/IMAGES/Btncolour1.jpg regards Uwe :D
by ukoenig
Wed May 22, 2019 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to change bitmap
Replies: 7
Views: 662

Re: XBROWSE Border on cells

... and paint the text and border of the cells the way you want. A border around each cell or only around the column :?: ( uses different colours as well on age ranges ) http://www.pflegeplus.com/IMAGES/Cellborder1.jpg regards Uwe :?:
by ukoenig
Thu Apr 11, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4131

BTNBMP slow performance

... same button can be pressed again . I have noted that if I use BUTTONS , this problem does not arise , but I don't want to lose the graphics and colours of BTNBMP :( This is a sample , if you press quickly twice on the button 'Count' , the number increases by one #include "FiveWin.ch"function ...
by Maurizio
Wed Feb 20, 2019 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP slow performance
Replies: 11
Views: 1837

Re: A toolbox of netfunctions and tDatabase-tests

... done : closing the program, the number of the last selected sample is saved to a INI-file and will be opened at the next start. Using different colours on each of the 3 samples A new empty dialog is added to include more tests. I couldn't find a replacement of h := FW_RecToHash() :?: replacement ...
by ukoenig
Sat Jan 26, 2019 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6245

Re: How to programmatically change a TCBrowse column's width?

... <dat: DATA, SHOWBLOCK> <uData> ] ; [ <tit: TITLE, HEADER> <cHead> [ <oem: OEM, ANSI, CONVERT>] ]; [ <clr: COLORS, COLOURS> <uClrFore> [,<uClrBack>] ] ; [ ALIGN ] [ <al: LEFT, CENTERED, RIGHT> ] ; [ <wid: WIDTH, SIZE> <nWidth> [ PIXELS ...
by James Bott
Sat Sep 08, 2018 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to programmatically change a TCBrowse column's width?
Replies: 5
Views: 877

Setfocus problem

... SetFocus but it jumps to the Exit button instead. (If I remove the second GET WHEN clause it will move to it but doesn't change to the gotfocus colours) TIA Peter #include "FWCE.ch"#include "vkey.ch"STATIC oWnd,oFont[3]STATIC oGetPass***********************FUNCTION ...
by reds
Thu Apr 26, 2018 5:00 pm
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3445

Re: Richedit how to highlight a defined word in memofields ?

Cristóbal , using 2 different keywords and colours is working fine. I noticed a little problem to display more than one keyword in the same line Your included functions and new testdata. http://www.pflegeplus.com/DOWNLOADS/Richedit4.zip http://www.pflegeplus.com/IMAGES/Richedit5.jpg ...
by ukoenig
Mon Mar 26, 2018 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8277

Re: How to highlight a defined word in memofields ?

... with full source for testing. http://www.pflegeplus.com/DOWNLOADS/Forum9.zip The source is kept small in size as possible ( no graphics and colours ) and works with the original forum-import samples1.dbf The keyword defined inside the browser ( xbrowse-keyword-field ) needed to be coloured. ...
by ukoenig
Mon Mar 19, 2018 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8277
Next

Return to advanced search

cron