Bug #1266
RCP: 0.7.7, splash screen doesn't appear under Windows
Status: | Closed | Start date: | 02/28/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Démarrage | Spent time: | - | |
Target version: | TXM 0.7.7 |
Description
Splash screen doesn't appear under Windows from a setup installation but also when launching TXM from Eclipse.
Diagnostic 1¶
- Hypothesis: the splash.bmp image is not well formated
- Observation: when splash.bmp is replaced with splash_sansversion.bmp, it is shown during TXM startup (tested on Windows and Mac OS X)
- Conclusion : the image is not well formated. It must be encoded 24bit R8 G8 B8.
Solution¶
The /incrust_version_in_splash.sh script must be fixed to produce the right BMP format
History
#1 Updated by Sebastien Jacquot almost 8 years ago
This bug may be linked to the image format.
If splash_old.bmp is renamed to splash.bmp, this old image is well displayed as splash screen.
#2 Updated by Sebastien Jacquot almost 8 years ago
Further test: splash_sansversion.bmp works well too so the problem may be linked to the tools used to insert the TXM version in the BMP file.
#3 Updated by Serge Heiden almost 8 years ago
- Priority changed from Normal to High
#4 Updated by Matthieu Decorde almost 8 years ago
- Description updated (diff)
- % Done changed from 0 to 40
#5 Updated by Matthieu Decorde almost 8 years ago
- Description updated (diff)
#6 Updated by Matthieu Decorde almost 8 years ago
- Status changed from New to Resolved
- % Done changed from 40 to 80
#7 Updated by Sebastien Jacquot over 7 years ago
Successfully tested from last SVN revision source code.
The font and position of the TXM version string could be smarter.
#8 Updated by Serge Heiden over 7 years ago
As a title, the splash screen font must be sans-serif.
#9 Updated by Sebastien Jacquot almost 7 years ago
- Status changed from Resolved to Closed
- % Done changed from 80 to 100