Issue with Artisan Command loadBackground #747
-
I'm trying to create an Artisan button in v2.4.6 build 2 that will automatically load a background roast profile named "sumatra.alog". I'm quite familiar with buttons in Artisan, and for some reason, I can't get this simple command to work. At this point, I'm thinking it could be a bug. When I go to try it out, the app doesn't seem to log ANYTHING. (I have the "Messages" modal window up.) I can successfully use and log the "clearBackground" command. I would expect "loadBackground" to be exactly the same. I've also tried copying my sumatra.alog file directly to the root of C:\ and tried it from there, and it also does nothing. I've also tried "loadbackground" (lowercase "b"), since these are case-sensitive. For the life of me, I can't get loadBackground to work. Can someone else confirm this or offer guidance? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Does it work to put the path in double quotes?
|
Beta Was this translation helpful? Give feedback.
Does it work to put the path in double quotes?
loadBackground("C:\Users\Zoe\Documents\Hermetheus\Profiles\sumatra.alog")