Hi,
How to cascade / tile open windows ?
Warm regards,
Jayadev
How to cascade / tile open windows ?
Moderator: Rathinagiri
Re: How to cascade / tile open windows ?
Hello Jayadev,
(Please correct me if I am wrong)
I shall also be happy to get a command for this purpose
With best regards.
Sudip
AFIK, cascade / tile open windows work on MDI Child windows. But HMG doesn't support MDI windows. So, we have to write codes for themjayadevu wrote: How to cascade / tile open windows ?

I shall also be happy to get a command for this purpose

With best regards.
Sudip
With best regards,
Sudip
Sudip
Re: How to cascade / tile open windows ?
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.
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.