|
From: Jan H. (JIRA) <no...@sp...> - 2008-08-05 07:47:09
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38124#action_38124 ]
Jan Hoskens commented on RCP-565:
---------------------------------
Have you tried adding an iconResourcePath and messageSource to the splashscreen?
{code:xml}
<code
<bean id="splashScreen" class="org.springframework.richclient.application.splash.SimpleSplashScreen"
scope="prototype">
<property name="imageResourcePath" value="/org/springframework/richclient/samples/showcase/images/splash-screen.jpg" />
<property name="iconResourcePath" value="/org/springframework/richclient/images/misc/bkmrk_nav.gif" />
<property name="messageSource" ref="messageSource"/>
</bean>
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>org.springframework.richclient.samples.showcase.ui.splash-messages</value>
</list>
</property>
</bean>
{code}
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:12:19
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40216#action_40216 ]
Lieven Doclo commented on RCP-565:
----------------------------------
Status update of this issue?
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:26:19
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-565:
-----------------------------
Fix Version/s: 1.x
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Assignee: Lieven Doclo
> Fix For: 1.x
>
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Brad M. (JIRA) <no...@sp...> - 2008-10-09 20:35:25
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40231#action_40231 ]
Brad Maupin commented on RCP-565:
---------------------------------
Jan's help fixed the issue. I am used to setting the application name and icon once and it is used everywhere, but I can see that some may want to set a different icon and application name for each main window.
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Assignee: Lieven Doclo
> Fix For: 1.x
>
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-11 18:29:22
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40258#action_40258 ]
Lieven Doclo commented on RCP-565:
----------------------------------
Doesn't that defeat the purpose of multiple applications?
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Assignee: Lieven Doclo
> Fix For: 1.x
>
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-11 18:29:22
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-565:
-----------------------------
Priority: Trivial (was: Major)
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Assignee: Lieven Doclo
> Priority: Trivial
> Fix For: 1.x
>
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-11-21 13:58:42
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41263#action_41263 ]
Peter De Bruycker commented on RCP-565:
---------------------------------------
The behaviour is entirely logical:
The SplashScreen is complete decoupled from the application (to be able to load the splash as fast a possible).
It is possible the developer wants a different icon and name for the taskbar entry: for example "Loading application...".
The documentation should probably be updated to reflect this.
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Rich Client Project
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Assignee: Lieven Doclo
> Priority: Trivial
> Fix For: 1.x
>
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-11-21 19:35:40
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter De Bruycker resolved RCP-565.
-----------------------------------
Resolution: Won't Fix
there's nothing to fix
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Rich Client Project
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Assignee: Lieven Doclo
> Priority: Trivial
> Fix For: 1.x
>
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|