Eclipse 3.2 & RCP



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

.