Re: How to

From: Richard A. Wark <warkr_at_vanadium.brooks.af.mil>
Date: 19 Dec 1994 15:33:12 GMT
Message-ID: <3d493o$9vf_at_xenon.brooks.af.mil>


   In order to call a window in MAXIMIZE under Form 4.5, you can do the following in your WHEN-WINDOW-ACTIVE trigger:

  set_window_property('ROOT_WINDOW', window_state, maximize);

this brings your ROOT_WINDOW up maximized in relation to the "RUNFORM" windows, which I haven't been able to maximize programatically. This window_state, property is new to 4.5 (if I remember correctly). 4.5.4 is miles away from 4.0.13, new functionallity, object navigator, all around just a much better development environment (IMHO).

  If anyone has been able to raise the "RUNFORM" window in maximized mode, please post a how-to..

  Thanks,

Richard A. Wark
Computer Science Corp. warkr_at_vanadium.brooks.af.mil Brooks AFB, San Antonio, TEXAS

scwies_at_world.std.com (Selwyn C Wies) wrote:
>
> garon_at_indirect.com (Microright Corp) writes:
>
> >I'm developing some screens with Oracle Forms V4.0 for MS-Windows 3.1 and
> >I think it's tacky for the users to do this by hand, and so far my
> >R.T.F.M. has raised more questions then answers.
 

> >- Can you specify window characteristics (maximize, minimize, normal) in
> > Designer?
> >- Can you programaticly change these window characteristics?
> >- Can you call Windows intrinsic functions from Forms?
 

> >Garon C. Yoakum "I'd rather be using PowerBuilder"
> >Microright Corporation
> >Salt Lake City, Utah
>
> You can definately maximize the form: use SET_WINDOW_PROPERTY with
> coordinates 79 X 25 (for a full screen) in a start up trigger
> (if you need specifics, mail me at scwies_at_world.std.com).
  Received on Mon Dec 19 1994 - 16:33:12 CET

Original text of this message