07-24-2026 03:35 AM - edited 07-24-2026 03:36 AM
I have a DMC path control on my GUI. If I click the browse button during edit time I can browse for files. If I do the same during runtime nothing happens.
EDIT... duh... It was disabled, but not grayed. Negative kudos to me for spamming the forum.
07-24-2026 10:55 AM - edited 07-24-2026 10:56 AM
No problem. While I don't even know what a "DMC path control" is but I assume it has nothing to do with file IO.
You solved it, but other user might stumble on this thread. So: On a related note, what we also sometimes see is users making something an indicator (instead of a control) and think it does not matter if later reading from a local variable of it. While indicators can be operated at edit time, they cannot be operated at run time. Same symptom, different cause. 😉