Search found 17 matches: testsize

Return to advanced search

Re: No permitir que se cambie el tamaño de la ventana principal

He cambiado de tamaño la ventana del TestSize... #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oWnd   DEFINE WINDOW oWnd;// ...
by Xevi
Sat Jan 20, 2018 9:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No permitir que se cambie el tamaño de la ventana principal
Replies: 10
Views: 1570

Re: FWH64

Robb,

I am emailing you modified FWH 64 libs to test aMinMaxInfo and to confirm the wrong behavior of drag and
drop (you will get a visual confirmation).

You can test both using FWH\samples\testsize.prg and testdrop.prg

many thanks for your feedback
by Antonio Linares
Sat Mar 19, 2016 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25127

Re: DIRECTORY() Function not giving fresh information?

... I changed the original field < Year > against < Dir-size >. Download ( Exe, Prg and Images ) : http://www.pflegeplus.com/fw_download/testsize.zip 1. getting the size of all files : http://www.pflegeplus.com/pictures/dirsize1.jpg 2. deleting a file, returns a new size ...
by ukoenig
Fri Apr 13, 2012 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() Function not giving fresh information?
Replies: 6
Views: 2209

Re: Mouse button-up

Antonio Linares wrote:Try with aMinMaxInfo, please check FWH\samples\TestSize.prg



Dear Mr. Antonio,

I used aMinMaxInfo to limit window size. there's no problem there...

What I need is to detect mouse button-up after user resized the window.


Kind Regards,
Frances
by fraxzi
Tue Apr 05, 2011 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse button-up
Replies: 7
Views: 1331

Re: Mouse button-up

Try with aMinMaxInfo, please check FWH\samples\TestSize.prg
by Antonio Linares
Tue Apr 05, 2011 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse button-up
Replies: 7
Views: 1331

Re: REsize dialog

Lailton...


check FWH\samples\testsize.prg
by Daniel Garcia-Gil
Wed Apr 07, 2010 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REsize dialog
Replies: 1
Views: 360

Re: How to identify WindowState

Anser,

If you want that the window does not exceed some specific size then you can use the window DATA aMinMaxInfo.

Please review FWH\samples\TestSize.prg
by Antonio Linares
Tue Feb 02, 2010 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to identify WindowState
Replies: 11
Views: 2582

Re: How to protect WINDOW from resizing

Have a look at testsize.prg FWH sample.

EMG
by Enrico Maria Giordano
Thu Oct 08, 2009 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to protect WINDOW from resizing
Replies: 1
Views: 377

Re: To Antonio : Dialog with old caption

Silvio,

Please review FWH\samples\TestSize.prg to control the size.
by Antonio Linares
Thu Apr 16, 2009 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : Dialog with old caption
Replies: 12
Views: 1363

Rafael,

It looks as a Windows bug. A possible workaround is not to let them resize smaller than a certain dimensions.

Please review samples\TestSize.prg (aMinMaxInfo use).
by Antonio Linares
Tue Oct 14, 2008 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong resize in narrow dialogs
Replies: 3
Views: 526

Rafael,

Parece un bug del propio Windows.

Una solución sería no dejarlos hacerse más pequeños del tamaño en el que empiezan a fallar.

Revisa samples\TestSize.prg (aMinMaxInfo).
by Antonio Linares
Tue Oct 14, 2008 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos pequeños resizan mal
Replies: 4
Views: 648

Hakan,

Also, please review fwh\samples\TestSize.prg
by Antonio Linares
Tue Aug 26, 2008 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Windows Resizable?
Replies: 3
Views: 636

Mario,

Revisa samples\TestSize.prg
by Antonio Linares
Fri Jul 06, 2007 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhibir el redimensionado de una ventana
Replies: 5
Views: 1068

... Also if you want to restrict the dimensions of a certain window you may use the DATA aMinMaxInfo. There is a working sample at samples\TestSize.prg On a MDI window it is possible to modify the container area for the MDI Child windows. Thats another possibility.
by Antonio Linares
Thu Aug 24, 2006 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog box Control
Replies: 6
Views: 2119
Next

Return to advanced search