Eclipse 3.2 & RCP
- From: "jCorona" <renjithmatthew@xxxxxxxxxxx>
- Date: 25 May 2006 07:09:24 -0700
Hi All,
Congrats to me on my first post here ;) and hello to all java lovers
........
I hope there is someone out here who has tried the latest version of
eclipse 3.2.
I couldnt get that progress bar to show on my RCP application.
My plugin.xml has this entry
<extension
id="r7_test"
point="org.eclipse.core.runtime.products">
<product
application="com.r7.test.rcp.application"
name="Test Interface">
<property
name="aboutImage"
value="icons/alt_about.gif"/>
<property
name="aboutText"
value="Test Interface"/>
<property
name="windowImages"
value="icons/alt_window_16.gif,icons/alt_window_32.gif"/>
<property
name="startupForegroundColor"
value="FFFFFF"/>
<property
name="startupMessageRect"
value="7,240,441,20"/>
<property
name="startupProgressRect"
value="7,220,441,15"/>
</product>
</extension>
The splash screen is showing but the progress bar is not :(
Thanks and regards,
jCorona
.
- Prev by Date: java faqs
- Next by Date: SecurInput - Strong Authentication Based on Sun's JRE
- Previous by thread: java faqs
- Next by thread: SecurInput - Strong Authentication Based on Sun's JRE
- Index(es):