- Status: Fixed
- Priority: Normal
- Resolution: Fixed
- Platform: iOS
- Affects version latest 1.19.2..0
- Fix version: 1.19.3.0
Hi we had today the problem, that color resources where not found as we set in in code with constants from Assets.Consts.pas
The Problem is that ypu use TfgAsset.FolderSeparator instead of TfgAsset.ThemeSeparator
so the genrated String ist wrong
class function TfgAssetsConstants.TfgThemeColors.BACKGROUND: TfgAssetName;
begin
Result := Application.ThemeSettings.ThemeName + TfgAsset.FolderSeparator + 'Background';
end;
Recommended Comments
Create an account or sign in to comment