Re: Manipulating MDI window on the web

From: Yar <yarsegal_at_my-deja.com>
Date: Mon, 11 Oct 1999 15:43:34 GMT
Message-ID: <7tt0j2$j5$1_at_nnrp1.deja.com>


I wish it were that easy. When I run my application on the web in a separate frame, I have no means to control the MDI window because this functionality is not supported by Java. That's what Oracle support told me.

Yar

In article <7to7i1$sut$1_at_news.hccnet.nl>,   "Hein van Vroonhoven" <h.vroonhoven_at_hccnet.nl> wrote:
> You can set a title in a html file when oyu start the application.
> OR
>
> -- The following lines of code sets the window title for the MDI
window to.
> -- the Application display title.
> set_window_property(FORMS_MDI_WINDOW,TITLE,
> 'your_title');
>
> Yar wrote in message <7tbcv2$r20$1_at_nnrp1.deja.com>...
> >Is there a way to manipulate the MDI window in Developer 6.0 when the
> >forms are run on the web in a separate window? I'd like to set the
> >title of the MDI window and maximize it at form's startup. I've tried
> >using Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE),
> >but this doesn't work on the web. Any ideas?
> >
> >Yar
> >
> >
> >Sent via Deja.com http://www.deja.com/
> >Before you buy.
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Oct 11 1999 - 17:43:34 CEST

Original text of this message