Search found 111 matches: cross

Return to advanced search

Re: Bad look btnbmp disable()

... nRGB( 20, 30, 40 ) ) FDiagonal SetBrush( "FDIAGONAL", nRGB( 255, 0, 35 ) ) BDiagonal SetBrush( "BDIAGONAL" ) Cross SetBrush( "CROSS" ) DiagCross SetBrush( "DIAGCROSS", nRGB( 0, 100, 255 ) ) then to remake the border use the Uwe's solution ...
by Silvio.Falconi
Thu Mar 09, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 723

Re: HBFORMAT.EXE de xHarbour/Harbour.

... try to make a FiveWin Version of CLICK CLICK is not only a "Formatter", it can also write a Header before all Function / Procedure and a Cross-Reference Header will include "called from" so you can get Information which other Module depend on it CLICK can use #SNAP (from Original ...
by Jimmy
Mon Sep 26, 2022 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1033

Re: HBFORMAT.EXE de xHarbour/Harbour.

... than only "Formatter" CLICK can write a "Header" into each Function / Procedure where it "Called from" so you got a Cross-Reference of all Function / Procedure in Source CLICK will also create Structure of DBF which are used in Source --- CLICK can NOT "analyze" ...
by Jimmy
Mon Sep 19, 2022 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1033

Draw on top of a photo

Hi,

In TImage, I show photos. Can I draw something on top of a photo (for example, cross it out) ?
by Natter
Tue May 11, 2021 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw on top of a photo
Replies: 3
Views: 550

Re: Make para BCC10

... you read this), you can find the full compiler and IDE suite as part of C++Builder: https://www.embarcadero.com/products/cbuilder We specialise in cross-platform C++, where you can compile, debug and deploy for many platforms using one IDE and one compiler framework. This includes UI design - there ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Re: Handling images and other files

... This program extracts any image png, bmp, jpg, gif, etc and not limited to png. We can read from a file or paste from clipboard. You can cross-check the correctness of the results at https://codebeautify.org/base64-to-image-converter I have tested many types of images. At the heart of ...
by Otto
Thu Jan 07, 2021 4:17 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1228

Re: matrices multiplication

... at all. For example it is not a low-level language and therefore not good for creating components such as drivers. It is not suitable for creating cross-platform executables and it is not even the ideal choice if the code must be as fast as possible. Historically it has been mainly used for scripting ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1031

Re: hash with (x)harbour - knowledge base

Does xHarbour support hash functions? Both Harbour and xHarbour support all these functions but with slightly different names. hbcompat.ch provides cross translations.  #ifdef __XHARBOUR__       /* Hash item functions */       #xtranslate hb_Hash( [<x,...>] )            => ...
by Otto
Fri May 29, 2020 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7815

Re: xHarbour and hash functions

Both Harbour and xHarbour support all these functions but with slightly different names. hbcompat.ch provides cross translations. #ifdef __XHARBOUR__   /* Hash item functions */   #xtranslate hb_Hash( [<x,...>] )         ...
by nageswaragunupudi
Fri May 29, 2020 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 749

Re: Problem with Incremental Search of DbCombo ** Solved

... class (FWH 13.06) instead of the FWH18.10, compile everything and work well. I could not see the new features of DbCombo of FWH18.10, I will cross that bridge at another time. Best regards Lo solucione usando el codigo de la clase DbCombo (FWH 13.06) en lugar de la FWH18.10, compile todo ...
by Blessed
Sat Feb 01, 2020 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Incremental Search of DbCombo
Replies: 1
Views: 477

Re: cross-site scripting

In order to write an < sign in HTML that doesn't start a tag, you write it &lt; Same with > and &gt; If you're writing code to render an attribute in a tag, you can escape a quote with &apos; (single quote) or &quot; (double quote) Just that should be enough Replace those in an...
by Otto
Sat Oct 26, 2019 10:22 am
 
Forum: mod_harbour
Topic: cross-site scripting
Replies: 1
Views: 499

cross-site scripting

... concept to mod harbour starters Andreu, 19:43 to be fair, I think for starting on the web it's far better to focus on things like XSS what is XSS cross-site scripting it's a web security attack that goes like this: on your website, you have an input for the user that will be visible to everyone ...
by Otto
Sat Oct 26, 2019 10:11 am
 
Forum: mod_harbour
Topic: cross-site scripting
Replies: 1
Views: 499

Re: mod_harbour what to install

Hello,
XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes.
Best regards
Otto
by Otto
Wed Aug 07, 2019 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7050

Re: Rpreview issues - PDF

Nages... 1.- libHaru is a free, cross platform, open source library for generating PDF files. ... from http://libharu.org/ 2.- hbpdf library is in harbour/contrib . 3.- According to AntoninoP , I would prefer to decide whether or not to include ...
by mastintin
Wed May 08, 2019 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7342

Re: Any side affects of adding hbcompat.ch?

... being advised to do so. The xhb.lib we include in the link script takes care of most of the requirements. Fivewin.ch itself has some essential cross translates. Can you add to your link script all the libraries included in buildh.bat and then try your programs without hbcompat.ch.
by nageswaragunupudi
Thu May 02, 2019 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any side affects of adding hbcompat.ch?
Replies: 2
Views: 377
Next

Return to advanced search

cron