Welcome Guest

Pages: 1
Does Yate have the ability to remember a previous prompt answer?
Gary-SwiftPostApril 18, 2026, 08:54
Advanced
Posts: 73
Registered:
April 29, 2014, 06:12
Normal topicDoes Yate have the ability to remember a previous prompt answer?

I have an action that warns me when artwork is below my preferred size. It’s triggered by an “Auto Run on Save” script.

Functionally, it works exactly as intended, except for one scenario.

Most of the time, I only save once and move on. But occasionally I’ll notice something else and need to save again. In those cases, I’m not re‑adding the album; I’m just making another edit.

If I wasn’t able to find larger artwork the first time, Yate prompts me again on the second save. Ideally, I’d like it to remember that I already acknowledged the issue during the previous save.

Is there any way for Yate to retain a “state” between saves so it doesn’t repeat the same prompt?

2MR2PostApril 18, 2026, 09:23
Avatar photo
Administrator
Posts: 2435
Registered:
August 23, 2012, 19:27
Normal topicDoes Yate have the ability to remember a previous prompt answer?

Sure. Include something like the following in your Auto Run on Save action whenever you detect artwork that's too small.

Set named variable 'warning' to "\^Image Warning Issued^"
Test if named variable 'warning' is false (Set test state)
if true
Set User Defined Text Item 'Image Warning Issued' to "1"
Prompt "You're warning message"
endif

If you ever update the image, you can remove the UDTI. Even if it's still there it will not hurt.

Gary-SwiftPostApril 18, 2026, 10:00
Advanced
Posts: 73
Registered:
April 29, 2014, 06:12
Normal topicDoes Yate have the ability to remember a previous prompt answer?

Ok, that's good, thanks.

I was hoping to achieve it without setting a UDTI but it's a good approach now that I think about it.

Pages: 1
Mingle Forum by Cartpauj | Version: 1.1.0beta | Page loaded in: 0.03 seconds.