Search found 36 matches: getsysin

Return to advanced search

Re: Monitor function error

Silvio, Fivewin uses the GetSysMetrics API with the SM_CXFULLSCREEN and SM_CYFULLSCREEN flags, as seen in C:\FWH\source\function\getsysin.prg. These constants are designed to return the width and height of the client area for the primary display monitor, excluding the taskbar and other ...
by Otto
Wed Jan 10, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 548

Re: Size of the window

... size in INCHES  Please see WhatsNew.txt November 2015. You may find more interesting function for touch screens Also see fwh\source\function\getsysin.prg for these and multiple monitor functions, etc
by nageswaragunupudi
Wed Oct 06, 2021 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of the window
Replies: 4
Views: 665

Multi-Monitor Screen Size/DPI

hi, i have found in c:\fwh\source\function\getsysin.prg --- function ScreenWidth()function ScreenHeight() ScreenWidth() / ScreenHeight() use SM_CXFULLSCREEN / SM_CYFULLSCREEN this work well when Scale is 100% but fail at 150% or ...
by Jimmy
Fri Dec 20, 2019 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi-Monitor Screen Size/DPI
Replies: 0
Views: 281

Re: FW_GetMonitor() doesn't work

... Warning: Public symbol '_HB_FUN_FW_GETMONITOR' defined in both module C:\WORK\ERRORI\MONITORS\OBJ\TEST.OBJ and C:\WORK\ERRORI\MONITORS\OBJ\GETSYSIN.OBJ Error: Unable to perform link
by Silvio.Falconi
Fri Feb 01, 2019 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2980

Re: FW_GetMonitor() doesn't work

... Thank you very much for your assistant. :D :idea: Perhaps you can optimize this and implement it in the getsysin.prg for the next release :wink:
by frose
Tue Jan 29, 2019 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2980

Re: FW_GetMonitor() doesn't work

Mr. Cristobal I do not think that is his problem. He is getting compilation errors with getsysin.prg. Mr. Frose Please try commenting these lines in getsysin.prg and try DECLARE_HANDLE(HMONITOR);typedef struct tagMONITORINFO{    DWORD   cbSize;  ...
by nageswaragunupudi
Mon Jan 28, 2019 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2980

FW_GetMonitor() doesn't work

...       oMonitor := FW_GetMonitor( i )        AAdd( aMonitors, oMonitor:aRect )      NEXT i   ENDIFRETURN NIL When invoking the getsysin.prg, the build process ends with these errors: Generating object output to 'compiled\getsysin.obj'...getsysin.prg(520): error: Redefinition ...
by frose
Mon Jan 28, 2019 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2980

Re: New FTDN December/Diciembre 2018 (FWH 18.12)

... el punto r1, c1 a r2, c2 con la punta de la flecha apuntando a r2, c2. * Funciones para el soporte de múltiple monitores: fwh\source\function\getsysin.prg - FW_ActiveMonitors() --> nMonitors Número de monitores extendidos actualmente activos. - FW_VirtualScreen() --> oRect El objeto ...
by Antonio Linares
Mon Dec 31, 2018 2:44 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2018 (FWH 18.12)
Replies: 1
Views: 1685

New FTDN December/Diciembre 2018 (FWH 18.12)

... ) Draws an arrow from point r1,c1 to r2,c2 with arrow head pointing to r2,c2. * Multiple Monitors support functions: fwh\source\function\getsysin.prg - FW_ActiveMonitors() --> nMonitors Number of extended monitors currently active. - FW_VirtualScreen() --> oRect TRect object representing ...
by Antonio Linares
Sun Dec 30, 2018 7:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2018 (FWH 18.12)
Replies: 1
Views: 1685

Re: Ayuda DLL

... referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_CREATEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_DELETEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_GETVERSION' ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: xBrowse Font Problem

Temporarily I have solved my problem by changing GetSysFont() in getsysin.prg

Do you still have the problem after changing GetSysFont()?
by nageswaragunupudi
Fri Jan 06, 2017 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3184

Re: xBrowse Font Problem

... to see the oFont:cFaceName. If it is Segoe UI, I will check my windows settings. Temporarily I have solved my problem by changing GetSysFont() in getsysin.prg Thanks for your help. What Operating System do you use? What language is your system configured with?
by cnavarro
Thu Jan 05, 2017 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3184

Re: xBrowse Font Problem

Yes you are right. It appears that the characters are shown correctly.
Can you double click on xbrowse please. I want to see the oFont:cFaceName.
If it is Segoe UI, I will check my windows settings.
Temporarily I have solved my problem by changing GetSysFont() in getsysin.prg
Thanks for your help.
by betoncu
Thu Jan 05, 2017 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3184

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\fwerror.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\getsysin.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\gettasks.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\gtf.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4975

Re: Default font under Win 8 and 10

... to it. A window or dialog (from source) not having a parent, by default is assigned with GetSysFont() size -12. Function GetSysFont() is in getsysin.prg
by nageswaragunupudi
Sun Aug 14, 2016 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3473
Next

Return to advanced search