Search found 73 matches: sharp

Return to advanced search

SWITCH class not clear

... 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 ?
by Silvio.Falconi
Fri Nov 17, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SWITCH class not clear
Replies: 0
Views: 318

Re: Disabled buttons at oBar not greyed out after using FWH1912

... 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 ...
by hua
Wed Sep 13, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 792

Re: Disabled buttons at oBar not greyed out after using FWH1912

Properly greyed out if use DEFINE BUTTONBAR GDIP clause but buttons' images are not sharp

Image

With clause 2015
Image
by hua
Mon Sep 11, 2023 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 792

Re: can i make a HB_FUNC() of it ?

... https://github.com/rgl/EjectVolumeMedia/blob/master/main.c https://stackoverflow.com/questions/7704599/eject-usb-device-via-c-sharp https://social.msdn.microsoft.com/Forums/en-US/18f7b985-b9d2-4c91-a371-26f58277dc1b/usb-device?forum=Vsexpressvb Regards, saludos.
by karinha
Sun Feb 19, 2023 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can i make a HB_FUNC() of it ?
Replies: 2
Views: 227

Re: How to get win10 setup display value

Richard, https://stackoverflow.com/questions/35233182/how-can-i-change-windows-10-display-scaling-programmatically-using-c-sharp/57397039#57397039 https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-displayconfigsetdeviceinfo http://www.xtremedotnettalk.com/threads/changing-screen-resolution-c.73184/ ...
by richard-service
Tue Oct 26, 2021 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get win10 setup display value
Replies: 5
Views: 675

Re: How to get win10 setup display value

Richard, https://stackoverflow.com/questions/35233182/how-can-i-change-windows-10-display-scaling-programmatically-using-c-sharp/57397039#57397039 https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-displayconfigsetdeviceinfo http://www.xtremedotnettalk.com/threads/changing-screen-resolution-c.73184/
by Antonio Linares
Mon Oct 25, 2021 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get win10 setup display value
Replies: 5
Views: 675

display of fonts used in browses

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 ...
by plantenkennis
Fri Oct 16, 2020 2:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: display of fonts used in browses
Replies: 6
Views: 1311

Enhanced Sharpness of XBROWSE Looks

... 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 ...
by RAMESHBABU
Sat Oct 03, 2020 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Sharpness of XBROWSE Looks
Replies: 7
Views: 991

Re: How to have a sharp image conversion

nageswaragunupudi wrote:I am seeing. The reason is that combobox is not painting alphabmps properly.
Need to improve this aspect. Takes time.



Nages.
thanks
a question ...combometro support png files ?
by Silvio.Falconi
Tue Mar 03, 2020 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273

Re: How to have a sharp image conversion

I am seeing. The reason is that combobox is not painting alphabmps properly.
Need to improve this aspect. Takes time.
by nageswaragunupudi
Tue Mar 03, 2020 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273

Re: How to have a sharp image conversion

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, ...
by Silvio.Falconi
Tue Mar 03, 2020 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273

Re: How to have a sharp image conversion

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.
by nageswaragunupudi
Mon Mar 02, 2020 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273

Re: How to have a sharp image conversion

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               ...
by Silvio.Falconi
Mon Mar 02, 2020 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273

Re: How to have a sharp image conversion

I tried and made bmp with black background https://i.postimg.cc/MGhZH6XH/err.png   cDir:= "temp\"           IF !lIsDir( lower(cDir) )            IF lMkDir( lower( cDir) )                  ELSE                 MsgAlert("Err "+cdir,"Verificare!")          ...
by Silvio.Falconi
Mon Mar 02, 2020 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273
Next

Return to advanced search