Theme Setup name length issues.
David Pitt (3386) 1248 posts |
It was reported elsewhere that if a Theme directory in It was found that the length is set to 16 in #define ThemeNameLen 16 On increasing that to 32 a theme called RaspberryReallyLongName was entered in the menu, having been previously lost with the default value of 16. It was then further found that in the Res file the Text length of the Display field is set to 12, not 16 as above. The effect of this is that though a long name can appear in the menu its cannot be selected. Increasing the Text length to 32 allowed the test long Theme name to be set. Returning to the default length values Themes with a directory names of lengths between 16 and 12 will appear in the PopUp menu but are not selectable. Theme directory names may be intentionally required to be short, but the disparity in the lengths, 16 v. 12, looks like an error. |
David Pitt (3386) 1248 posts |
Some fixes have been applied to ThemeSetup 0.07 now in the Nightly Beta HardDisc4 download. The Theme directory name can be up to 15 characters, and if longer it will not appear in the menu but it does not now stop the menu creation. Thanks to sprow for the update. |