photools.com Community

IMatch Bug Reports and Feature Requests => Bug Reports => Solved Bug Reports (for next version) => Topic started by: ben on September 22, 2023, 01:44:43 PM

Title: Window Edit Data Driven Category
Post by: ben on September 22, 2023, 01:44:43 PM
Bug:
Wrong plausibility check inside the window "edit data-driven category".
The message "you can only enable this level after selecting a valid metadata tag" is shown, even if the tag is correct.


this doesn't work:

this works:

Ben
Title: Re: Window Edit Data Driven Category
Post by: Mario on September 22, 2023, 02:51:40 PM
The validation is only triggered when you insert the tag via the official Tag Selector.
It needs the unique ID of the tag, the tag key is only for you.
I have not implemented parsing manual text input or parsing data from the clipboard, and all the error handling and messaging this would involve.

The edit field should be read-only, but that is not possible when there is als o ... button.
Maybe I'll add free text parsing in a future version.
Title: Re: Window Edit Data Driven Category
Post by: ben on September 22, 2023, 03:30:52 PM
Thats alright, since it's probably not used often.
I fell for it a few times and i didn't know whats wrong, because visually it looks identical.