How to cascade / tile open windows ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
jayadevu
Posts: 240
Joined: Tue May 19, 2009 7:10 am

How to cascade / tile open windows ?

Post by jayadevu »

Hi,

How to cascade / tile open windows ?

Warm regards,

Jayadev
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: How to cascade / tile open windows ?

Post 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
With best regards,
Sudip
jayadevu
Posts: 240
Joined: Tue May 19, 2009 7:10 am

Re: How to cascade / tile open windows ?

Post 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.
Post Reply