Search found 55 matches: pair

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

... := { { 0.5, Rgb(250,250,245), Rgb(250,250,245) } } oTitle:nShadow := 0 Have you now understood what the problem is or do you need a pair of glasses? I didn't ask you if the checkbox is transparent or to change the color of the buttonbar, I asked you something else the ttitle class ...
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1625

Re: JSON2DBF adapter

... if the DBF and JSON do not have the same structure. We also need an assigning part within this function. You should be able to assign a key/value pair from the hash you receive from JSON to a specific DBF column with the correct value. Regarding the function `FW_DbfToJson()`, it is perfect for ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 500

C++ Redistributables Required

... year, my builds with FWH, Harbour, and MSVC never required me to install the Microsoft C++ Redistributables. Now I must install both the current pair ( 32 & 64 bit ), and the 32 bit Version 12. Is there a tool I can use to see what, in my application, now requires these ? It all started when ...
by TimStone
Sun Nov 26, 2023 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C++ Redistributables Required
Replies: 1
Views: 296

Re: ENCRIPTAR con el algoritmo RSA-SHA256.

... responder, pero no es lo que necesito Diferencia entre SA256 y RSA-SHA256 - RSA is a Public Key Cryptographic algorithm (Public and Private Key-Pair algorithm) and it assures Confidentiality, Authenticity (includes Identification) and Non-Repudiation. - SHA-256 is a Hashing algorithm, that produce ...
by RSalazarU
Mon Mar 13, 2023 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 610

Re: Color of rows in the cell

...           If( oCol:oBrw:KeyNo % 2 == 0, aClr1, aClr2 ) ) }END  2) We know bClrStd returns a color pair { nClrText, nClrBack } If instead of returning a single color as nClrText, if we return an array of colors, those colors are used in the place ...
by nageswaragunupudi
Sat Jan 28, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 466

Re: Change Footer colors (xBrowse)

return color pair { nClrText, nClrBack } when your bClrFooter is evaluated.
by nageswaragunupudi
Sat Jan 28, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 912

ini file - function to get all key-value for a section

What is the function to retrieve all pair of keys and values under a specific section?
Is it this? https://learn.microsoft.com/en-us/windo ... ilesection

TIA
by hua
Thu Nov 10, 2022 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ini file - function to get all key-value for a section
Replies: 2
Views: 377

How does mod harbour work

... the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser. PHP includes a short echo tag <?= which is a short-hand to the more verbose <?php ...
by Otto
Thu Jun 09, 2022 4:16 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1180

Re: Por que no tenemos un IDE en FWH ?

... para ver gráficamente la historia del git GitHub Copilot - Github Cada día me ayuda más, es como tener un compañero a tu lado haciendo pair programming :D GitLens - GitKraken Información "a lo bestia" del git, muy bueno para trabajar en el control de versiones. Harbour and ...
by VictorCasajuana
Sun May 29, 2022 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 1730

Your VSCode AI pair programmer

https://copilot.github.com/ Extends your editor GitHub Copilot is available today as a Visual Studio Code extension. It works wherever Visual Studio Code works — on your machine or in the cloud on GitHub Codespaces. And it’s fast enough to use as you type. Search for copilot from vscode...
by Antonio Linares
Fri Jul 09, 2021 11:23 am
 
Forum: Utilities / Utilidades
Topic: Your VSCode AI pair programmer
Replies: 0
Views: 383

Re: xBrowse color

bClrSel,; // default color pair for selected row
bClrSelFocus,; // default color pair for selected row when control has focus
by FranciscoA
Wed Jan 13, 2021 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse color (Solved)
Replies: 8
Views: 708

xHarbour and hash functions

... the source hash table to the destination hash table hb_HDefault() Returns/sets a default value for a hash table. hb_HDel() Removes a key/value pair from a hash table hb_HDelAt() Removes an entry from a hash table based on its index position hb_HEval() Evaluate a code block across the contents ...
by Otto
Fri May 29, 2020 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 745

Re: Responsive desktop design

... controls can sometimes be a very difficult task. It is not the same to readjust, for example, a browse inside a screen together for example to a pair of gets, that on the otherway have 50 controls and that these follow a logical flow of readaptation. two cents more..
by Carles
Thu Oct 25, 2018 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5857

Re: Working with barcode

... to the invoice. This makes it quite quick to do this work. These new barcode readers work with bluetooth or a USB dongle. It's also possible to pair them with a small handheld tablet and use them for inventory control work in the stock room. The possibilities are many. Tim, This is exactly what ...
by Marc Venken
Fri Jun 29, 2018 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266

Re: Working with barcode

... to the invoice. This makes it quite quick to do this work. These new barcode readers work with bluetooth or a USB dongle. It's also possible to pair them with a small handheld tablet and use them for inventory control work in the stock room. The possibilities are many.
by TimStone
Thu Feb 15, 2018 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266
Next

Return to advanced search