Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:37
sadasd adasda is currently offline sadasd adasdaFriend
Messages: 4
Registered: September 2020
Junior Member
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:PDE build failing with java 11.
Next Topic:[Solved] PDE version out of sync with JDT? How is this resolved?
Goto Forum:
  


Current Time: Thu Apr 25 13:49:17 GMT 2024

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

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

Back to the top