Splash screen

  • Thread starter sridhartv25@gmail.com
  • Start date
S

sridhartv25@gmail.com

Guest
Hello all ,

How can I create a splash screen of my own, with my own background
image.

Regards,
Sridhar.
 
sridhartv25@gmail.com wrote, on 05/22/09 14:25:
Hello all ,

How can I create a splash screen of my own, with my own background
image.

Regards,
Sridhar.
You can use hiSetSplashBackground() to change the image used, and
hiSetSplashFamily() and hiSetSplashProduct() to change the text.

The license information cannot be changed - it will always show Cadence's
license information (so hiSetSplashLicense does not do anything).

To display the splash screen, you use hiAbout().

Regards,

Andrew.
 
Thanks Andrew for your reply,

To make the license information unvisible I used a white background
with some good design.

Regards,
Sridhar.
 
sridhartv25@gmail.com wrote, on 06/01/09 15:16:
Hi Andrew,
How can I make this Splashscreen to be displayed for a specified time.
I used to control this window using hiRegTimer command but its not
working.
Even I donot see any control over the OK button in the splashscreen
window.
Regards,
Sridhar.
I don't think you can do this.

The alternative (and I've seen others do this) is to launch a little background
process (e.g. a Tcl/Tk app) which displays a splash screen for a duration.

Really the splash screen was intended for Cadence usage, not for customer usage.

Regards,

Andrew.
 
Hi Andrew,
How can I make this Splashscreen to be displayed for a specified time.
I used to control this window using hiRegTimer command but its not
working.
Even I donot see any control over the OK button in the splashscreen
window.
Regards,
Sridhar.
 

Welcome to EDABoard.com

Sponsor

Back
Top