Home » Developer & Programmer » Forms » Splash Screen In Oracle Froms
Splash Screen In Oracle Froms [message #123393] Mon, 13 June 2005 03:05 Go to next message
erfanhanif
Messages: 6
Registered: June 2005
Location: Islamabad
Junior Member

Hi,

Can Any one send me sample form for creating splash screen in orace forms.
Please email ur reply at
erfanhanif@yahoo.com
Re: Splash Screen In Oracle Froms [message #123603 is a reply to message #123393] Tue, 14 June 2005 02:23 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What do you want it to do?

David
Re: Splash Screen In Oracle Froms [message #123664 is a reply to message #123603] Tue, 14 June 2005 06:08 Go to previous messageGo to next message
erfanhanif
Messages: 6
Registered: June 2005
Location: Islamabad
Junior Member

I just want to show the project title and developed by or some Image in the start, as with most products Adobe Acrobat, MS word etc).

I had tried a technique using a timer but in that hte title bar of the window is still there.

I just wanted to dispaly a picture before load of the main form.

Re: Splash Screen In Oracle Froms [message #123815 is a reply to message #123664] Wed, 15 June 2005 00:03 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
True ... the title bar is still there, but use it to your advantage. Depending on the version of forms that you are using the Set_Window_Property(FORMS_MDI_WINDOW, , ) enables you to change the TITLE and possibly ICON_NAME (to get rid of the Oracle Icon and use your own).

As the main form will live in the same window as the flash screen use this opportunity to take over the screen real-estate and show your application's name.

David
Re: Splash Screen In Oracle Froms [message #123835 is a reply to message #123815] Wed, 15 June 2005 01:11 Go to previous messageGo to next message
erfanhanif
Messages: 6
Registered: June 2005
Location: Islamabad
Junior Member

Hi,
How to change Icon on the title bar ?
Re: Splash Screen In Oracle Froms [message #123839 is a reply to message #123835] Wed, 15 June 2005 01:17 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please read the doco on the commands. It depends on the version of Forms that you are using. 9i/10g has it, 4.5 and 6 do not.

Basically issue the command:
Set_Window_Property(FORMS_MDI_WINDOW,ICON_NAME,'my_icon');

David
Re: Splash Screen In Oracle Froms [message #123848 is a reply to message #123839] Wed, 15 June 2005 02:27 Go to previous messageGo to next message
erfanhanif
Messages: 6
Registered: June 2005
Location: Islamabad
Junior Member

In fact I had displayed the SDI window as Splash Screen, and I want to remove the title bar of that form.
Re: Splash Screen In Oracle Froms [message #123851 is a reply to message #123848] Wed, 15 June 2005 02:39 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Unfortunately we can only use the options that are available to us.

There are reasons why we didn't use the SDI feature but I will have to check old notes as to why. I think one reason was because the users were inclined to force-close the first browser icon (as it didn't look as though it did anything) or they used it to go to other web pages and this killed all the other browser sessions that contained the forms.

David
Re: Splash Screen In Oracle Froms [message #126134 is a reply to message #123393] Fri, 01 July 2005 03:22 Go to previous messageGo to next message
leoce
Messages: 4
Registered: June 2005
Location: Philippines
Junior Member
I have a problem loadint the image in the image item,

Please give me a code,

Thanks and More Power
Re: Splash Screen In Oracle Froms [message #126136 is a reply to message #126134] Fri, 01 July 2005 03:32 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Create your image as a bmp file. Open the form builder and paste onto your canvas in an image area. (I think ... try it.)

David
Previous Topic: Oracle docs in CHM format
Next Topic: microsoft agent in forms
Goto Forum:
  


Current Time: Fri Sep 20 07:26:12 CDT 2024