Search found 141 matches: saytext

Return to advanced search

Re: Problem with FW_SayText

They are the coordinates for writing the text.
Do you write all the numbers in the same coordinates, i.e., do you write all numbers at the same place?
For each nx,ny you need to change the coordinates.
by nageswaragunupudi
Thu Apr 25, 2019 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

Re: Problem with FW_SayText

I not understood

I mean the text to write

str(nElemento) nElemento is a number and I take it from an array aNumeri you can see on picture ( xbrowse)

you sad the arect but arect is the coordinates ?
by Silvio.Falconi
Thu Apr 25, 2019 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

Re: Problem with FW_SayText

You need to keep changing this rect { 30, 2, 48, 25 } for each iteration
by nageswaragunupudi
Thu Apr 25, 2019 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

Re: Problem with FW_SayText

??????????????????????
I ask another question...
by Silvio.Falconi
Thu Apr 25, 2019 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

Problem with FW_SayText RESOLVED

For nY := 1 to TOTY For nX := 1 To TOTX cSettore:= aSettori[nY,nX] nElemento:= aNumeri[nY,nX] cTypeRoom := aData[nY,nX] nStatus:= 5 aBmps[nY,nX]:cargo := {nElemento,cSettore,cTypeRoom,nStatus } aBmps[nY,nX]:bPainted:= { |hDC| FW_SayText( hDC, ltrim(str(nElemento)), { 30, 2, 48, 25 },,oFontOmbrelloni...
by Silvio.Falconi
Thu Apr 25, 2019 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

Re: Rpreview issues - PDF

... However, still the attraction is the tiny size of pdf files generated by image2pdf. In fact, image2pdf reproduced colors printed by using :SayText() correctly but not background colors printed with :Say().
by nageswaragunupudi
Wed Apr 24, 2019 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

Re: Rpreview issues - PDF

... than my previous code. Also, it does not create the file ( .pdf ). Of course, my method does work fine with the using the SAY() rather than the SayText(). Perhaps I just have an older version.
by TimStone
Tue Apr 23, 2019 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

Re: Rpreview issues - PDF

Last night I chatted with Mr. Vilian and requested him to check both :Say() and :SayText(). He confirmed both working correctly to me in person and also in his post above. He is using bcc and I know you are using MSVC. I searched and located the old evaluation version ...
by nageswaragunupudi
Tue Apr 23, 2019 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

Re: Rpreview issues - PDF

Hi Guys, I also use img2pdf and have tried with :Say() AND :SayText() using colors different of CLR_BLACK and the pdf was generated right. I use this function to generate the pdf: FUNCTION BuildPDF( aFiles,pdfFilename )LOCAL imageFilename := " ...
by vilian
Mon Apr 22, 2019 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

Re: Rpreview issues - PDF

The incompatibility issue with img2pdf is observed only in one module a) which uses SayText() and b) uses color. We need to find out if this compatibility problem is because of usage or color or usage of the method SayText(). We are unable to test this at our end ...
by nageswaragunupudi
Mon Apr 22, 2019 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

Rpreview issues - PDF

... and it works well. I only have this issue with one type of report = the Invoices where I added color. To make them work properly, I use the SayText( ) command rather than the Say( ) command. This is the only place I've made this modification and all other reports work fine. I'm wondering ...
by TimStone
Fri Apr 19, 2019 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

FWH1904: Printing Memos, Snaking columns and Multiple Pages

It is known that it is possible to print a memo (multiline text) with a single call to oPrn:SayText( cText, aRect, ... ) instead of splitting the memo into single lines and printing the lines one by one. Sometimes, it is possible to have long memos, which do not fit into ...
by nageswaragunupudi
Sun Apr 14, 2019 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1904: Printing Memos, Snaking columns and Multiple Pages
Replies: 2
Views: 590

Re: New FWH 19.03

... I've reached the maximum lines per page, and then I can do a page eject, print the new header, and continue the disclaimer text. To do this with SayText( ) we would need another parameter to call a function after each line is printed which can check the line count and print the header. Here is ...
by TimStone
Fri Apr 12, 2019 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4995
PreviousNext

Return to advanced search