TMG-L Archives
Archiver > TMG > 2005-12 > 1133643714
From: Dennis Lee Bieber <>
Subject: Re: [TMG] Custom Layouts
Date: Sat, 03 Dec 2005 13:01:54 -0800
References: <d83756d50512021538w318e202vf4dfd2ea9dceae96@mail.gmail.com><43919715.8050800@verizon.net><d83756d50512030713y36da4fbei8fa6283e4a1567ba@mail.gmail.com><4391F940.8000801@verizon.net><d83756d50512031236t7088e550h25706f04c33d749b@mail.gmail.com>
In-Reply-To: <d83756d50512031236t7088e550h25706f04c33d749b@mail.gmail.com>
On or about 12/3/2005 12:36 PM a carrier pigeon from Laurie Williams delivered:
>That's what I've been trying to say. I have been leaving the Detail window
>on top when I exit (which is also where it was when the layout was saved),
>but when TMG opens the next time, the Detail window is underneath again. It
>doesn't matter where the windows are (relative to which window is on top)
>when I exit TMG or when the layout is saved. They still come up in the same
>order.
I seem to vaguely recall this discussion back when TMG5 was
in release... I don't think there /is/ a control for the /order of
opening/. I suspect the code is just running down a list of all
possible windows, in some code defined order, and for each candidate
window, testing a flag for "window is visible". If a window is
visiible, it then retrieves the saved coordinates for rendering the
window. The order of windows would be however the code lists them.
If you look at the *.lo file, you'll notice that there is no
defined ordering entry, it is just a sorted list of parameter=value
pairs... At best, the order is controlled by the order in the file
(I've not tried reordering the various frm* entries), in which case,
windows look to open in the sequence: explorer, details, flags,
children, siblings, personimage, focus (based upon the order the
coordinates are listed in my normal .lo file -- the xxxxstate
parameter controls if the window is visible or not.
One reason my normal layout has no overlapping windows.
Flags, focus, and explorer are not visible in my normal view.
--
> ============================================================ <
> | Dennis Lee Bieber <
> ============================================================ <
> Home Page: <http://home.earthlink.net/~bieber.genealogy> <
This thread:
| Re: [TMG] Custom Layouts by Dennis Lee Bieber <> |