Search found 66 matches: resolutions

Return to advanced search

Re: Resolution of monitor

I hope you understand now. I use different resolutions using RESOURCES, I calculate the coordinates in WORKSHOP.exe Espero que lo entiendas ahora. Utilizo diferentes resoluciones usando RECURSOS, calculo las coordenadas en WORKSHOP.exe // C:\FWH\SAMPLES\SILVRESO.PRG#include ...
by karinha
Wed Jan 10, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2540

Re: Concept of REDEFINE for Dummy

hi, The only problem we found in the use of this technique (dialog design in .RC) is the adaptation of these designs to screens of different resolutions. i agree that these "old" Windows "Common Control" are made for Screen like VGA but much to small for FULL-HD but i never ...
by Jimmy
Sun Apr 02, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 816

Re: Concept of REDEFINE for Dummy

The only problem we found in the use of this technique (dialog design in .RC) is the adaptation of these designs to screens of different resolutions.
But everything can be solved, with Fivewin, everything is possible.
by cnavarro
Sun Apr 02, 2023 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 816

Re: Display thumbnails of pdfs

... I made this tool. Browsing through the previews is fast as an arrow. I use this same software as well for mod harbour to create JPG in different resolutions and previews of other file types. With mod harbour you have the advantage that the creation of the preview is silent. Best regard, Otto ...
by Otto
Wed Nov 02, 2022 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2266

High Resolution in WebCam

Hello everybody. I made some modifications in tWebCamPhoto class to be able to parameterize high resolutions in WebCams. See Method SetResolution(f_aTpResolution) #include "FiveWin.ch"#include "Struct.ch"#define WM_CAP_START             WM_USER#define ...
by Giovany Vecchi
Tue Aug 10, 2021 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: High Resolution in WebCam
Replies: 1
Views: 629

Re: Mobile App Development

Hello,

I did some tests with the mod harbour landing page template on different resolutions.
Best regards,
Otto

Image
by Otto
Sat Jan 25, 2020 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5284

Re: FW_GetMonitor() doesn't work

MonitorInfoFromRC() always returns 0, if the point isn't on the virtual screen It should return NIL in such case. 1) May I know the screen resolutions of the 3 monitors you are using? 2) Also can you please let me know the Rect of MonitorInfo for the first monitor? 3) Please see line 374   ...
by nageswaragunupudi
Tue Jan 29, 2019 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2949

New FTDN December/Diciembre 2018 (FWH 18.12)

... monitors. (Note: The object has datas nTop, nLeft, nBottom, nRight, nWidth, nHeight) The total width of the rectangle is the sum of horizontal resolutions of all the monitors and height is the maximum of the vertical resolutions of all the monitors. Recommended reading for better understanding ...
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: 1683

FWH 18.12 Window/Dialog:SaveState() and RestoreState()

... maximize/restore button precisely restores to the correct normal size and position as earlier. (b) Saving and restoring on monitors of different resolutions: Old method: Window maximized on smaller screen is restored as a smaller window on large screen. Windows maximized on a larger screen, when ...
by nageswaragunupudi
Sat Dec 29, 2018 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.12 Window/Dialog:SaveState() and RestoreState()
Replies: 0
Views: 619

Re: How to control run out EXE into B Monitor

How do I know the resolution of the monitor I'm moving my window to ? If the monitors have different resolutions then I will need to resize the app window
by Natter
Fri Dec 14, 2018 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to control run out EXE into B Monitor
Replies: 7
Views: 1596

Re: Problem to show btnbmp with tablet

My opinion: not use resources or duplicate your resources for different devices and resolutions
by cnavarro
Fri Mar 16, 2018 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to show btnbmp with tablet
Replies: 8
Views: 1208

Re: A problem with GETCURSORPOS() and widescreen-monitor ?

Uwe, run OK with all factor zoom and all resolutions ? ( 125% is 1.25 )
by cnavarro
Sat Nov 18, 2017 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GETCURSORPOS() and widescreen-monitor ?
Replies: 24
Views: 4895

Help creating a Dialog for Tablet Windows

... not Know the resolution screen of Tablet I think it can have 1280 x 800 Pixel But I am not sure I wish create a dialog and it must run good on all resolutions. How I can make it ? How I can test a resolution ? To try any resolution I pass on exe two parameters sample : Myapp.exe 800 600 and on ...
by Silvio.Falconi
Mon Aug 14, 2017 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help creating a Dialog for Tablet Windows
Replies: 16
Views: 2889

Re: Pro's and Contra's fom Resources or Coded screens

... In the other hand, the absolute coordinates systems in which the Windows dialog system is based on doesn't helps to deal with the different screen resolutions out there, it would be better sth like the one used by gtk. I think someone in this forum made some layout controls that mimics the behavior. ...
by Carlos Mora
Wed Aug 02, 2017 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11453

Re: Button disabled looks different on folder and buttonbar

... and rendered using GDI+. But before that please apply the fix posted above. OT: We need to make our application work with monitors of different resolutions and it is better to code the coordinates and sizes relative to the screen size and orientation than to use Resources.
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: 6779
Next

Return to advanced search