Seems to work on XP too.
Am 01.08.2007 um 00:32 schrieb Stefan:
> Here is what seems to work for horizontally non-resizable containers
> attached
> to the right of a window:
>
> - Instantiate the super container statically
> - Keep a property in the super container named 'initialLeft'
> - Set initialLeft using the Open() to the GUI's initial left
> coordinate
> - Instantiate the local containers (currentContainerView) of the
> super container using
>
> currentContainerView.EmbedWithin( Me, Me.Left-initialLeft,
> borderTop )
>
> [Ordinarily, you would expect to pass e.g. 0 as the left coordinate]
>
> Seems to work for a 2 level container-container hierarchy on OS X for
> 2007R2.
>
> (in my case, I show and hide the right attached container)
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|