On Jul 22, 5:05=A0am, "Paul D B" <poll...@[EMAIL PROTECTED]
> wrote:
> Geoff Chambers wrote:
>
> > I'll try and explain the overall design better. Basically I have a
> > SplitWindow with 2 Panes. The Left Pane holds a Dialog Window
> > (FabOutlookBar)and the other pane holds a shell window. The lft pane
> > Dialog Window basically provides me with buttons to selct files. When
> > I press a button in the dialog window of the left pane it p*****
> > amessage up to the SplitWindow to open a DataWindow in the Shell
> > window pane. This is working ok and all of the messaging seems to be
> > handle correctly. I can Cascade and Tile the windows, Close all ,
> > etc... If I press a button in the left dialog and the window is
> > already opened, it becomes the active window. The only problem is if I
> > maximize the DataWindow the caption bar for the datawindow gets lost
> > in the splitwindow. If I cascade or tile, the caption reappears. I
> > need to somhow add minimize/maximize/close under the splitwindow
> > caption bar so I can restore the datawindow.
>
> Hi Geoff, I'm using Faboutlookbar and FabSplitshell. Works as expected
> for me. When maximimizing a datawindow, the caption of the datawindow is
> added (in rectangular brackets) to the caption of the shellwindow.
> The caption bar of the datawindow disappears of cours; but grey
> min/max/close buttons are added just below those of the shellwindow.
> I guess all this this is standard VO behaviour: the VO-IDE is showing
> exactly the same behaviour.
>
> --
> Paul- Hide quoted text -
>
> - Show quoted text -
Yes, looks like I just change the Fab Control ti Inherit from Geoff's
ShellWindow and it seems to have everything I need.


|