The following file worked fine until I created an executable (note the space).
WCLightTheme .css
It was in the files DIR. I was able to add it to the files tab.
The following line worked:
It didn't fail until I tried to run the executable.
WCLightTheme .css
It was in the files DIR. I was able to add it to the files tab.
The following line worked:
B4X:
MachinesFrm.Stylesheets.Add(File.GetUri(File.DirAssets, "WCLightTheme .css"))