Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Is it possible to redirect to browser URL on splash image click?
Is it possible to redirect to browser URL on splash image click? [message #1836639] Sun, 10 January 2021 14:37
Eclipse UserFriend
I use PDE. My tool has a splash image located in `splash.bmp`. In the `build.properties` I include the image into `bin.includes` (`bin.includes = splash.bmp`). In the `app.product` file I have the following code:

<splash startupProgressRect="5,275,445,15" />
<launcher name="app">
<linux icon="/icons/running.xpm"/>
<win useIco="false">
<bmp/>
</win>
</launcher>

My question is the following: Is it possible to add links in the splash image? I mean, once the app is loading, it possible to click on specific section in the splash and it will open the browser with a link?
Previous Topic:AccessControlException in eclipse-based product when using New Plugin Project wizard
Next Topic:[Solved] PDE version out of sync with JDT? How is this resolved?
Goto Forum:
  


Current Time: Tue Jul 15 06:05:23 EDT 2025

Powered by FUDForum. Page generated in 0.04037 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top