Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hm.
Wouldn't it be nice if the error message actually said, "Loaded from ..." so that users could tell which add-on they needed to disable/update?
It actually doesnt know the file name. What HL does is loads all .user files compiles a list of objects to use. and then references those objects in the .por files. That is why you can have a .user file with ThingA that replaces ThingB without having to know what .user it is in. Also makes writing packages easier because once something grows big enough it can be split off into its own .user.But it knows the filename, right? It could at least report that! And I'm guessing that there's a comment/descriptive area inside each file where the author can describe the content ... why not print that, too?
Anything to make it easier for the customer, right?![]()
Ah.It actually doesnt know the file name. What HL does is loads all .user files compiles a list of objects to use. and then references those objects in the .por files. That is why you can have a .user file with ThingA that replaces ThingB without having to know what .user it is in. Also makes writing packages easier because once something grows big enough it can be split off into its own .user.