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)
Am 31.07.2007 um 23:26 schrieb Tim Jones:
> On Jul 31, 2007, at 1:19 PM, Stefan wrote:
>
>> No one?
>
> Hi Stefan,
>
> Check out:
>
> http://realsoftware.com/feedback/xxlzfmiv
>
> I think that's what you're seeing.
>
> Tim
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|