Hi!
It seems that if using combobox
with channeltype("string")
and populate("preset*.txt")
or populate("*preset*.txt")
Cabbage is crashing when selecting a different file name from the drop-down list, e.g. “apresetb1.txt”, “apresetb2.txt”. This happens by just using the combobox
widget without reading the associated channel data (string).
There is no such issue if I call my files something like "apriestb1.txt, “apriestb2.txt”, so it seems the files cannot contain the string “preset”? Is this intentional?