Xref: alice comp.databases.oracle.tools:13911 Path: alice!news-feed.fnsi.net!news.maxwell.syr.edu!europa.clark.net!209.69.36.218!news1.ispnews.com!news11.ispnews.com!not-for-mail From: "Shawn" Newsgroups: comp.databases.oracle.tools Subject: Forms conversion problem Date: 26 Jun 1998 18:55:44 GMT Organization: ISPNews http://ispnews.com Lines: 16 Message-ID: <01bda13c$7ea20920$74000880@shawn-s> X-Trace: news13.ispnews.com 898887344 4819 205.138.57.238 (26 Jun 1998 18:55:44 GMT) NNTP-Posting-Date: 26 Jun 1998 18:55:44 GMT X-Newsreader: Microsoft Internet News 4.70.1155 Has anyone ever had problems with canvases shifting off the screen during runtime on forms that were converted from 16-bit Forms 4.5 to 32-bit Forms 4.5. I initially maximize the MDI and root windows with the following statements: Set_window_property(FORMS_MDI_WINDOW,window_state,maximize); Set_window_property('window_name',window_state,maximize); called from the When-New-Form-Instance trigger. Opening a form initially from the menu doesn't seem to present any problems. I get the shift when I call a form from a form or display a stacked canvas. When the canvas shifts, it's normally about an inch to the left (off the screen). Any insight/ideas on this would be greatly appreciated.