Search found 195 matches: evaluate

Return to advanced search

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Hello Rick, You show how differently users can evaluate the integration of software and operating systems. Some users might share your concerns, while others might appreciate the convenience and efficiency of Microsoft solutions. I don't know any ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1704

Re: Error UnZipFile

Manuel Aranda wrote:Enrico, thank you very much for your interest. I'll try to create a self-contained example so you can evaluate it.


Thank you.
by Enrico Maria Giordano
Sun Jul 09, 2023 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1281

Re: Error UnZipFile

... xharbour and not finding where the error is. Enrico, thank you very much for your interest. I'll try to create a self-contained example so you can evaluate it.
by Manuel Aranda
Sun Jul 09, 2023 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1281

Understanding how autoGPT works...

... "<file>" 14. Search Files: "search_files", args: "directory": "<directory>" 15. Evaluate Code: "evaluate_code", args: "code": "<full _code_string>" 16. Get Improved Code: "improve_code", ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Re: does Fivewin have a Gradient ComboBox ?

... "REDEFINE" ... is there a Readme for "Dummy" ? --- bOwnerDraw -> Combobox bDrawItem -> Listbox / Combobox (CodeBlock to evaluate to select a ownerdraw bitmap to paint) METHOD DrawItem( nIdCtl, nPStruct ) CLASS TComboBox   ...      uVal  := LbxDrawItem( nPStruct, ...
by Jimmy
Tue Feb 14, 2023 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin have a Gradient ComboBox ?
Replies: 7
Views: 489

Re: chatGPT writes and executes Harbour code !!!

... keyword to add an extra serving to her plate. After dinner, the family gathered around the tree to exchange gifts. Mary used the AEVAL keyword to evaluate each gift and express her gratitude. She then used the DBCOMMIT keyword to save her appreciation in her heart and the DBUSEAREA keyword to ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: how to DEBUG FiveWin ?

Jimmy

Debug is a very handy tool to have .. you can debug also and trap values at runtime with Msginfo() .. you can easily evaluate memory variables, module tracing, etc ....

Rick Lipkin
by Rick Lipkin
Mon Jul 25, 2022 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to DEBUG FiveWin ?
Replies: 12
Views: 745

Re: FW Preview user style

... nil   endif   if ::bSetUp != nil      Eval( ::bSetUp, Self, ::oWnd )   endif   ACTIVATE WINDOW ::oWnd MAXIMIZED ;  Codeblock ::bSetup is evaluate before ACTIVATE WINDOW ::oWnd MAXIMIZED, then, ::oWnd does not yet have the dimensions of the window when it is maximized Then, at moment, ...
by cnavarro
Sat May 07, 2022 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: Ayuda con DTPICKER

... an invalid picture format and is ignored. Difference between 1709 and recent versions including 2203. Many users complained that bChange was being evaluated, even when there was no change in the date and insisted that bChange should be evaluated only if there is any change in the date. We modified ...
by nageswaragunupudi
Sat Apr 23, 2022 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DTPICKER
Replies: 6
Views: 360

Re: Finding the caption of a Hash

Hello Marc, testing Checkbox I noticed that on Change is not evaluated when you create the checkbox. You have to evaluate from ON INIT of the ACTIVATE WINDOW. Best regards, Otto // A simple test with a checkbox#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function ...
by Otto
Fri Apr 01, 2022 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 447

Re: print a value from dbf (fieldWBlock)

Dear Silvio,

function bCampo() is returning a codeblock and that is what you see (not an array)

Simply evaluate the codeblock providing the parameters
by Antonio Linares
Tue Nov 09, 2021 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print a value from dbf (fieldWBlock)
Replies: 2
Views: 219

Unattended creation of .pdf . resolution problem -- RESOLVED

... here EndCase .... .... Since there is no direct pointer to a Printer .. where is oPrinter getting its values ... In the attached program .. I evaluate oPrinter to get the Horizontal and vertical values : nRowStep := oPrint:nVertRes() / 55 // pixel per line = 57.65 @ 55 nColStep := oPrint:nHorzRes() ...
by Rick Lipkin
Thu Sep 16, 2021 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1289

Re: Evaluate whether a color value is dark or light

Mr. Antonino This is the source code of the function in imgtxtio.prg: function ContrastClr( nClr )   local nLuma   if HB_ISNUMERIC( nClr ) .and. nClr >= 0 .and. nClr <= 0x00ffffff      nLuma := ( 0.299 * nRGBRed( nClr ) + 0.587 * nRGBGreen( nClr ) + 0.114 * ...
by nageswaragunupudi
Mon Feb 15, 2021 10:20 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

Just curiosity, which version of FWH has this function?


I found the function in :
tarrdata.prg ( doesn't exist in FWH 18.01 )
C:\FWH\source\classes\tarrdata.prg"(2447,17):static function ContrastClr( nClr )

regards
Uwe :D
by ukoenig
Mon Feb 15, 2021 9:58 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: ContrastClr( nYourColor ) // ---> CLR_WHITE or CLR_BLACK  Note: Logic is the same. But there is already a ready-made function. Just curiosity, which version of FWH has th...
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
Next

Return to advanced search