... colored pixel. It would be quite good to specify the boundaries of the contour brightness. For example, when reading a contour, there is a sharp turn/break. In this case, I have to find a continuation of the contour (on maps, the contour does not consist of a single color )
... CLR_WHITE https://i.postimg.cc/QtsxhBRj/hh.png if I create a smaller switch control in a dialog you can see that the edges are not sharp i.e. the edge is not straight How I can resolve ?
... of work, testing, checking, ensuring all buttons in all modules are shown properly unless I'm willing to use GDIPLUS clause which results in non-sharp images of buttons. Question; cResName2, cResName3 and cResName4 are for what states? Is it Normal, Pressed, Inactive and Mouse Over ? #xcommand ...
Hello Antonio, The last day I got some complaints about the sharpness of the fonts used in browses and on buttons. If you look carefully to the sharpness of the font in a browse it is not so sharp as the font in the menu or the statusbar. Is there anything ...
... that the painting of XBROWSE borders around the browser and horizontal/vertical lines, does not connect to the outside box and they don't look sharp. Therefore I took some time yesterday, and I tried some changes in XBROWSE.PRG. After implementing the changes, the present look of the browser ...
For bitmaps FW_SaveHBitmap() saves with better quality than FW_SaveImage() What you saw as black color is in fact Alpha color and FWH controls correctly paint the bitmaps treating the alpha color as transparent Note: After some more tests, we will improve FW_SaveImage() in the next version. Nages, ...
For bitmaps FW_SaveHBitmap() saves with better quality than FW_SaveImage() What you saw as black color is in fact Alpha color and FWH controls correctly paint the bitmaps treating the alpha color as transparent
Note: After some more tests, we will improve FW_SaveImage() in the next version.
Nages, If I make in this mode : Function Crea_Bmp(aElementi,cFolderTemp,cFileBmp_Elementi) Local n Local k Local atempBmp := {} Local cFile,cfileNew Local cCartella := cFoldertemp+"\" For n= 1 to Len(aElementi) // to JPG +RESIZE ...