Page 1 of 1

How to cascade / tile open windows ?

Posted: Tue Jun 16, 2009 10:21 am
by jayadevu
Hi,

How to cascade / tile open windows ?

Warm regards,

Jayadev

Re: How to cascade / tile open windows ?

Posted: Tue Jun 16, 2009 11:13 am
by sudip
Hello Jayadev,
jayadevu wrote: How to cascade / tile open windows ?
AFIK, cascade / tile open windows work on MDI Child windows. But HMG doesn't support MDI windows. So, we have to write codes for them :( (Please correct me if I am wrong)
I shall also be happy to get a command for this purpose :)

With best regards.

Sudip

Re: How to cascade / tile open windows ?

Posted: Wed Jun 17, 2009 12:45 pm
by jayadevu
Hi All,

Ok, I have been able to do both, cascade and tile open windows, borrowing heavily from the program ..\samples\applications\dbfview\source\dbfview.prg

The relevant portions are in the function CascadeWnd() and TileWnd().

Hats off to the master Roberto Lopez and Grigory Filatov who have written such well structured programs.

Learned a lot of things from the program dbfview.

Warm regards,

Jayadev.