mkohler28 Posted May 6, 2008 Share Posted May 6, 2008 I have two windows that open during a script, one shows directly above the other (not on top of). I am trying to get the window below to resize to fit only the bottom portion of the window either to size of the document or within the bottom of the application window whichever is the lesser of the two..any ideas?? Link to comment Share on other sites More sharing options...
kirkrr Posted May 7, 2008 Share Posted May 7, 2008 Not sure I understand but here is a related trick. Put many of the fields in the header or footer. The body will resize, but the header and footer will remain the same user defined size. I often put navigation in the header, the body contains lists, and the [very large] footer contains all the working data entry fields. Sizing the window causes the list [body] area to grow, but the header and footer remain the same height. Data entry areas are predefined, but records lists can grow to support different monitor sizes and resolutions. Also, FM9 object anchor points provides some interesting resizing options, but it is easier to play with them than to try to explain how they work. :-/ Link to comment Share on other sites More sharing options...
kirkrr Posted May 7, 2008 Share Posted May 7, 2008 Re-reading your post - the window size dialog allows you to specify which window, how tall/wide, and x,y coordinate for the upper left corner of the window. You can use get([various window size functions available]) in the specification of the size or window position. I think that might do what you want - assuming I understand the question. Not sure I get the "size of the document" statement. Link to comment Share on other sites More sharing options...
Recommended Posts