Search found 61 matches: contrast

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... rect ) (user has no choice of colors), for flat style buttons FocusRect is drawn using FWH function RoundBox() using TextColor to provide better contrast. - From this version, new DATAs are added to enable the programmer to customize the appearance of the focus rect using different colors and ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 38

Parameterization of xReport

... This definition causes the background of the table head to appear in a bright blue (#007bff), while the text is in white. This design ensures high contrast and clear readability of the headers in the table. cHtmlTmp += 'background-color: ' + hReport['custom-th-background-color'] + ';' cHtmlTmp ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 570

Re: Border around GET

... and BMP-brush Because of the needed space I have to rearrange everything a little bit changing the folderheight. Maybe I have to add a different CONTRAST-calculation scanning the brush.image or adding a textcolor-selection. http://www.service-fivewin.de/images/borders2.jg The ...
by ukoenig
Tue Jun 01, 2021 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13693

Re: Border around GET

Here is a preview of the new release ( looks much different ) many things are added like a detection of the needed textcolor like contrast used in xBrowse You can select a background and a wanted border-color, a defined border-distance and much more like You can see on the radioselection-area. ...
by ukoenig
Sun May 30, 2021 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13693

Re: Border around GET

... the border-function still the radios have to be included as well two color selections one for the background and one for the border to check the contrast any change of the radios is painting new borders. http://www.service-fivewin.de/images/border8.jg best regards Uwe :D
by ukoenig
Fri May 28, 2021 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13693

Re: Evaluate whether a color value is dark or light

Without doing any of these calculations yourself, you can get the contrast color by calling the FWH builtin function: ContrastClr( nYourColor ) // ---> CLR_WHITE or CLR_BLACK  Note: Logic is the same. But there is already a ready-made function. ...
by AntoninoP
Mon Feb 15, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Evaluate whether a color value is dark or light
Replies: 9
Views: 838

Re: Evaluate whether a color value is dark or light

Without doing any of these calculations yourself, you can get the contrast color by calling the FWH builtin function:
Code: Select all  Expand view

ContrastClr( nYourColor ) // ---> CLR_WHITE or CLR_BLACK
 


Note: Logic is the same. But there is already a ready-made function.
by nageswaragunupudi
Mon Feb 15, 2021 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Evaluate whether a color value is dark or light
Replies: 9
Views: 838

Re: More details WIN_OLEAUTO information in debugger

... and GetAddressEntryFromID(), along with a Folders object, containing Methods like Add(), GetFirst(), GetLast(), and a count property. In contrast, the Harbour objects in the debugger (class TOLEAUTO) contain generic class methods like callmethod get getactivobject getproperty __enumskip, ...
by FWExplorer
Thu Jul 09, 2020 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696

Re: #Define mutiline

... to paint the button and then paints the bitmap over the button. Therefore, in both the above cases, button is actually painted by Windows. In contrast, TBtnBmp and TFlatBtn do not depend on any Windows control and paint the entire button themselves.
by nageswaragunupudi
Fri May 08, 2020 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1345

Re: @Uwe Install program for mod harbour

... well < installs IIS > and < installs APACHE > I can use the same blue as main-color from the website but maybe better to have a little contrast. http://www.pflegeplus.com/IMAGES/Install7.jpg I'm glad I can help. best regards Uwe :D
by ukoenig
Mon Sep 30, 2019 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3708

Re: Tiempo de inactividad

... tasks. hb_IdleSleep( nSeconds ) As a result of performing of this function the program is included in the idle state for nSeconds seconds. In contrast to the Inkey(nSeconds) the standby condition is not interrupted when you enter by the keyboard.
by carlos vargas
Tue Mar 26, 2019 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tiempo de inactividad
Replies: 4
Views: 1036

Re: Qué es lo erróneo?

... compilation. They work analogous to the IF..ELSEIF..ELSE..ENDIF statements, but are resolved by the preprocessor, rather than the compiler. In contrast to the #ifdef and #ifndef directives, which test only the presence or absence of #define constants, #if allows for testing the values of such ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2005

New FTDN January/Enero 2018 (FWH 18.01)

... any image file/resource, webaddress, etc (bmp,ico,cur,png,jpg,tiff) without the need of freeimage.dll and more if freeiamge.dll is available. In contrast, TImage class requires freeimage.dll. * New Function LOG and Command ( Thanks to Xevi for inspiring me the idea ) - Function StartFWLog( nTop, ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2582

Re: Metro class

I'm working with a video-converter to convert any format to another with a defined quality and other adjustments like sharpen, contrast ... Download MP4 converted to AVI ( with best quality = 7 MB ) Original http://www.pflegeplus.com/DOWNLOADS/Metropro.avi http://www.pflegeplus.com/IMAGES/MetroPro1.jpg ...
by ukoenig
Fri Sep 16, 2016 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro class
Replies: 7
Views: 1112

Re: New FTDN January/Enero 2016 (FWH 16.01)

... Only the bitmaps are positioned on the opposite side. On the otherside of the bitmap equal amount of blank space is wasted. This is in contrast to BTNBMP. To maintain backward comatibilty, this behavior is retained and and alternative syntax is provided. - Additional/Alternate syntax ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157
Next

Return to advanced search