Search found 53 matches: rendering

Return to advanced search

Re: How to change SBUTTON to support FW_SetUnicode()

TSButton has its own text rendering routines which do not support Unicode.

Available alternatives:
1) Use TBtnBmp instead of TSButton
or
2) Modify TSButton library
by nageswaragunupudi
Thu Jun 21, 2018 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change SBUTTON to support FW_SetUnicode()
Replies: 5
Views: 694

Re: FwSavePreviewToPdf

... cheat it with sth like that. If I had to make a change, I would go for abstracting the device in TReport (like TCanvas in Delphi), pulling apart rendering issues from the logic and be centered in only one concern. In this way then we will be able to create new pseudodevices (like XLSX writers, ...
by Carlos Mora
Sat May 12, 2018 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5459

Possible to add < roundrect > to FW_CreateBitmap ?

... shape nRefWidth, nRefHeight, // All measurements in subsequent elements are with // with reference to these dimensions. // At the time of final rendering the measurements // are proportionately scaled to the destination // dimentions. nRow1, nCol1, ... nRowN, nColN, [lSpec] } nRow1, nCol1, etc ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

New FTDN January/Enero 2018 (FWH 18.01)

... file/resource like: DEFINE BUTTON FILE "\fwh\icons\column.ico(16x16)" DEFINE BUTTON RESOURCE "BOOKS(16x16)" For good quality rendering size of one of the image contained in the icon file may be chosen. * FWMARIADB: RowSet class: - Method ReQuery() enhancement: After executing ...
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: 2604

Re: Put a hold on xbrowses scope action

... 16.05) Postby Antonio Linares » Mon Jul 04, 2016 10:11 pm May 2016 ======== * XBrowse: New: DATA lFastDraw (default .F. ) When set to .T., screen rendering of the browse is very fast. But this can be set to .T. only when (a) background color of all the cells are the same as oBrw:nClrPane, (b) ...
by ukoenig
Fri Oct 27, 2017 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put a hold on xbrowses scope action (SOLVED)
Replies: 7
Views: 1413

Re: TPrinter recent methods PrintImage() and SayText()

Mr. Nages, is any comment of this? For now i make a call iswinXP() and use SayImage(). But PrintImage() are much better in rendering pictures!
by byte-one
Mon Apr 17, 2017 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter recent methods PrintImage() and SayText()
Replies: 19
Views: 4150

Re: Bug in HasAlpha()

... this hBitmap has Alpha channel. Even if the alpha channel is added ( 32-bit bitmap instead of 24-bit bitmap) there is no change in the content or rendering when painted with abpaint(). We knew this behavior from the time we started using GDI+. Thank you. This could explain why HasAlpha() is not ...
by Enrico Maria Giordano
Thu Apr 06, 2017 7:53 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8670

Re: Bug in HasAlpha()

... this hBitmap has Alpha channel. Even if the alpha channel is added ( 32-bit bitmap instead of 24-bit bitmap) there is no change in the content or rendering when painted with abpaint(). We knew this behavior from the time we started using GDI+.
by nageswaragunupudi
Thu Apr 06, 2017 1:31 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8670

Re: Button disabled looks different on folder and buttonbar

... to indicate that the nRow and nCol values in "@ nRow,nCol" are in pixels. Your REDEFINE command is okay as it is. If you prefer GDIP rendering, please add the clause GDIP anywhere in the command. If we specify the clause GDIP, the image is read and rendered using GDI+. But before ...
by nageswaragunupudi
Thu Mar 02, 2017 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button disabled looks different on folder and buttonbar
Replies: 12
Views: 6795

Re: Jpg resolution going down in Ximage ?

How about IMAGE instead of XIMAGE?

TXImage class uses GDI+ for both reading and rendering all images.
TImage class uses FreeImage.dll for reading and classic GDI class for rendering images.

You may choose what do you consider better and also share your observation.
by nageswaragunupudi
Wed Nov 23, 2016 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Jpg resolution going down in Ximage ?
Replies: 7
Views: 1124

New FTDN May/Mayo 2016 (FWH 16.05)

May 2016 ======== * XBrowse: New: DATA lFastDraw (default .F. ) When set to .T., screen rendering of the browse is very fast. But this can be set to .T. only when (a) background color of all the cells are the same as oBrw:nClrPane, (b) all columns use oBrw:oFont, (c) ...
by Antonio Linares
Mon Jul 04, 2016 10:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2016 (FWH 16.05)
Replies: 0
Views: 1460

Re: pdf file size too big & preview

... is a real nightmare. I'm currently using Haru, and it is the fastest lib you can use, with the best results, in terms of speed, precision of rendering and size of the document.
by Carlos Mora
Wed Feb 17, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pdf file size too big & preview
Replies: 5
Views: 1027

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

... is invoked by touch, the items are suitably spaced for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. This improves quality of image rendering. - Calling oBrw:Refresh() or any method which in turn calls the ...
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: 2183

New FTDN January/Enero 2016 (FWH 16.01)

... is invoked by touch, the items are suitably spaced for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. This improves quality of image rendering. - Calling oBrw:Refresh() or any method which in turn calls the ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2183

Re: Bad quality with GIF (and GDI+)

I hope the quality issue is now resolved. In any case, FWH libs are no more using ResizeImg or ResizeBmp for rendering resized images, except for Gray images. Whether both methods differ by a pixel or not now remains an academic issue. With your help, we now added resize width, ...
by nageswaragunupudi
Wed Nov 04, 2015 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad quality with GIF (and GDI+)
Replies: 84
Views: 9936
PreviousNext

Return to advanced search