<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I am having a nightmare with the layout of my GUI, the attached picture shows the layout I wish to achieve. I have a menu bar, then a tabbook under a horzional seperator, to the right of the tabbook is a narrow frame containing text. I have got this up and running however when i try to add a further frame (which is at the very botton running from right to left) I get problems. I no this is because my global frame is Horizontal and it arranges all new items left to right. How do i get around this? I was thinking maybe the splitter but that doesnt seems to have the flexibilty i need. Below is my code for setting up the layout of my GUI and within each frame will be additional text frames etc.<br><br><br>&nbsp;&nbsp;&nbsp; #Window layout<br>&nbsp;&nbsp;&nbsp; window = FXHorizontalFrame.new(self, LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y)<br>&nbsp;&nbsp;&nbsp;
 tabbook = FXTabBook.new(window,:opts =&gt; FRAME_SUNKEN|LAYOUT_FILL_X|LAYOUT_LEFT)<br>&nbsp;&nbsp;&nbsp; md5List = FXVerticalFrame.new(window, :opts =&gt; FRAME_SUNKEN|LAYOUT_FILL_X|LAYOUT_BOTTOM)<br>&nbsp;&nbsp;&nbsp; idDesc = FXVerticalFrame.new(window, :opts =&gt; FRAME_SUNKEN|LAYOUT_RIGHT)<br><br><br>Thanks in advance<br><img src="file:///C:/DOCUME%7E1/stuart/LOCALS%7E1/Temp/moz-screenshot.jpg" alt=""><img src="file:///C:/DOCUME%7E1/stuart/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt=""></td></tr></table><br>